@font-face {
    font-family: 'BaskervilleBT-Roman';
    src: url('../fonts/332C0F_0_0.eot');
    src: url('../fonts/332C0F_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/332C0F_0_0.woff2') format('woff2'), url('../fonts/332C0F_0_0.woff') format('woff'), url('../fonts/332C0F_0_0.ttf') format('truetype');
}

@font-face {
    font-family: 'BaskervilleBT-Bold';
    src: url('../fonts/332C0F_1_0.eot');
    src: url('../fonts/332C0F_1_0.eot?#iefix') format('embedded-opentype'), url('../fonts/332C0F_1_0.woff2') format('woff2'), url('../fonts/332C0F_1_0.woff') format('woff'), url('../fonts/332C0F_1_0.ttf') format('truetype');
}

/*** General Style here ***/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Public Sans', sans-serif;
    font-weight: 400;
    color: #101820;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

a {
    color: #007EB3;
    border: none;
    text-decoration: none;
    outline: none;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
p a:hover {
    text-decoration: underline;
}

img {
    border: none;
    text-decoration: none;
    outline: none;
    vertical-align: top;
}

a:hover {
    outline: none; /* color:#fff;*/
    text-decoration: none;
}

b {
    font-weight: 700;
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}

.a-align {
    text-align: left;
}

.a-center {
    text-align: center;
}

.a-right {
    text-align: right;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}

article.left {
    float: left;
    width: 50%;
}

article.right {
    float: left;
    width: 50%;
}

.no-bg {
    background: none !important;
}

.spacer {
    padding: 15px 0;
}

.note {
    font-style: italic;
    color: #797c7f;
    font-size: 14px;
}

.black {
    color: #000 !important;
}

.gray {
    color: #959595;
}

.success {
    background: #2ac60e;
    color: #fff;
    padding: 17px 24px;
    font-size: 14px;
    float: left;
    width: 100%;
}

.error {
    background: #C6130E;
    color: #fff;
    padding: 17px 24px;
    font-size: 14px;
    float: left;
    width: 100%;
}

.info {
    background: #e8e32e;
    color: #fff;
    padding: 17px 24px;
    font-size: 14px;
    float: left;
    width: 100%;
}

input[type="text"], input[type="email"], input[type="tel"], textarea, select {
    outline: none;
    border: 1px solid #B2B2B2;
    border-radius: 3px;
    width: 100%;
    font-family: 'Public Sans', sans-serif;
    padding: 11px;
    font-size: 14px;
}

textarea {
    height: 161px;
    font-family: 'Public Sans', sans-serif;
    font-weight: 400;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    background: url("../images/menu-arrow.png") no-repeat 96% center;
}

input[type=submit], input[type=button] {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    border: none;
    cursor: pointer;
}

.button {
    background: #007EB3;
    color: #fff;
    font-size: 14px;
    padding: 10px 24px;
    text-align: center;
    display: inline-block;
    font-family: 'Public Sans', sans-serif;
}

    .button:hover {
        background-color: #121920;
        color: #fff;
    }

    .button.black {
        background-color: #121920;
    }

        .button.black:hover {
            background-color: #007EB3;
        }

.bg-black {
    background: #000;
}

.chkbox {
    position: relative;
    background: none;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}

    .chkbox input[type="checkbox"] {
        display: none;
    }

    .chkbox label:before {
        height: 16px;
        width: 16px;
        content: "";
        position: absolute;
        top: 4px;
        left: 0;
        background: url("../images/checkbox.png") no-repeat 0 0;
    }

    .chkbox input[type="checkbox"]:checked + label:before {
        content: "";
        background: url("../images/checkbox-checked-blue.png") no-repeat 0 0;
    }


section {
    clear: both;
    float: left;
    width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Public Sans', sans-serif;
}
h2 {
    color: #666;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: inherit;
}

ul {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style: none;
        background: url("../images/icon-listing-blue.png") no-repeat 0 10px;
        margin-bottom: 10px;
        padding-left: 25px;
        line-height: 24px;
    }

ol {
    margin: 0;
    padding: 0;
}

    ol li {
        margin-bottom: 10px;
        line-height: 24px;
        list-style-position: inside;
    }

.line-listing li {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background: url("../images/ico-arrow-white.png") 97% center no-repeat;
    transition: all 0s ease 0s;
    -webkit-transition: all 0s ease 0s;
}

.line-listing li a {
    border-bottom: 0px solid #4d4d4d;
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 20px 10px;
}

.line-listing li a:hover {
    background: #99CBE1;
    color: #000000;
}

.pager li.previos {
    background: url("../images/icon-previous.png") no-repeat 0 center;
    display: inline-block;
    width: 7px;
    height: 13px;
    margin-left: 0;
    font-size: 0;
}

    .pager li.previos:hover {
        background: url("../images/icon-previous-hover-blue.png") no-repeat 0 center;
    }

.pager li.next {
    background: url("../images/icon-next.png") no-repeat 0 center;
    display: inline-block;
    width: 7px;
    height: 13px;
    font-size: 0;
    margin-left: 18px;
}

    .pager li.next:hover {
        background: url("../images/icon-next-hover-blue.png") no-repeat 0 center;
    }

.pager li {
    display: inline-block;
    background: none;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 14px;
    vertical-align: middle;
    margin-left: 23px;
}

    .pager li.active {
        color: #000000;
        text-decoration: underline;
        font-weight: 700;
        padding: 0 5px;
    }

    .pager li a {
        color: #959595;
        display: inline-block;
        padding: 0 5px;
    }

        .pager li a:hover {
            color: #007EB3;
        }


/*** Theme Style here ***/
.container {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
}

/*** Page title ***/
.page-title {
    border-bottom: 0px solid #E5E9E9;
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 59px;
}

    .page-title > a {
        float: right;
        color: #D92C27;
        font-size: 16px;
        text-decoration: underline;
    }

        .page-title > a:hover {
            color: #101820;
            text-decoration: none;
        }

    .page-title h2 {
        display: inline-block;
        vertical-align: middle;
        font-size: 20px;
        line-height: 24px;
        text-transform: capitalize;
        color: #101820;
        font-weight: 700;
        letter-spacing: -1px;
    }

/*** Header Style here ***/
header {
    float: left;
    width: 100%;
    padding: 33px 0px;
    float: left;
}

.logo {
    display: inline-block;
}

    .logo img {
        max-width: 192px;
    }

    .logo a {
        display: inline-block;
    }

header .navbar {
    float: right;
}

header nav {
    display: inline-block;
    vertical-align: middle;
}

nav li {
    float: left;
    margin-right: 36px;
    position: relative;
    margin-bottom: 0;
    padding-left: 0;
    background: none;
}

    nav li a {
        color: #000;
        font-size: 13px;
    }

        nav li a:hover {
            text-decoration: underline;
            color: #000;
        }

nav #ulmenu > li.active > a {
    text-decoration: underline;
}

header .seperator {
    background: #E5E5E5;
    height: 43px;
    width: 1px;
    display: inline-block;
    vertical-align: middle;
}

header .icon-nav {
    display: none;
}

header nav li.login a {
    color: #007EB3;
}

nav li > ul {
    display: none;
    position: absolute;
    top: 70px;
    width: 302px;
    left: -24px;
    background: #fff;
    z-index: 9;
    border-top: 10px solid #007EB3;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}

    nav li > ul:before {
        border-bottom: 13px solid #007EB3;
        border-left: 13px solid rgba(0, 0, 0, 0);
        border-right: 13px solid rgba(0, 0, 0, 0);
        content: "";
        height: 0;
        left: 41px;
        position: absolute;
        top: -17px;
        width: 0;
    }

nav ul > li > a:focus, nav ul > li > a:hover {
    color: #000;
}

nav ul > li > ul > li > a:hover {
    color: #000000;
}

nav li ul li {
    margin-right: 0;
    width: 100%;
}

    nav li ul li a {
        display: block;
        font-size: 13px;
        line-height: 19px;
        padding: 18px 24px;
        transition: all 0s ease 0s;
        -webkit-transition: all 0s ease 0s;
        position: relative;
    }

        nav li ul li a:hover:after {
            display: none;
        }

        nav li ul li a:after {
            background: #e8e8e8;
            bottom: 0;
            content: "";
            height: 1px;
            left: 0;
            margin: 0 auto;
            position: absolute;
            right: 0;
            width: 84%;
        }

        nav li ul li a:hover {
            text-decoration: none;
            color: #fff;
        }

    nav li ul li.active a:after {
        background: #99CBE1;
    }

nav li > ul > li:hover {
    background: #99CBE1;
    transition: all 0s ease 0s;
    -webkit-transition: all 0s ease 0s;
}

nav li > ul > li.active {
    background: #99CBE1;
    transition: all 0s ease 0s;
    -webkit-transition: all 0s ease 0s;
}

    nav li > ul > li.active a {
        color: #000000;
    }

.search-header {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0 0px 29px;
    float: right;
}

.search-btn-hd {
    background: url('../images/icon-search-blue.png') no-repeat;
    width: 24px;
    height: 24px;
    border: none;
    background-size: 24px;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    z-index: 2;
}
/*.search-header .search-header-box { background: #c80c06; padding: 6px; position: absolute; right: 0; top: 40px; z-index: 1; width: 275px; }
.search-header-box .button{ display: none; }
.search-header-box input[type="text"] { border-radius: 0; font-size: 14px; font-style: italic; background: #fff; width: 100%; border: none; padding: 5px; display: inline-block;     font-family: "Gotham A", "Gotham B"; cursor: text;}
.search-header-box input { display: none; border: none; padding: 5px 12px; cursor: pointer; }*/

.sub-nav {
    background: #007EB3;
    float: left;
    width: 100%;
}

    .sub-nav li {
        background: none;
        float: left;
        text-align: center;
        padding-left: 0;
        border-right: 1px solid #99CBE1;
        margin-bottom: 0;
    }

        .sub-nav li:first-child {
            border-left: 1px solid #99CBE1;
        }

        .sub-nav li a {
            font-size: 13px;
            display: block;
            padding: 15px 26px 12px;
            border-bottom: 4px solid transparent;
            color: #E6F2F7;
        }

            .sub-nav li a:hover {
                border-bottom: 4px solid #E6F2F7;
                color: #fff;
            }

        .sub-nav li.active a {
            border-bottom: 4px solid #E6F2F7;
            color: #fff;
            font-weight: 700;
        }

    .sub-nav .toggle_subnav {
        display: none;
        margin: 0px;
        padding: 12px 0;
        font-family: 'Public Sans', sans-serif;
        font-weight: 600;
    }

        .sub-nav .toggle_subnav:hover, .sub-nav .toggle_subnav:focus {
            color: #007EB3;
        }

        .sub-nav .toggle_subnav:after {
            content: '';
            display: block;
            float: right;
            margin-top: 7px;
            width: 13px;
            height: 7px;
            background: url('../images/menu-arrow-white-normal.png') no-repeat 0px center;
        }

        .sub-nav .toggle_subnav.subnav_open:after {
            background-image: url("../images/menu-arrow-white.png");
        }

/*** Banner Style here ***/
.hero-banner {
    position: relative;
    color: #FFFFFF;
    height: 450px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
}

    .hero-banner:after {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        content: "";
        background: -moz-linear-gradient(left, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(left, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%);
        background: linear-gradient(to right, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
        width: 81.333%;
        z-index: 0;
    }

    .hero-banner h2 {
        font-weight: normal;
        font-size: 30px;
        line-height: 34px;
        color: #fff;
    }

    .hero-banner .desc {
        max-width: 520px;
        position: absolute;
        top: 50%;
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        z-index: 1;
    }

    .hero-banner.home-banner:after {
        display: none;
    }

.home-banner {
    background-image: url("../images/home-hero-banner.jpg");
}

    .home-banner .desc {
        max-width: 423px;
        width: 100%;
    }

    .home-banner h2 {
        font-weight: 600;
        text-transform: inherit;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -1px;
        color: #fff;
    }

    .home-banner .button {
        margin-top: 31px;
    }

.home-banner {
    height: 560px;
}

.hero-banner .seperator {
    width: 36px;
    height: 1px;
    background: #fff;
    display: inline-block;
    margin-top: 32px;
}

.small-banner {
    position: relative;
    height: 192px;
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

    .small-banner .desc {
        position: absolute;
        top: 50%;
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .small-banner h2 {
        font-weight: normal;
        font-size: 40px;
        line-height: 40px;
        color: #fff;
    }

    .small-banner .seperator {
        width: 36px;
        height: 1px;
        background: #fff;
        display: inline-block;
        margin-top: 23px;
    }

/*** Section Update  ***/
.section-update {
    background: #007EB3;
    color: #fff;
    font-family: 'Public Sans', sans-serif;
    font-size: 15px;
    float: left;
    width: 100%;
    padding: 27px 0px;
}

    .section-update .icon-news {
        display: inline-block;
        margin-right: 17px;
        vertical-align: middle;
        width: 27px;
    }

    .section-update .title {
        font-size: 20px;
    }

    .section-update p {
        display: inline-block;
        margin: 0;
        vertical-align: top;
        width: 83%;
    }

    .section-update a {
        text-decoration: none;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    }


        .section-update a:hover {
            text-decoration: underline;
            color: #99CBE1;
        }

/*** Insight Section  ***/
.insights-section {
    padding: 52px 0px 68px 0px;
    background: #E6F2F7;
    position: relative;
}

.insights-section .item h2 {
    text-transform: inherit;
    margin-bottom: 20px;
    font-size: 30px;
    letter-spacing: -1.4px;
    line-height: 34px;
    color: #000000;
    font-weight: normal;
}

.insights-section .item p {
    color: #101820;
    font-family: 'Public Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #101820;
    margin-bottom: 30px;
}

.insights-section .item a {
    font-size: 14px;
    background: url("../images/ico-arrow-blue.png") no-repeat right center;
    text-decoration: underline;
    padding-right: 23px;
    text-decoration: none;
}

.insights-section .item a:hover {
    text-decoration: underline;
}

.insights-section .owl-carousel .owl-dots.disabled, .insights-section .owl-carousel .owl-nav.disabled {
    display: inline-block;
}

.insights-section .owl-carousel, .insights-section .owl-carousel .owl-item {
    position: inherit;
    text-align: left;
}

.insights-section .owl-carousel .owl-nav .owl-next, .insights-section .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 36px;
    height: 49px;
    font-size: 0;
    background: url("../images/left-arrow-icon.png") no-repeat;
}

.insights-section .owl-carousel .owl-nav .owl-prev {
    right: 0;
    left: inherit;
    background: url("../images/right-arrow-icon.png") no-repeat;
}

.insights-section .owl-carousel .owl-nav .owl-next:hover, .insights-section .owl-carousel .owl-nav .owl-prev:hover {
    opacity: .8;
}

/*** About Cmpany  ***/
.about-company li {
    padding-left: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    float: left;
    width: 24.5%;
    position: relative;
    text-align: center;
    margin-left: 0.42%;
    margin-bottom: 0.42%;
    list-style: none;
}

    .about-company li img {
        vertical-align: top;
        max-width: inherit;
        width: 100%;
    }

    .about-company li .sort-desc {
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        display: block;
    }

        .about-company li .sort-desc h3 {
            padding-bottom: 2px;
            line-height: normal;
        }

    .about-company li .img-overlay {
        display: none;
    }

    .about-company li:hover img {
        display: none;
    }

    .about-company li:hover .img-overlay {
        display: block;
    }

    .about-company li:hover .sort-desc a {
        text-decoration: none;
        background: #000;
        font-family: 'Public Sans', sans-serif;
        min-width: 220px;
        font-size: 14px;
        transition: all 1s ease 0s;
        -webkit-transition: all 1s ease 0s;
    }

    .about-company li .sort-desc a {
        text-decoration: none;
        font-size: 18px;
        background: none;
        color: #fff;
        font-family: 'Public Sans', sans-serif;
        transition: all 1s ease 0s;
        -webkit-transition: all 1s ease 0s;
    }

    .about-company li .sort-desc-overlay {
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        width: 100%;
        display: none;
        position: absolute;
        left: 0;
        top: 50%;
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        z-index: 9;
    }

    .about-company li:hover .sort-desc-overlay {
        display: block;
    }

    .about-company li .overlay {
        position: absolute;
        opacity: 0;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
    }

    .about-company li:hover .overlay {
        opacity: 1;
        background: url("../images/red-overlay.png") repeat;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        display: block;
        top: 0;
    }

.about-company .sort-desc h3 {
    font-size: 80px;
    letter-spacing: -2px;
    color: #FFFFFF;
    font-weight: normal;
}

.about-company li p {
    font-family: 'Public Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    max-width: 253px;
    width: 100%;
    margin: 0 auto 13px auto;
    min-height: 92px;
}

.about-company li .sort-desc-overlay h3 {
    line-height: normal;
    font-size: 80px;
    font-weight: normal;
    color: #fff;
}

.about-company li .sort-desc-overlay p {
    margin: 0 auto 10px;
}

/*** Full Container  ***/
.full-container {
    position: relative;
}

    .full-container article.left {
        width: 50%;
        float: left;
    }

    .full-container article.right {
        width: 50%;
        float: right;
    }

    .full-container article img {
        max-width: inherit;
        width: 100%;
    }

    .full-container .container {
        position: absolute;
        max-width: 1200px;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
    }

    .full-container .half-container.f-right {
        float: right;
    }

    .full-container.normal .container {
        position: relative;
        height: 100%;
    }

    .full-container.normal article.left {
        max-width: 480px;
        width: 100%;
    }

    .full-container.normal {
        margin: 0 0 95px;
    }

        .full-container.normal h2 {
            font-size: 34px;
            line-height: 36px;
            color: #000000;
            padding-bottom: 27px;
        }

        .full-container.normal ul li {
            margin-bottom: 24px;
        }

        .full-container.normal .half-container {
            width: 55%;
        }

        .full-container.normal article.right {
            max-width: 480px;
            width: 100%;
        }

        .full-container.normal .block {
            float: left;
            width: 45%;
        }

            .full-container.normal .block:nth-child(even) {
                margin-right: 10%;
                width: 45%;
            }

            .full-container.normal .block h3 {
                border-bottom: 1px solid #e8e8e8;
                padding-bottom: 11px;
                margin-bottom: 26px;
                margin-top: 20px;
                font-size: 20px;
                font-weight: normal;
                line-height: 24px;
                font-weight: 700;
            }

            .full-container.normal .block ul {
                margin-bottom: 60px;
            }

/*** Investing Strategies  ***/
.investing-strategies {
    background: #007EB3;
}

.half-container {
    width: 50%;
    float: left;
}

.investing-strategies .half-container {
    padding: 101px 0 20px 70px;
}

.investing-strategies h2 {
    border-bottom: 0;
    padding-bottom: 0px;
    font-weight: 700;
    color: #ffffff;
    display: block;
    text-transform: capitalize;
    letter-spacing: -1px;
    margin-bottom: 25px;
}

/*** ARA Diiference  ***/
.ara-diiference .half-container.f-left {
    padding: 67px 83px 20px 0;
}

.ara-diiference h2 {
    border-bottom: none;
    font-weight: 700;
    color: #000000;
    padding-bottom: 11px;
    display: block;
    text-transform: capitalize;
    letter-spacing: normal;
    margin-bottom: 25px;
}

.icon-listing li {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    background: none;
    padding-left: 0;
}

    .icon-listing li .icon {
        display: inline-block;
        vertical-align: middle;
        margin-right: 23px;
        width: 50px;
    }

    .icon-listing li .desc {
        margin-right: 0;
        display: inline-block;
        width: 74%;
        vertical-align: middle;
    }

.ara-diiference .join-team {
    padding: 90px 0 0 84px;
    max-width: 410px;
    width: 100%;
}

    .ara-diiference .join-team h2 {
        font-size: 34px;
        color: #fff;
        text-transform: inherit;
        border: none;
        letter-spacing: -2px;
        padding: 0;
        line-height: 34px;
        font-weight: normal;
    }

    .ara-diiference .join-team p {
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        margin-bottom: 28px;
    }


/*** Overview Secction  ***/
.ourfirm-overview-banner {
    background-image: url("../images/our-firm-overview-bg.jpg");
}

    .ourfirm-overview-banner .desc {
        max-width: 600px;
    }

.overview-section {
    padding: 90px 0px;
}

    .overview-section article.left {
        width: 625px;
        float: left;
    }

    .overview-section .icon-listing li {
        margin-bottom: 34px;
    }

    .overview-section article.right {
        width: 372px;
        float: right;
    }

    .overview-section .icon-listing li .icon {
        vertical-align: top;
    }

    .overview-section .icon-listing li .desc {
        width: 88%;
    }

    .overview-section .right h2 {
        color: #000000;
        font-size: 30px;
        font-weight: normal;
        padding-bottom: 23px;
    }

    .overview-section .right > img {
        margin-bottom: 35px;
    }

    .overview-section .right p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0;
    }

/*** Our New Brand  ***/
.our-brand-banner {
    background-image: url("../images/our-firm-ournewbrand-bg.jpg");
}

.history-section {
    padding: 100px 0px;
}

    .history-section h2 {
        font-size: 34px;
        color: #000000;
        padding-bottom: 28px;
        line-height: 36px;
    }

    .history-section article.left {
        float: left;
        width: 700px;
        margin-bottom: 106px;
    }

    .history-section article.right {
        float: right;
        width: 300px;
        margin-top: 20px;
    }

    .history-section .old-brand {
        float: left;
        width: 100%;
    }

        .history-section .old-brand article.left {
            margin-bottom: 0;
            width: 372px;
        }

            .history-section .old-brand article.left img {
                margin-bottom: 8px;
            }

        .history-section .old-brand article.right {
            width: 700px;
            margin-top: -9px;
        }

/*** Strategie Detail  ***/
.our-strategy {
    background-image: url("../images/strategies-bg.jpg");
}

    .our-strategy .desc {
        max-width: 350px;
    }

.know-more {
    background: linear-gradient(to left, #007EB3 0%, #007EB3 50%, #007EB3 50%, #f1f1f1 50%, #f1f1f1 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-bottom: 100px;
}
.know-more .button {
    background: #99CBE1;
    color: #000000;
}
.know-more .button:hover {
    background: #000000;
    color: #ffffff;
}
    .know-more .container {
        position: inherit;
    }

    .know-more article.left {
        padding: 70px 15px;
        max-width: 530px;
    }

        .know-more article.left p:last-child {
            margin-bottom: 0;
        }

    .know-more article.right {
        padding: 77px 0 77px 100px;
        color: #fff;
    }

        .know-more article.right h2 {
            color: #ffffff;
            padding-bottom: 25px;
            line-height: 36px;
            font-size: 34px;
        }

        .know-more article.right p {
            margin-bottom: 26px;
        }

.strategy-targets.value-add {
    margin: 0 0 129px;
}

/*** CMS Pages  ***/
.privacy-policy {
    background-image: url("../images/privacy-bg.jpg");
}

.cms-container {
    padding: 80px 0 118px 0;
}

    .cms-container a:hover {
        text-decoration: underline;
    }

    .cms-container article.left {
        width: 70%;
        line-height: 24px;
    }

    .cms-container h2 {
        font-size: 34px;
        line-height: 36px;
        color: #000000;
        padding-bottom: 47px;
    }

    .cms-container h3 {
        padding-bottom: 30px;
        padding-top: 33px;
        font-weight: normal;
        font-size: 30px;
        line-height: 36px;
        color: #000000;
    }

/* Terms Services */
.terms-services {
    background-image: url("../images/termsofservice-bg.jpg");
}

/* Sitemap */
.sitemap-banner {
    background-image: url("../images/sitemap-bg.jpg");
}

.sitemap-container {
    padding: 72px 0 112px 0;
}

    .sitemap-container .left {
        width: 43%;
        float: left;
    }

    .sitemap-container .right {
        width: 43%;
        float: right;
    }

    .sitemap-container article li {
        background: none;
        padding-left: 0;
        margin-bottom: 0;
    }

        .sitemap-container article li a {
            display: block;
            color: #000;
            padding: 18px 0px;
            background: url("../images/ico-arrow-blue.png") no-repeat right 2px center;
        }

            .sitemap-container article li a:hover {
                background: url("../images/ico-arrow-black.png") no-repeat right 2px center;
            }

            .sitemap-container article li a:hover {
                color: #007EB3;
            }

    .sitemap-container article > ul > li {
        background: none;
    }

        .sitemap-container article > ul > li > a {
            font-family: 'Public Sans', sans-serif;
            font-weight: 700;
            font-size: 16px;
            color: #000;
        }

    .sitemap-container article li a {
        border-bottom: 1px solid #e7e7e7;
    }

    .sitemap-container article > ul > li:first-child > a {
        border-top: 1px solid #e7e7e7;
    }

    .sitemap-container article > ul > li > ul > li > a {
        padding-left: 14px;
        padding-right: 14px;
    }

/* Resouce Overview */
.resource-overview {
    background-image: url("../images/resources-bg.jpg");
    background-position: center center;
}

.overview-resources-list {
    display: inline-block;
    margin-top: 48px;
    width: 100%;
}

.full-container.overview {
    margin-bottom: 46px;
}

    .full-container.overview:last-child {
        margin-bottom: 100px;
    }

.full-container.core-strategy {
    background: #000;
    padding: 100px 0px 90px 0px;
    color: #fff;
}
    /*margin-bottom: 100px;*/
    .full-container.core-strategy h2 {
        font-size: 34px;
        margin-bottom: 20px;
        line-height: 36px;
    }

    .full-container.core-strategy li {
        margin-bottom: 15px;
    }

    .full-container.core-strategy .right {
        width: 30%;
    }

    .full-container.core-strategy .container {
        position: relative;
    }

/* Resouce Detail */
.resource-detail {
    background-image: url("../images/resources-equity-bg.jpg");
    background-position: center center;
}

    .resource-detail .desc {
        max-width: 360px;
    }

/* Search result */
.search-result {
    background-image: url("../images/searchresults-bg.jpg");
}

.serach-section {
    padding: 80px 0px;
}

    .serach-section article {
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 40px;
        margin-bottom: 66px;
    }

        .serach-section article:last-child {
            margin-bottom: 47px;
        }

        .serach-section article a:hover {
            text-decoration: underline;
        }

        .serach-section article h3 {
            font-size: 30px;
            line-height: 36px;
            color: #000000;
            font-weight: normal;
            padding-bottom: 25px;
        }

            .serach-section article h3 a {
                color: #007EB3;
            }

                .serach-section article h3 a:hover {
                    color: #000000;
                }

        .serach-section article span {
            display: block;
        }

    .serach-section .desc {
        width: 775px;
    }

    .serach-section .page-title h2 {
        font-size: 30px;
        line-height: 24px;
    }

.page-title .search-selection {
    display: inline-block;
    float: right;
}

    .page-title .search-selection li {
        margin-left: 43px;
        font-size: 14px;
        color: #4A4A4A;
    }

.serach-section .page-title {
    padding-bottom: 15px;
    margin-bottom: 69px;
}

.serach-section .pager {
    margin-top: -47px;
}

/* Use a different font family for search results */
.gs-title, .gs-snippet {
}

/* Add a border between individual search results */
.gs-webResult {
    max-width: 775px;
}

.serach-section .gsc-webResult.gsc-result {
}

.serach-section .gsc-results.gsc-webResult .gsc-webResult {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 66px;
    padding-bottom: 62px;
}

/* Do no display the count of search results */
.gsc-result-info {
    display: none;
}

/* Hide the Google branding in search results */
.gcsc-branding {
    display: none;
}

/* Hide the thumbnail images in search results */
.gsc-thumbnail {
    display: none;
}

/* Hide the snippets in Google search results */
/*.gs-snippet { display: none; }*/

/* Change the font size of the title of search results */
.gs-title a {
    font-size: 16px;
}

/* Change the font size of snippets inside search results */
.gs-snippet {
    font-size: 14px;
}

    /* Google Custom Search highlights matching words in bold, toggle that */
    .gs-title b, .gs-snippet b {
        font-weight: normal;
    }

/* Do no display the URL of web pages in search results */
.gsc-url-top, .gsc-url-bottom {
    display: none;
}

/* Highlight the pagination buttons at the bottom of search results */
.gsc-cursor-page {
    font-size: 1.5em;
    padding: 4px 8px;
    border: 2px solid #ccc;
}

.serach-section .cse .gsc-control-cse, .serach-section .gsc-control-cse {
    padding: 0;
    border: none;
    transition: all 0.5s ease 0s;
}

.serach-section .gsc-branding, .serach-section .gcsc-branding {
    margin-bottom: 40px;
    visibility: hidden;
}

.serach-section .gsc-adBlock {
    display: none;
}

#cse {
    display: none;
}

.gsc-expansionArea .gsc-webResult.gsc-result {
    padding: 0;
    border: none;
}

.gsc-webResult .gsc-table-result, .gsc-webResult .gsc-thumbnail-inside, .gsc-webResult .gsc-url-top {
    padding-right: 0;
    padding-left: 0;
}

.gsc-results.gsc-webResult .gsc-webResult {
    border: none;
    padding: 0;
}

.gsc-control-cse .gsc-control-wrapper-cse .gs-spelling, .gsc-control-cse .gsc-control-wrapper-cse .gs-result .gs-title, .gsc-control-cse .gsc-control-wrapper-cse .gs-result .gs-title * {
    color: #000000;
    font-size: 30px;
    font-weight: normal;
    line-height: 36px;
    padding-bottom: 24px;
    height: auto;
}

.gsc-control-cse .gs-webResult.gs-result a.gs-title:link, .gsc-control-cse .gs-webResult.gs-result a.gs-title:link b, .gsc-control-cse .gs-imageResult a.gs-title:link, .gsc-control-cse .gs-imageResult a.gs-title:link b {
    color: #007EB3;
    font-size: 30px;
    font-weight: normal;
    line-height: 36px;
    padding-bottom: 0;
}

.gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
    text-decoration: none;
}

.gsc-control-cse .gs-webResult.gs-result a.gs-title:link:hover, .gsc-control-cse .gs-webResult.gs-result a.gs-title:link b:hover, .gsc-control-cse .gs-imageResult a.gs-title:link:hover, .gsc-control-cse .gs-imageResult a.gs-title:link b:hover {
    text-decoration: underline;
}

.gsc-control-cse .gs-webResult div.gs-visibleUrl, .gsc-control-cse .gs-imageResult div.gs-visibleUrl {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
}

.serach-section .gsc-control-cse {
    font-family: 'Public Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #101820;
}

.gsc-control-cse .gs-webResult.gs-result a.gs-title:visited, .gsc-control-cse .gs-webResult.gs-result a.gs-title:visited b, .gsc-control-cse .gs-imageResult a.gs-title:visited, .gsc-control-cse .gs-imageResult a.gs-title:visited b {
    color: #000000;
}

.serach-section span.gs-fileFormat {
    font-size: 16px;
    line-height: 24px;
    color: #101820;
    font-weight: 400;
}

.serach-section span.gs-fileFormatType {
    font-size: 16px;
}

.serach-section .gs-webResult .gs-snippet, .serach-section .gs-imageResult .gs-snippet, .gs-fileFormatType {
    font-size: 16px;
    line-height: 24px;
    color: #101820;
    font-weight: 400;
}

.serach-section .gsc-control-cse .gsc-table-result {
    font-family: 'Public Sans', sans-serif;
}

.serach-section .gsc-results .gsc-cursor-box {
    margin: -47px 0 0;
}

.serach-section .gsc-cursor-page {
    border: none;
}

.serach-section .gsc-results .gsc-cursor-box .gsc-cursor-page {
    color: #959595;
    padding: 0 5px;
    margin: 0;
    font-size: 14px;
    font-family: 'Public Sans', sans-serif;
    font-weight: 400;
    margin-left: 23px;
}

.serach-section .gsc-cursor .gsc-cursor-page:first-child {
    margin-left: 0;
}

.serach-section .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
    color: #007EB3;
    font-weight: 700;
    text-decoration: underline;
}

.serach-section .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    color: #000000;
    text-decoration: none;
}

/* News Media */
.news-media {
    background-image: url("../images/newsmedia-bg.jpg");
}

.news-section {
    padding: 80px 0px;
}

    .news-section .col-left {
        float: left;
        width: 65%;
    }

        .news-section .col-left .block {
            border-bottom: 1px solid #e7e7e7;
            padding-bottom: 60px;
            margin-bottom: 66px;
            float: left;
            width: 100%;
        }

    .news-section .block:last-child {
        margin-bottom: 47px;
    }

    .news-section .block article {
        float: left;
        width: 55%;
        padding-left: 10%;
    }

        .news-section .block article:first-child {
            padding-left: 0;
            width: 45%;
        }

    .news-section .block h3 a:hover {
        text-decoration: underline;
    }

    .news-section .block h3 {
        font-size: 30px;
        letter-spacing: -1.4px;
        line-height: 34px;
        color: #000000;
        font-weight: normal;
        margin-bottom: 29px;
    }

        .news-section .block h3 a {
            color: #000000;
        }

    .news-section .block p {
        margin-bottom: 32px;
    }

    .news-section .block .date {
        margin-bottom: 14px;
        color: #959595;
        font-size: 14px;
    }

        .news-section .block .date a {
            text-decoration: none;
            color: #007EB3;
        }

            .news-section .block .date a:hover {
                text-decoration: underline;
                color: #000000;
            }

    .news-section .col-right {
        float: right;
        width: 32%;
        text-align: right;
    }

        .news-section .col-right h3 {
            text-align: left;
            border-bottom: 1px solid #e8e8e8;
            font-weight: 700;
            font-size: 20px;
            padding-bottom: 9px;
            margin-bottom: 23px;
        }

        .news-section .col-right .t-block {
            text-align: left;
        }

        .news-section .col-right h3 a {
            float: right;
            font-size: 16px;
            text-decoration: underline;
            font-weight: normal;
        }

            .news-section .col-right h3 a:hover {
                text-decoration: none;
            }

    .news-section .pager {
        text-align: center;
        margin-top: -47px;
        float: left;
        width: 100%;
    }

.news-detail {
    border-top: 1px solid #f1f1f1;
}

    .news-detail .block:last-child {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .news-detail .block article:first-child {
        width: 100%;
    }

    .news-detail .block article {
        width: 100%;
    }

    .news-detail a:hover {
        text-decoration: underline;
    }

.pdf-btn {
    background: url("../images/pdf-icon.png") no-repeat 0 0;
    padding: 5px 0 5px 45px;
    display: inline-block;
}

    .pdf-btn a:hover {
        text-decoration: underline;
    }

.news-detail h2 {
    font-size: 34px;
    color: #000000;
    font-weight: normal;
    padding-bottom: 40px;
}

.news-detail .block h3 {
    font-size: 40px;
    line-height: 40px;
}

/* Our Professionals */
.our-professionals {
    background-image: url("../images/our-firm-ourprofessionals-bg.jpg");
    background-position: center center;
}

    .our-professionals .desc {
        max-width: 445px;
    }

.two-column-left {
    padding: 85px 0px;
}

    .two-column-left .col-left {
        float: left;
        width: 22.5%;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .two-column-left .col-right {
        float: right;
        width: 68.9%;
        margin-top: -6px;
    }

        .two-column-left .col-right .block h2 {
            letter-spacing: 0;
            padding-bottom: 10px;
            font-size: 20px;
            font-weight: normal;
            color: #101820;
            border-bottom: 0px solid #e8e8e8;
            margin-bottom: 35px;
            font-weight: 700;
        }

        .two-column-left .col-right .block {
            float: left;
            width: 100%;
        }

            .two-column-left .col-right .block ul {
                margin-left: -6.5%;
                width: 106.5%;
            }

                .two-column-left .col-right .block ul > li {
                    float: left;
                    width: 26.83%;
                    padding-left: 0;
                    background: none;
                    margin-left: 6.5%;
                    margin-bottom: 10.3%;
                }

                    .two-column-left .col-right .block ul > li > a {
                        width: 100%;
                        position: relative;
                        display: inline-block;
                        margin-bottom: 18px;
                    }

                        .two-column-left .col-right .block ul > li > a .overlay {
                            background-color: rgba(0, 0, 0, 0.4);
                            height: 100%;
                            left: 0;
                            position: absolute;
                            right: 0;
                            top: 0;
                            width: 100%;
                            opacity: 0;
                            filter: alpha(opacity=0);
                            transition: all 0.5s ease 0s;
                            -webkit-transition: all 0.5s ease 0s;
                        }

                        .two-column-left .col-right .block ul > li > a:hover .overlay {
                            opacity: 1;
                            filter: alpha(opacity=100);
                        }

                        .two-column-left .col-right .block ul > li > a span {
                            opacity: 0;
                            filter: alpha(opacity=0);
                            color: #fff;
                            font-size: 20px;
                            text-decoration: none;
                            font-family: 'Public Sans', sans-serif;
                            position: absolute;
                            z-index: 9;
                            left: 50%;
                            top: 50%;
                            -moz-transform: translate(-50%, -50%);
                            -ms-transform: translate(-50%, -50%);
                            -webkit-transform: translate(-50%, -50%);
                            transform: translate(-50%, -50%);
                            transition: all 0.5s ease 0s;
                            -webkit-transition: all 0.5s ease 0s;
                        }

                        .two-column-left .col-right .block ul > li > a:hover span {
                            opacity: 1;
                            text-decoration: underline;
                            filter: alpha(opacity=100);
                        }

            .two-column-left .col-right .block .name {
                font-size: 20px;
                line-height: normal;
                color: #000000;
                margin-bottom: 12px;
            }

            .two-column-left .col-right .block .city-state {
                margin-bottom: 7px;
                display: block;
                font-size: 14px;
            }

            .two-column-left .col-right .block .position {
                display: block;
                line-height: 20px;
                font-family: 'Public Sans', sans-serif;
                font-weight: 700;
            }

            .two-column-left .col-right .block .city {
                display: block;
                font-size: 14px;
            }

.read-more {
    font-size: 14px;
    text-decoration: none;

    background: url("../images/ico-arrow-blue.png") no-repeat scroll right 3px;
    padding-right: 23px;
}

    .read-more:hover {
        text-decoration: underline;
    }

.two-column-left .col-left .mob_toggle {
    display: none;
    margin: 0px;
    padding: 12px 15px;
    font-weight: 700;
}

    .two-column-left .col-left .mob_toggle:hover, .two-column-left .col-left .mob_toggle:focus {
        color: #007EB3;
    }

    .two-column-left .col-left .mob_toggle:after {
        content: '';
        display: block;
        float: right;
        margin-top: 7px;
        width: 13px;
        height: 7px;
        background: url('../images/menu-arrow-blue.png') no-repeat 0px center;
    }

    .two-column-left .col-left .mob_toggle.mob_toggle_open:after {
        background-image: url("../images/menu-arrow-up.png");
    }

.two-column-left .sticky_sidebar {
    position: fixed;
    top: 10px;
    float: none;
    max-width: 263px;
}

.two-column-left .col-left {
    -webkit-transform: translate3d(0,0,0);
    -webkit-overflow-scrolling: touch;
}

    .two-column-left .col-left li {
        background: none;
        padding-left: 0;
        margin-bottom: 0;
    }

        .two-column-left .col-left li a {
            display: block;
            border-bottom: 1px solid #e7e7e7;
            color: #000;
            padding: 17px 15px 17px 0;
            background: url("../images/ico-arrow-blue.png") no-repeat right 25px;
        }

            .two-column-left .col-left li a:hover {
                background: url("../images/ico-arrow-black.png") no-repeat right 25px;
                color: #007EB3;
            }

    .two-column-left .col-left .nav-active {
        background: url("../images/ico-arrow-black.png") no-repeat right 25px;
        color: #007EB3;
    }

    .two-column-left .col-left > ul > li {
        background: none;
    }

        .two-column-left .col-left > ul > li > a {
            font-size: 16px;
            color: #000;
        }

        .two-column-left .col-left > ul > li:first-child > a {
            border-top: 1px solid #e7e7e7;
        }

/* Our Professionals Detail */
.two-column-left.professional-detail {
    padding: 50px 0 110px 0;
}

    .two-column-left.professional-detail .col-left {
        width: 31.5%;
    }

    .two-column-left.professional-detail .col-right {
        margin-top: 0;
        width: 60%;
    }

.professional-detail .col-left .profile-pic {
    margin-bottom: 78px;
}

.professional-detail .col-left h3 {
    font-size: 34px;
    color: #000000;
    padding-bottom: 16px;
    font-weight: normal;
    letter-spacing: -1px;
}

.professional-detail .profile-detail {
    padding-bottom: 55px;
    font-size: 14px;
    line-height: 22px;
}

    .professional-detail .profile-detail a {
        text-decoration: none;
    }
    .professional-detail .profile-detail a:hover {
        text-decoration: underline;
    }

    .professional-detail .profile-detail .prof-tel {
        color: #007EB3 ;
        text-decoration: none;
    }

        .professional-detail .profile-detail .prof-tel:hover {
            text-decoration: underline;
        }

    .professional-detail .profile-detail strong {
        font-weight: 700;
    }

.professional-detail .col-right h2 {
    font-size: 34px;
    color: #000000;
    padding-bottom: 12px;
}

.news-section.post-block .block {
    float: left;
    width: 106.5%;
    margin-left: -6.5%;
    margin-bottom: 0;
}

.news-section.post-block {
    padding: 85px 0 0 0;
    float: left;
    width: 100%;
}

    .news-section.post-block .block article {
        float: left;
        width: 26.83%;
        margin-left: 6.5%;
        padding-left: 0;
    }

        .news-section.post-block .block article:first-child {
            float: left;
            width: 26.83%;
        }

    .news-section.post-block h3.title {
        font-weight: normal;
        color: #000000;
        font-size: 34px;
        line-height: 36px;
        border-bottom: 0px solid #e7e7e7;
        padding-bottom: 0px;
        margin-bottom: 57px;
    }

/* Insights */
.insight-banner {
    background-image: url("../images/insights-bg.jpg");
}

    .insight-banner .desc {
        max-width: 590px;
    }

.insight-section {
    padding: 80px 0px 85px 0px;
}

    .insight-section .page-title h2 {
        font-size: 30px;
        line-height: 24px;
        font-weight: normal;
    }

    .insight-section .news-section {
        float: left;
        width: 100%;
        padding: 0;
    }

        .insight-section .news-section .block {
            float: left;
            width: 100%;
            margin-left: 0;
            margin-bottom: 0;
            border-bottom: 1px solid #e7e7e7;
            margin-bottom: 66px;
            padding-bottom: 60px;
        }

            .insight-section .news-section .block article {
                float: left;
                width: 28.83%;
                margin-left: 6.5%;
                padding-left: 0;
            }

                .insight-section .news-section .block article:first-child {
                    float: left;
                    width: 28.83%;
                    margin-left: 0;
                }

    .insight-section .pager {
        margin-top: -47px;
        float: left;
        width: 100%;
    }

/* Careers Opening */
.two-column-left.careers-opening {
    padding: 80px 0 110px 0;
}

    .two-column-left.careers-opening .col-left {
        width: 31.5%;
    }

    .two-column-left.careers-opening .col-right {
        margin-top: 0;
        width: 60%;
    }

        .two-column-left.careers-opening .col-right .gray {
            font-size: 14px;
            line-height: 22px;
        }

.careers-opening h2 {
    font-size: 40px;
    line-height: 40px;
    color: #000000;
    padding-bottom: 22px;
}

.two-column-left.careers-opening .col-left > ul > li > a {
    padding-left: 10px;
    padding-right: 15px;
    background-position: 97% 25px;
}

.two-column-left.careers-opening .col-left > ul > li.active a {
    background: url("../images/ico-arrow-white.png") no-repeat scroll 97% 25px #53565a;
    color: #fff;
}

.two-column-left.careers-opening .col-left > ul > li > a:hover {
    background: url("../images/ico-arrow-white.png") no-repeat scroll 97% 25px #53565a;
    color: #fff;
}

.careers_nav {
    display: none;
    background: #000;
    margin: 0px;
    padding: 12px 10px;
    font-weight: 700;
}

    .careers_nav:hover, .sub-nav .careers_nav:focus {
        color: #007EB3;
    }

    .careers_nav:after {
        content: '';
        display: block;
        float: right;
        margin-top: 7px;
        width: 13px;
        height: 7px;
        background: url('../images/menu-arrow-blue.png') no-repeat 0px center;
    }

    .careers_nav.careers_open:after {
        background-image: url("../images/menu-arrow-white.png");
    }


/* Charitable Foundation */
.charitable-detail {
    background-image: url("../images/ourfirm-charitable-bg.jpg");
}

    .charitable-detail .desc {
        max-width: 550px;
    }

.full-container.charitable-container {
    padding: 87px 0 57px 0;
    margin: 0;
}

.full-container ul.logo-listing li {
    margin-bottom: 19px;
}

.logo-listing {
    display: table;
    width: 100%;
}

    .logo-listing li {
        background: none;
        display: table-cell;
        vertical-align: middle;
        padding-right: 15px;
        padding-left: 0;
    }

        .logo-listing li:last-child {
            padding-right: 0;
        }

/* Corporate Responsiblity */
.corporate-detail {
    background-image: url("../images/corporate-responsibility.jpg");
    background-position: center center;
}

.investment-process .icon-listing li .icon {
    vertical-align: top;
}

.growth-planning {
    background-image: url("../images/growth-planning-banner.jpg");
}

    .growth-planning .desc h2 {
        color: #fff;
        padding-bottom: 0;
        font-size: 40px;
        line-height: 40px;
    }

    .growth-planning .desc {
        max-width: 450px;
    }

        .growth-planning .desc.right p {
            margin-bottom: 0;
        }

        .growth-planning .desc.right {
            background-color: rgba(0, 0, 0, 0.8);
            padding: 55px 60px;
            max-width: 560px;
            -moz-transform: translate(109%, -50%);
            -ms-transform: translate(109%, -50%);
            -webkit-transform: translate(109%, -50%);
            transform: translate(109%, -50%);
        }

/* Corporate Responsiblity */
.careers-banenr {
    background-image: url("../images/careers-bg.jpg");
}

/* Careers */
.two-column {
    padding: 98px 0 88px 0;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 81px;
}

    .two-column .left {
        width: 43%;
    }

        .two-column .left h2 {
            font-size: 34px;
            line-height: 36px;
            color: #007EB3;
            padding-bottom: 37px;
        }

    .two-column .right {
        background: #101820;
        width: 48.5%;
        float: right;
        padding: 40px 60px;
    }

        .two-column .right h2 {
            color: #9fa2a5;
            letter-spacing: -1.8px;
            line-height: 36px;
            font-size: 34px;
            font-weight: normal;
            padding-bottom: 38px;
        }

        .two-column .right p {
            color: #fff;
            padding-bottom: 12px;
        }

/* 404 Page */
.nodata-page {
    background: url("../images/404-bg.jpg") no-repeat;
    height: 567px;
    background-size: cover;
}

    .nodata-page .desc {
        background-color: rgba(0,0,0,0.8);
        color: #fff;
        max-width: 570px;
        margin-top: 78px;
        padding: 52px 50px 28px 50px;
    }

    .nodata-page .icon {
        display: inline-block;
        width: 47px;
        vertical-align: top;
    }

    .nodata-page .detail {
        display: inline-block;
        width: 87%;
        vertical-align: top;
        padding-left: 35px;
    }

        .nodata-page .detail h4 {
            font-size: 34px;
            line-height: 40px;
            padding-bottom: 30px;
        }

    .nodata-page .desc a {
        color: #fff;
        text-decoration: underline;
    }

        .nodata-page .desc a:hover {
            text-decoration: none;
        }

/* Contact Us Page */
.contact-banner {
    background-image: url("../images/contact-banner.jpg");
}

.contact-container {
    padding: 80px 0;
}

    .contact-container .left {
        width: 40%;
        float: left;
    }

        .contact-container .left > p {
            margin-bottom: 47px;
        }

        .contact-container .left h2 {
            font-size: 34px;
            color: #000000;
            font-weight: normal;
            padding-bottom: 42px;
        }

    .contact-container .right {
        width: 49%;
        float: right;
    }

    .contact-container .error {
        margin-bottom: 30px;
    }

    .contact-container .success {
        margin-bottom: 30px;
    }

    .contact-container .info {
        margin-bottom: 30px;
    }

    .contact-container address {
        float: left;
        width: 100%;
        font-style: normal;
        border-bottom: 1px solid #e8e8e8;
        margin-bottom: 62px;
        padding-bottom: 62px;
    }

    .contact-container a {
        color: #007EB3;
        text-decoration: none;
    }

        .contact-container a:hover {
            text-decoration: underline;
        }

.form-list li {
    background: none;
    padding-left: 0;
    margin-bottom: 26px;
}

    .form-list li label {
        display: block;
        font-size: 14px;
        padding-bottom: 5px;
    }

.form-list label span {
    color: #9f9f9f;
    font-style: italic;
}

.contact-container .right > h2 {
    font-size: 20px;
    font-weight: normal;
    color: #101820;
    font-weight: 700;
    border-bottom: 0px solid #E8E8E8;
    padding-bottom: 9px;
    margin-bottom: 35px;
}

.location-part address img {
    float: left;
    width: 201px;
}

.location-part address .desc {
    float: left;
    width: 64%;
    padding-left: 71px;
    margin-top: -5px;
}

    .location-part address .desc p {
        margin-bottom: 9px;
    }

        .location-part address .desc p:last-child {
            margin-bottom: 0;
        }

.location-part address h4 {
    font-size: 28px;
    letter-spacing: -1px;
    color: #000000;
    font-weight: normal;
    margin-bottom: 10px;
    line-height: 40px;
}

.address-part address {
    float: left;
    width: 48%;
}

    .address-part address h4 {
        font-size: 20px;
        color: #000000;
        font-weight: normal;
        padding-bottom: 17px;
    }

    .address-part address p {
        margin-bottom: 0;
    }

    .address-part address:nth-child(odd) {
        padding-right: 2%;
        width: 52%;
    }

    .address-part address.last {
        border: none;
        padding: 0;
        margin: 0;
    }


/*** Contact Section  ***/
.contact-section {
    background: url("../images/contact-bg.jpg") no-repeat fixed;
    background-size: cover;
    position: relative;
    padding: 6.6% 0;
    text-align: center;
    color: #fff;
}

.container.contact-detail {
    padding: 38px 0 51px 0;
    max-width: 836px;
    background: url("../images/black-overlay.png") repeat;
}

.contact-section h4 {
    font-size: 34px;
    margin-bottom: 21px;
    font-weight: normal;
    line-height: 34px;
}

.contact-section p {
    max-width: 510px;
    margin: 0 auto 27px auto;
    line-height: 24px;
}

/*** Footer  ***/
footer {
    background: #007EB3;
    float: left;
    width: 100%;
    font-size: 14px;
}

    footer .container {
        padding-top: 56px;
        position: relative;
    }

    footer > .container:before {
        background: url("../images/transparent-logo.png") no-repeat 0 0;
        position: absolute;
        content: none;
        left: -10%;
        width: 545px;
        height: 468px;
        top: 0;
    }

.copyright-footer .container {
    padding-top: 0;
}

.copyright-footer {
    background: #000;
    color: #fff;
    padding: 27px 0px;
    float: left;
    width: 100%;
}

    .copyright-footer .f-right a {
        color: #6c6c6c;
        text-decoration: none;
    }

    .copyright-footer a {
        text-decoration: none;
        color: #fff;
    }

        .copyright-footer a:hover {
            text-decoration: underline;
        }

    .copyright-footer span {
        color: #3e3e3e;
        padding: 0 5px;
    }

    .copyright-footer .f-right {
        color: #6c6c6c;
    }

    .copyright-footer .copy {
        color: #fff;
        padding: 0;
    }

    .copyright-footer .f-right a:hover {
        color: #fff;
    }

footer article {
    display: inline-block;
    width: 35.23%;
    padding-left: 6.5%;
    padding-bottom: 20px;
    vertical-align: top;
    position: relative;
    z-index: 9;
}

    footer article:first-child {
        margin-left: -6.5%;
    }

    footer article h2 {
        color: #ffffff;
        border-bottom: 0;
        font-family: 'Public Sans', sans-serif;
        font-weight: 600;
        font-size: 18px;
        padding-bottom: 3px;
        margin-bottom: 20px;
        letter-spacing: normal;
        text-transform: inherit;
    }

    footer article li a {
        color: #fff;
        display: block;
    }

        footer article li a:hover {
            text-decoration: underline;
        }

    footer article ul li {
        list-style: none;
        margin-bottom: 12px;
        padding-right: 15px;
        background: none;
        padding-left: 0;
    }

        footer article ul li:last-child {
            margin-bottom: 40px;
        }

        footer article ul li:hover {
            background: url("../images/ico-arrow-white.png") no-repeat right 2px;
        }

    footer article .social-block li {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
        margin-right: 11px;
        padding-right: 0;
    }

        footer article .social-block li:hover {
            background: none;
            opacity: 1;
        }

        footer article .social-block li:last-child {
            margin-bottom: 0;
            margin-right: 0;
        }

#cookieConsent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: hsla(0,0%,8%,0.95);
    color: #fff;
    padding: 15px 0px;
    z-index: 100;
}

    #cookieConsent .container {
        padding: 0 15px;
    }

    #cookieConsent .cookie-content {
        display: inline-block;
        margin-bottom: 0;
        line-height: 19px;
        width: calc(100% - 310px);
        vertical-align: middle;
        margin-right: 30px;
    }

        #cookieConsent .cookie-content .more-text {
            display: none;
        }

        #cookieConsent .cookie-content p {
            margin-bottom: 0px;
            font-size: 14px;
            line-height: 19px;
        }

    #cookieConsent .button {
        margin: 0px 6px;
    }

.button.button-secondary {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #007EB3;
}

    .button.button-secondary:hover {
        opacity: 0.7;
    }

#cookieConsent .cookie-content p .read-more {
    background: none;
    text-decoration: none;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
/* Add Animation */
/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {
    padding: 2px 16px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

#myModal .modal-content {
    max-width: 500px;
    text-align: center;
    padding: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    #myModal .modal-content h2 {
        margin-bottom: 30px;
        color: #000000;
    }

    #myModal .modal-content .button {
        margin: 0px 8px;
    }

body.modal-open {
    overflow: hidden;
}

/*** Career - Our Philosophy ***/
.cmn-hero-banner{background-attachment:inherit;}
.cmn-hero-banner:after{content:normal;}
.cmn-hero-banner .desc{max-width:565px;}
.full-container.about-philosophy{margin:0px;padding:95px 0px;}
.full-container.normal.about-philosophy .half-container{width:40%;}
.full-container.normal.about-philosophy article.right{max-width:570px;}
.our-vision{background:#F1F1F1;}
.contentInActive{display:none;}
 .contentActive{display:block;}
.our-vision h3{margin:0px 0px 15px;font-weight:700;font-size:20px;line-height:24px;color:#101820;}
.core-values{padding:90px 0px;}
.core-values .f-left{width:100%;max-width:370px;}
.core-values .f-left h2, .join-us h2{padding-bottom:38px;font-size:34px;line-height:36px;color:#000000;padding-bottom:27px;}
.core-values .f-right{width:60%;}
.core-values .icon-listing li span{vertical-align:top;}
.core-values .icon-listing li span.icon{margin-top:5px;}
.core-values .icon-listing li .desc{width:85%;}
.core-values .icon-listing li .desc h3{margin:0px 0px 10px;font-weight:700;font-size:20px;line-height:24px;color:#101820;}
.join-us{padding:90px 0px;background:#F1F1F1;}
.join-us .f-left{width:100%;max-width:605px;}
.join-us .f-left .button{padding:6px 24px;margin:15px 0px 0px;}
.join-us .f-left .button:hover {text-decoration: none;}
.corporate-responsibility{height:538px;background-attachment:inherit;}
.corporate-responsibility .desc{max-width:755px;}
 /*** Career - Areas of Opportunity ***/
.opportunity-area{padding:90px 0px;}
.opportunity-area h2{margin:0px 0px 30px;font-size:34px;line-height:36px;color:#000000;}
.opportunity-area .desc{margin:0px 0px 60px;width:100%;max-width:770px;}
.opportunity-area .f-left{max-width:770px;}
.opportunity-area .f-left .full-row{display:block;width:100%;float:left;border-bottom:1px solid #DEDEDE;}
.opportunity-area .f-left .full-row:last-child{border-bottom:none;}
.opportunity-area .icon-listing li{margin:0px;padding:40px 30px 40px 0px;float:left;width:50%;border-right:1px solid #DEDEDE;}
.opportunity-area .icon-listing li:nth-child(2n){padding:40px 0px 40px 40px;border-right:none;}
.opportunity-area .icon-listing li span{vertical-align:top;}
.opportunity-area .icon-listing li .icon{width:38px;}
.opportunity-area .icon-listing li .desc{margin:0px;width:80%;}
.opportunity-area .icon-listing li .desc h3{margin:0px 0px 10px;font-weight:700;font-size:20px;line-height:24px;color:#101820;}
.opportunity-area .icon-listing li p{margin:0px;}
.opportunity-area .f-right{max-width:298px;}
.internship-program{padding:20px 0px 40px;color:#FFF;background-color:#000;background-repeat:no-repeat;background-position:top center;background-size:cover;}
.internship-program ul li{display:block;padding:60px 0px;width:100%;margin:0px;background:none;border-bottom:1px solid rgba(178,178,178,0.3);overflow:hidden;}
.internship-program ul li:last-child{border:none;}
.internship-program ul li .blk{display:block;float:left;margin-right:130px;width:468px;}
.internship-program ul li .blk:last-child{margin-right:0px;}
.internship-program ul li h3{margin:0px 0px 30px;font-weight:400;font-size:34px;line-height:36px;color:rgba(255,255,255,0.6);}
.internship-program ul li h4{padding:15px 0px;margin:0px;font-weight:700;font-size:20px;line-height:24px;}
.internship-program ul li p{margin:0px;}
.internship-program .button, .our-offices .button{padding:6px 20px;}
.total-rewards{padding:90px 0px;}
.total-rewards h2{margin:0px 0px 40px;font-size:34px;line-height:36px;color:#000000;}
.total-rewards ul li{display:block;margin:0px;padding:70px 0px 50px;background:none;border-bottom:1px solid #DEDEDE;overflow:hidden;}
.total-rewards ul li:first-child{padding-top:0px;}
.total-rewards ul li:last-child{padding-bottom:0px;border:none;}
.total-rewards ul li h3{margin:0px 0px 15px;font-weight:700;font-size:20px;line-height:24px;}
.total-rewards .f-right{max-width:570px;}
.our-offices{padding:100px 0px;color:#FFF;background:#000;overflow:hidden;}
.our-offices .f-left{display:block;max-width:510px;}
.our-offices .f-left h3{margin:0px 0px 30px;font-weight:400;font-size:34px;line-height:36px;color:rgba(255,255,255,0.6);}
.our-offices .f-left p{margin:0px 0px 30px;}
.brdr-btn{display:inline-block;padding:4px 24px;color:#fff;font-size:14px;text-align:center;border:2px solid #FFFFFF;}
.brdr-btn:hover{border-color:#007EB3;}
.our-offices .f-left .brdr-btn{margin-left:10px;}
.whatweoffer-image{max-width:400px;}
.ouroffices-image{max-width:500px;}
.whatweoffer-image img{height:auto;width:100%;}
.ouroffices-image img{height:auto;width:100%;}
/*** Career - Job Posting ***/
.eeo-banner{height:532px;background-attachment:inherit;}
.eeo-banner:after{content:normal;}
.eeo-banner h3{margin:0px 0px 50px;font-weight:400;font-size:34px;line-height:36px;color:rgba(255,255,255,0.6);}
.eeo-banner .desc{max-width:768px;;}
/*** Career - Working Here ***/
.working-here{padding:70px 0px;background:#F1F1F1;}
.working-here .f-right{max-width:570px;}
.working-here .f-right h2{margin:50px 0px 40px;font-size:34px;line-height:36px;color:#000000;}
.featured-blk{padding:65px 0px 110px;}
.featured-blk .featured-row{display:block;width:100%;float:left;border-bottom:1px solid #DEDEDE;}
.featured-blk .featured-row:last-child{border-bottom:none;}
.featured-row .icon-listing li{margin:0px;padding:40px 30px 40px 40px;float:left;width:33.33%;border-right:1px solid #DEDEDE;}
.featured-row .icon-listing li:first-child{padding:40px 0px 40px 0px;}
.featured-row .icon-listing li:last-child{padding:40px 0px 40px 40px;border-right:none;}
.featured-row .icon-listing li span{vertical-align:top;}
.featured-row .icon-listing li .icon{width:38px;margin-right:20px;}
.featured-row .icon-listing li .desc{margin:0px;width:79%;}
.featured-row .icon-listing li .desc h3{margin:0px 0px 10px;font-weight:700;font-size:20px;line-height:24px;color:#101820;}
.featured-row .icon-listing li p{margin:0px;}
.testimonials-blk{padding:0px 0px 60px;background:#F1F1F1;}
.testimonials-blk .owl-dots.disabled, .testimonials-blk .owl-nav.disabled{display:none;}
.testimonials-slide{display:block;margin:-50px auto 0px;width:100%;max-width:600px;text-align:center;overflow:hidden;}
.testimonials-slide .img-blk{display:block;margin:0px auto 30px;width:102px;height:102px;border-radius:100%;-webkit-border-radius:100%;-moz-border-radius:100%;-o-border-radius:100%;overflow:hidden;}
.testimonials-slide .item h3{margin:0px 0px 8px;font-weight:700;font-size:20px;line-height:24px;color:#000000;}
.testimonials-slide .item .author-desc{display:block;margin:0px 0px 30px;color:#5D6B75;font-size:14px;font-style:italic;font-weight:300;line-height:17px;}
.testimonials-slide .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent;}
.testimonials-slide .owl-dots .owl-dot{display:inline-block;zoom:1;}
 .testimonials-slide .owl-dots .owl-dot span{width:11px;height:11px;margin:5px 7px;background:#CFCFCF;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:100%;}
.testimonials-slide .owl-dots .owl-dot.active span, .testimonials-slide .owl-dots .owl-dot:hover span{background:#007EB3;}
.new-office-blk{padding:100px 0px 70px;}
.new-office-blk .container{overflow:hidden;}
.new-office-blk h2.f-left{margin:0px;padding:0px 0px 30px;max-width:370px;font-size:34px;line-height:38px;color:#000000;letter-spacing:-2px;position:relative;}
.new-office-blk h2.f-left a {color: #000000;}
.new-office-blk h2.f-left:after{content:'';position:absolute;bottom:0px;left:0px;width:37px;height:1px;background:rgba(0,0,0,0.2);}
.new-office-blk .f-right{max-width:672px;}
.new-office-blk .f-right ul li{margin:0px 0px 30px;}
.office-slide{display:block;margin:100px 0px 0px;width:100%;float:left;position:relative;overflow:hidden;}
.office-slide .owl-nav.disabled{display:block !important;}
.office-slide .owl-prev, .office-slide .owl-next{display:block;margin:auto;width:11.8%;position:absolute;top:0px;bottom:0px;font-size:0px;background:rgba(255,255,255,0.7);}
.office-slide .owl-prev:before, .office-slide .owl-next:before{content:"";margin:auto;top:0;bottom:0;right:20px;width:0px;height:0px;position:absolute;padding:8px;box-shadow:2px -2px 0 1px #000000 inset;-webkit-box-shadow:3px -3px #000000 inset;-moz-box-shadow:3px -3px #000000 inset;border:solid transparent;border-width:0 0 2rem 2rem;transform:rotate(45deg);}
.office-slide .owl-prev:hover:before, .office-slide .owl-next:hover:before{box-shadow:2px -2px 0 1px #007eb3 inset;-webkit-box-shadow:3px -3px #007eb3 inset;-moz-box-shadow:3px -3px #007eb3 inset;}
.office-slide .owl-prev{left:0px;}
.office-slide .owl-next{right:0px;}
.office-slide .owl-next:before{transform:rotate(225deg);margin-left:0;left:20px;right:inherit;}
.employee-events{padding:100px 0px;color:#FFF;background:#000000;}
.employee-events h2{margin:0px 0px 55px;font-weight:400;font-size:34px;line-height:36px;color:rgba(255,255,255,0.6);}
.employee-events ul{margin:0px;padding:0px;overflow:hidden;}
.employee-events ul li{display:block;padding:0px;margin:0px 30px 0px 0px;float:left;width:23%;background:none;}
.employee-events ul li a{display:block;}
.employee-events ul li a:hover{opacity:0.8;-webkit-opacity:0.8;-moz-opacity:0.8;-o-opacity:0.8;}
.employee-events ul li:last-child{margin:0px;}
.employee-events ul li .img-blk{display:block;width:100%;}
.employee-events ul li h3{margin:15px 0px 0px;font-size:20px;line-height:24px;color:#FFF;text-align:center;}
 .employee-events ul li h3 a{color:#FFF;}
.button.button-secondary{background-color:#ffffff;color:#007EB3;border:1px solid #007EB3;}
 .button.button-secondary:hover{opacity:0.7;}
#cookieConsent .cookie-content p .read-more{background:none;text-decoration:none;}
.modal{display:none;position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4);}
/* Modal Content */
.modal-content{background-color:#fefefe;margin:auto;padding:0;border:1px solid #888;width:80%;box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);}
/* Add Animation */
/* The Close Button */
.close{color:white;float:right;font-size:28px;font-weight:bold;}
 .close:hover, .close:focus{color:#000;text-decoration:none;cursor:pointer;}
.modal-header{padding:2px 16px;background-color:#5cb85c;color:white;}
.modal-body{padding:2px 16px;}
.modal-footer{padding:2px 16px;background-color:#5cb85c;color:white;}
#myModal .modal-content{max-width:500px;text-align:center;padding:25px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);}
 #myModal .modal-content h2{margin-bottom:30px;color:#000000;}
 #myModal .modal-content .button{margin:0px 8px;}
body.modal-open{overflow:hidden;}
@media (max-width:991.9px){#cookieConsent .cookie-content{width:100%;margin-right:0px;margin-bottom:20px;}
 #cookieConsent .container{text-align:center;}
}
.initial-hide{display:none;}
.news-section .col-left{width:100%;}
@media (max-width:992px){.news-section .col-left .block h3{height:auto !important;}
 .news-section .col-left .block .desc{height:auto !important;}
}
.display-inline{display:inline;}
#cookieConsent .cookie-content #privacyPolicy:hover ,
#cookieConsent .cookie-content .read-more:hover {
    text-decoration: underline;
}
.internship-program .button:hover {
    text-decoration: none;
}
.button:hover,
.brdr-btn:hover {
    text-decoration: none;
}
.contact-section {
    background: url('../images/footer-new.jpg') no-repeat fixed;
    background-size: cover;
}