/**

    Pritzker Styles

**/

/* 1.0 Keyframes */
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes up {
    0% {
        opacity: 0;
        margin: 50px 1% 40px 1%;
    }
    100% {
        opacity: 1;
        margin: 0 1% 40px 1%;
    }
}

@-moz-keyframes up {
    0% {
        opacity: 0;
        margin: 50px 1% 40px 1%;
    }
    100% {
        opacity: 1;
        margin: 0 1% 40px 1%;
    }
}

@-o-keyframes up {
    0% {
        opacity: 0;
        margin: 50px 1% 40px 1%;
    }
    100% {
        opacity: 1;
        margin: 0 1% 40px 1%;
    }
}

@keyframes up {
    0% {
        opacity: 0;
        margin: 50px 1% 40px 1%;
    }
    100% {
        opacity: 1;
        margin: 0 1% 40px 1%;
    }
}

/* 2.0 Fonts */
@font-face {
    font-family: 'gotham_lightregular';
    src: url('fonts/Gotham-Light.eot');
    src: url('fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/Gotham-Light.woff') format('woff'),
    url('fonts/Gotham-Light.ttf') format('truetype'),
    url('fonts/Gotham-Light.svg#gotham_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_memdiumregular';
    src: url('fonts/Gotham-Medium.eot');
    src: url('fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/Gotham-Medium.woff') format('woff'),
    url('fonts/Gotham-Medium.ttf') format('truetype'),
    url('fonts/Gotham-Medium.svg#gotham_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_boldregular';
    src: url('fonts/gotham-bold-webfont.eot');
    src: url('fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/gotham-bold-webfont.woff') format('woff'),
    url('fonts/gotham-bold-webfont.ttf') format('truetype'),
    url('fonts/gotham-bold-webfont.svg#gotham_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* 3.0 Global */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    background: #fff;

}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

img {
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.shell {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 100% !important;
    max-width: 1800px;
    overflow: hidden;
    box-shadow: 0 0 8px 8px rgba(9, 67, 117, .2);
    -o-transition: 1s;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}

.shell.blur {
    opacity: .2;
    width: 100% !important;
}

.mobile-show {
    display: none;
}

::selection {
    background: #f7a119;
    color: #fff;
}

::-moz-selection {
    background: #f7a119;
    color: #fff;
}

video::-webkit-media-controls {
    display: none !important;
}

.page-section {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

#vc-news, #pc-news {
    z-index: 999;
}

.page-section .wrap {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0 40px;
}

.scroll-down span.bounce {
    top: 60% !important;
}

.home .scroll-down.bounce {
    bottom: 15px !important;
}

.persist-area {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.video-lightbox {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 460px;
    z-index: 999999;
    background: #fff;
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.4);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.video-lightbox iframe {
    display: block;
    width: 100%;
    height: 420px;
    margin-top: 40px;
}

.video-lightbox .close {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    z-index: 99;
    opacity: 1;
    background: url(../images/close-icon.png) #f7a119 center center no-repeat;
}

/* 4.0 Header */
.home #header {
    display: block;
    position: absolute;
    width: 100%;
    height: 100px;
    z-index: 9999;
    margin: 0;
}

.home #header .wrap {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1800px;
}

.home #header .brand {
    display: block;
    float: left;
    width: 100%;
    padding: 0 40px;
}

.home #header #logo {
    display: block;
    position: relative;
    float: left;
    width: 186px;
    height: 32px;
    margin-top: 35px;
}

.home #header #logo a {
    display: block;
    width: 186px;
    height: 32px;
    text-indent: -9999px;
    background: url(../images/logo.png) center center no-repeat;
}

/* 4.1 Venture Capital Header */
.page-id-7 #header,
.parent-pageid-7 #header,
.single .venture-capital-recent-news #header,
.single .venture-capital-press-releases #header,
.single-portfolio #header,
.page-template-default #header,
.single-vc_team #header {
    display: block;
    position: absolute;
    width: 100%;
    height: 100px;
    z-index: 999999;
    margin: 0;
    background: #fff;
    -o-transition: .6s;
    -ms-transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    transition: .6s;
}

.page-id-7 #header .wrap,
.parent-pageid-7 #header .wrap,
.single .venture-capital-recent-news #header .wrap,
.single .venture-capital-press-releases #header .wrap,
.single-portfolio #header .wrap,
.page-template-default #header .wrap,
.single-vc_team #header .wrap {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}

.page-id-7 #header .brand,
.parent-pageid-7 #header .brand,
.single .venture-capital-recent-news #header .brand,
.single .venture-capital-press-releases #header .brand,
.page-template-default #header .brand,
.single-vc_team #header .brand {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
}

.page-id-7 #header #logo,
.parent-pageid-7 #header #logo,
.single .venture-capital-recent-news #header #logo,
.single .venture-capital-press-releases #header #logo,
.single-portfolio #header #logo,
.page-template-default #header #logo,
.single-vc_team #header #logo {
    display: block;
    position: relative;
    float: left;
    width: 270px;
    height: 90px;
    margin: 0;
    background: #fff;
}

.page-id-7 #header #logo a,
.parent-pageid-7 #header #logo a,
.single .venture-capital-recent-news #header #logo a,
.single .venture-capital-press-releases #header #logo a,
.single-portfolio #header #logo a,
.page-template-default #header #logo a,
.single-vc_team #header #logo a {
    display: block;
    margin: 25px auto 0 auto;
    width: 186px;
    height: 48px;
    text-indent: -9999px;
    background: url(../images/venture-capital-logo.png) center center no-repeat;
}

/* 4.2 Private Capital Header */
.page-id-9 #header,
.parent-pageid-9 #header,
.page-template-template-investment-secondary #header,
.page-template-template-advantage-secondary #header,
.single .private-capital-recent-news #header,
.single .private-capital-press-releases #header,
.page-template-template-manufactured-products #header,
.case-study #header,
.single-companies #header,
.single-pc_team #header {
    display: block;
    position: absolute;
    width: 100%;
    height: 100px;
    z-index: 999999;
    margin: 0;
    background: #fff;
    -o-transition: .6s;
    -ms-transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    transition: .6s;
}

.page-id-9 #header .wrap,
.parent-pageid-9 #header .wrap,
.page-template-template-investment-secondary #header .wrap,
.page-template-template-advantage-secondary #header .wrap,
.single .private-capital-recent-news #header .wrap,
.single .private-capital-press-releases #header .wrap,
.page-template-template-manufactured-products #header .wrap,
.case-study #header .wrap,
.single-companies #header .wrap,
.single-pc_team #header .wrap {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}

.page-id-9 #header .brand,
.parent-pageid-9 #header .brand,
.page-template-template-investment-secondary #header .brand,
.page-template-template-advantage-secondary #header .brand,
.single .private-capital-recent-news #header .brand,
.single .private-capital-press-releases #header .brand,
.page-template-template-manufactured-products #header .brand,
.case-study #header .brand,
.single-companies #header .brand,
.single-pc_team #header .brand {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
}

.page-id-9 #header #logo,
.parent-pageid-9 #header #logo,
.page-template-template-investment-secondary #header #logo,
.page-template-template-advantage-secondary #header #logo,
.single .private-capital-recent-news #header #logo,
.single .private-capital-press-releases #header #logo,
.page-template-template-manufactured-products #header #logo,
.case-study #header #logo,
.single-companies #header #logo,
.single-pc_team #header #logo {
    display: block;
    position: relative;
    float: left;
    width: 270px;
    height: 90px;
    margin: 0;
    background: #fff;
}

.page-id-9 #header #logo a,
.parent-pageid-9 #header #logo a,
.page-template-template-investment-secondary #header #logo a,
.page-template-template-advantage-secondary #header #logo a,
.single .private-capital-recent-news #header #logo a,
.single .private-capital-press-releases #header #logo a,
.page-template-template-manufactured-products #header #logo a,
.case-study #header #logo a,
.single-companies #header #logo a,
.single-pc_team #header #logo a {
    display: block;
    margin: 25px auto 0 auto;
    width: 186px;
    height: 48px;
    text-indent: -9999px;
    background: url(../images/private-capital-logo.png) center center no-repeat;
}

#header.fixed {
    position: fixed !important;
    max-width: 1800px;
}

.error404 #header {
    display: block;
    position: absolute;
    width: 100%;
    height: 100px;
    z-index: 999999;
    margin: 0;
    background: #fff;
    -o-transition: .6s;
    -ms-transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    transition: .6s;
}

.error404 #header .wrap {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}

.error404 #header .brand {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
}

.error404 #header #logo {
    display: block;
    position: relative;
    float: left;
    width: 186px;
    height: 46px;
    margin-top: 35px;
    margin-left: 40px;
}

.error404 #header #logo a {
    display: block;
    width: 186px;
    height: 46px;
    text-indent: -9999px;
    background: url(../images/plain-logo.png) center center no-repeat;
}

.error404 #content {
    padding: 100px;
}

.error404 #secondary-banner h1 {
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0 40px;
    left: inherit;
}

.error404 .col {
    display: block;
    float: left;
    width: 46%;
    padding: 20px;
    margin: 0 2% 40px 2%;
    background: #fff;
    border: 3px solid #dbdbdb;
}

.error404 ul {
    list-style: none;
    padding: 0 0 0 20px;
    margin-bottom: 20px !important;
}

.error404 ul li {
    padding: 5px 0 !important;
}

.error404 ul li a {
    font-family: 'gotham_lightregular';
    color: #000;
}

.error404 h2 {
    font-family: 'gotham_boldregular';
    color: #004582;
    border-bottom: 3px solid #f7a119;
    padding-bottom: 10px;
}

.error404 h3 {
    font-family: 'gotham_boldregular';
    color: #004582;
    border-bottom: 3px solid #f7a119;
    padding-bottom: 10px;
}

/* 4.3 Asset Manangement Header */
.single-am_team #header,
.page-template-template-asset-management #header {
    display: block;
    position: absolute;
    width: 100%;
    height: 100px;
    z-index: 999999;
    margin: 0;
    background: #fff;
    -o-transition: .6s;
    -ms-transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    transition: .6s;
}

.single-am_team #header .wrap,
.page-template-template-asset-management #header .wrap {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}

.single-am_team #header .brand,
.page-template-template-asset-management #header .brand {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
}

.single-am_team #header #logo,
.page-template-template-asset-management #header #logo {
    display: block;
    position: relative;
    float: left;
    width: 270px;
    height: 90px;
    margin: 0;
    background: #fff;
}

.single-am_team #header #logo a,
.page-template-template-asset-management #header #logo a {
    display: block;
    margin: 20px auto 0 auto;
    width: 186px;
    height: 48px;
    text-indent: -9999px;
    background: url(../images/asset-management-logo.png) center center no-repeat;
}

/* 5.0 Main Navigation */
#navigation {
    display: block;
    float: right;
    width: auto;
    height: 20px;
    margin: 40px 100px 0 0;
}

#hamburger {
    display: none;
}

#navigation ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

#navigation ul li {
    display: inline-block;
    float: left;
    width: auto;
    height: 20px;
    margin: 0 10px;
}

#navigation ul li:last-child {
    margin: 0 0 0 60px;
}

#navigation ul li a {
    display: inline-block;
    text-align: center;
    width: auto;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    color: #494c4e;
    font-family: 'gotham_lightregular';
    padding-bottom: 5px;
    border-bottom: 3px solid transparent;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

#navigation ul li a:hover {
    border-bottom: 3px solid #f7a119;
}

#navigation ul li.current-menu-item a,
#navigation ul li.current-page-ancestor a,
.case-study #menu-item-53 a {
    font-family: 'gotham_boldregular';
}

#navigation .home-icon {
    width: 20px;
    height: 22px;
    color: #000;
    cursor: pointer;
    font: normal normal normal 24px/1 FontAwesome;
}

#navigation .home-icon a {
    text-indent: -9999px;
}

#navigation .home-icon a:hover {
    border-bottom: 3px solid transparent !important;
}

/* 6.0 Home Menu */
#home-menu {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: #fff;
    opacity: 0;
    z-index: -1;
    overflow: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -o-transition: .6s;
    -ms-transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    transition: .6s;
}

#home-menu.open {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 999999999999;
}

#home-menu #logo {
    display: block;
    position: absolute;
    top: 40px;
    left: 40px;
    width: 193px;
    height: 42px;
    z-index: 999999;
    margin: 0;
}

#home-menu #logo a {
    display: block;
    width: 193px;
    height: 42px;
    text-indent: -9999px;
    background: url(../images/home-menu-logo.png) center center no-repeat;
}

#home-menu .overlay {
    display: block;
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#home-menu .home-menu-icon {
    display: block;
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 99;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    cursor: pointer;
    background: url(../images/close-icon.png) #f7a119 center center no-repeat;
}

#home-menu .screens {
    display: block;
    position: absolute;
    top: 100px;
    left: 50%;
    z-index: 999999;
    width: 100%;
    max-width: 1300px;
    height: 600px;
    padding: 0 60px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#home-menu .swiper-container {
    width: 100%;
    padding: 150px 20px 50px 20px;
}

#home-menu .swiper-slide {
    background-size: cover !important;
    width: 300px;
    height: 300px;
    opacity: .5;
    border: 1px solid #ececec;
    -o-transition: .6s;
    -ms-transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    transition: .6s;
}

#home-menu .swiper-slide-active {
    width: 450px;
    height: 400px;
    position: relative;
    z-index: 999;
    top: -50px;
    opacity: 1;
    box-shadow: 0 0 4px 4px rgba(9, 67, 117, .2);
    -webkit-transform: perspective(1px) scale(1.1);
    -moz-transform: perspective(1px) scale(1.1);
    -o-transform: perspective(1px) scale(1.1);
    -ms-transform: perspective(1px) scale(1.1);
    transform: perspective(1px) scale(1.1);
}

#home-menu .swiper-slide a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
}

#home-menu .swiper-slide p {
    opacity: 0;
    -o-transition: .6s;
    -ms-transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    transition: .6s;
}

#home-menu .swiper-slide-active p {
    display: block;
    position: absolute;
    opacity: 1;
    top: -60px;
    left: auto;
    width: 100%;
    text-align: center;
    color: #004582;
    font-family: "merriweather", serif;
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    line-height: 28px;
    padding: 5px 0;
    margin: 0;
}

#home-menu .prev-arrow {
    display: block;
    position: absolute;
    top: 50%;
    left: -60px;
    width: 60px;
    height: 60px;
    color: #fff;
    z-index: 999999;
    background: #f7a119;
    font: normal normal normal 24px/1 FontAwesome;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#home-menu .next-arrow {
    display: block;
    position: absolute;
    top: 50%;
    right: -60px;
    width: 60px;
    height: 60px;
    color: #fff;
    z-index: 999999;
    background: #f7a119;
    font: normal normal normal 24px/1 FontAwesome;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#home-menu .prev-arrow:before {
    padding: 0 0 0 18px;
    line-height: 58px;
}

#home-menu .next-arrow:before {
    padding: 0 0 0 20px;
    line-height: 58px;
}

/* 7.0 Footer */
#footer {
    display: block;
    float: left;
    width: 100%;
    height: 100px;
    background: #232324;
}

#footer .copyright {
    display: block;
    float: left;
    padding: 40px 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: 'gotham_memdiumregular';
}

#footer .copyright a {
    color: #fff;
}

/* Slider */
.slick-slider {
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

#venture-pagination .slick-slider button,
#private-banner .slick-slider button {
    display: none !important;
}

/* 8.0 Swiper */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

#home-menu .swiper-container {
    overflow: visible !important;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    -moz-transform: translate3d(0px, -50%, 0);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}

/* 3D Container */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

/* 9.0 Home Banner / Video */
#home-banner {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 700px;
    background-color: #000;
}

#home-banner h1 {
    display: block;
    position: absolute;
    top: 200px;
    left: 50%;
    z-index: 999;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#home-banner h1 .itl {
    display: block;
    width: 100%;
    font-family: "merriweather", serif;
    font-size: 64px;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    text-indent: 0;
    opacity: 0;
    -o-transition: .6s;
    -ms-transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    transition: .6s;
}

#home-banner h1 .bld {
    font-family: 'gotham_boldregular';
    width: auto;
    font-size: 130px;
    line-height: 156px;
    color: #fff;
    text-align: center;
    padding: 0 0 20px 0;
    margin: 0 0 20px -40px;
    opacity: 0;
    border-bottom: 1px solid #fff;
    -o-transition: .6s;
    -ms-transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    transition: .6s;
}

#home-banner .entry-links {
    display: block;
    position: absolute;
    z-index: 999;
    left: 50%;
    bottom: 135px;
    width: 550px;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -o-transition: .6s;
    -ms-transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    transition: .6s;
}

#home-banner .entry-links a {
    font-family: "merriweather", serif;
    font-size: 24px;
    font-style: italic;
    color: #fff;
    display: block;
    position: relative;
    width: auto;
    -o-transition: .6s;
    -ms-transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    transition: .6s;
}

#home-banner .entry-links a .link {
    border-bottom: 3px solid transparent;
    padding-bottom: 10px;
    -o-transition: .6s;
    -ms-transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    transition: .6s;
}

#home-banner .entry-links a .link:hover {
    border-bottom: 3px solid #ea9c0b;
}

#home-banner .entry-links a .ico {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 1px;
    color: #ea9c0b;
    font: normal normal normal 34px/1 FontAwesome;
}

#home-banner .entry-links a.left-link .ico:before {
    margin-left: -20px;
}

#home-banner .entry-links a.right-link .ico:before {
    margin-right: -30px;
}

#home-banner .entry-links a.left-link {
    float: left;
    text-indent: 30px;
}

#home-banner .entry-links a.left-link .ico {
    left: 0;
}

#home-banner .entry-links a.right-link {
    float: right;
    padding-right: 40px;
}

#home-banner .entry-links a.right-link .ico {
    right: 0;
}

#home-banner .video-cover {
    display: none;
}

#home-banner .video-wrapper {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 700px;
    top: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    background-size: cover !important;
}

#home-banner .banner-video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* SM - For mobile poster image replacement */
#home-banner .placeholder-wrapper {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 700px;
    top: 0;
    left: 0;
    opacity: 1;
    overflow: hidden;
    background-size: cover !important;
}

#home-banner .video-placeholder {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#home-banner .bottom-border {
    display: block;
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 40px;
    bottom: 0;
    left: 0;
    background: #f7a119;
}

#home-banner .bottom-border .pointer {
    display: block;
    position: absolute;
    left: 50%;
    bottom: -20px;
    width: 73px;
    height: 32px;
    z-index: 999;
    background: url(../images/orange-down-arrow.png) center center no-repeat;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#home-banner .scroll-down {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 5px;
    width: 95px;
    height: 45px;
    z-index: 9999;
    background: url(../images/white-down-arrow.png) center center no-repeat;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -o-transition: .6s;
    -ms-transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    transition: .6s;
}

/* 10.0 Home Welcome */
#welcome {
    padding: 100px 0;
}

#welcome .trigger {
    display: block;
    float: left;
    width: 100%;
}

.welcome-box {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 670px;
}

.welcome-box .wrapper {
    display: block;
    margin: 0px 0 0 -50px;
    padding-left: 100px;
    border-left: 3px solid #9b9b9b;
    -o-transition: .6s;
    -ms-transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    transition: .6s;
}

.welcome-box div .large {
    font-size: 34px;
    line-height: 56px;
    color: #494c4e;
    padding-bottom: 40px;
    margin: 0;
}

.welcome-box div a {
    font-size: 34px;
    line-height: 56px;
    padding-bottom: 5px;
    color: #ea9c0b !important;
    border-bottom: 3px solid #ea9c0b;
    -o-transition: .6s;
    -ms-transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    transition: .6s;
}

.welcome-box div a:hover {
    color: #004582 !important;
    border-bottom: 3px solid #ea9c0b;
}

.welcome-box p {
    font-size: 22px;
    line-height: 41px;
    color: #494c4e;
}

/* 11.0 Home Backgrounds */
#home-photo2 {
    display: block;
    float: left;
    width: 100%;
    height: 300px;
    background-position: center bottom !important;
    background-attachment: fixed;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

/* 12.0 We Are */
.tabs-mobile {
    display: none;
}

#we-are {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    padding: 25% 0 25% 0;
    background-attachment: fixed;
    background-position: 50% 50% !important;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

#we-are .wrap {
    padding: 0;
}

#we-are .tabs {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 640px;
    background: #094375;
}

#we-are .tabs .wrapper {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
}

#we-are h2 {
    display: block;
    position: absolute;
    z-index: 999;
    top: -100px;
    left: 0;
    font-size: 117px;
    font-weight: 700;
    line-height: 139px;
    color: #fff;
}

#we-are .left {
    display: block;
    position: relative;
    z-index: 9999;
    float: left;
    width: 55%;
    margin-top: 140px;
}

#we-are .tab-links {
    display: block;
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
}

#we-are .tab-links li {
    display: block;
    float: left;
    width: 33.3333%;
    padding-right: 30px;
}

#we-are .tab-links li:last-child {
    padding-right: 0;
}

#we-are .tab-links li a {
    display: block;
    width: 100%;
    opacity: .4;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

#we-are .tab-links li a.active,
#we-are .tab-links li a:hover {
    opacity: 1;
}

#we-are .tab-links li a .num {
    font-family: "merriweather", serif;
    display: block;
    float: left;
    width: 100%;
    font-size: 55px;
    font-weight: 300;
    font-style: italic;
    line-height: 69px;
    color: #fff;
    padding: 0 25px 20px 0;
}

#we-are .tab-links li a .fa-caret-right {
    font: normal normal normal 34px/1 FontAwesome;
    margin-left: 15px;
}

#we-are .tab-links li a .title {
    font-family: 'gotham_boldregular';
    letter-spacing: 2px;
    display: block;
    float: left;
    width: 100%;
    padding: 20px 0 0 0;
    border-top: 3px solid #fff;
    font-size: 16px;
    line-height: 17px;
    color: #fff;
    text-transform: uppercase;
}

#we-are .tab-box {
    display: none;
    float: left;
    width: 100%;
    padding: 50px 0;
    color: #fff;
    font-family: "merriweather", serif;
    font-size: 40px;
    font-weight: 300;
    font-style: italic;
    line-height: 60px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

#we-are .tab-box.open {
    display: block;
}

#tab1-bg {
    display: block;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 640px;
    opacity: .2;
    background-size: cover !important;
}

#tab2-bg {
    display: none;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 640px;
    background-size: cover !important;
}

#tab3-bg {
    display: none;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 640px;
    background-size: cover !important;
}

.video-box {
    display: block;
    position: absolute;
    left: 140px;
    top: 550px;
    width: 560px;
    height: 315px;
    z-index: 9999;
    background-size: cover !important;
}

.video-box a {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 60px;
    background: rgba(247, 161, 25, 0.6);
    color: #fff;
    text-align: center;
    line-height: 100px;
    font-style: italic;
    border-radius: 3px;
    font-family: "merriweather", serif;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.video-box a span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50px;
    width: 20px;
    height: 25px;
    color: #fff;
    font: normal normal normal 24px/1 FontAwesome;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.video-box a:hover {
    background: rgba(247, 161, 25, 1);
}

.about-box {
    display: block;
    position: absolute;
    right: 0;
    top: 270px;
    width: 540px;
    height: auto;
    z-index: 9999;
}

.about-box .title {
    display: block;
    float: left;
    width: 100%;
    font-family: "merriweather", serif;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    line-height: 18px;
    color: #fff;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.about-box .line {
    display: block;
    position: relative;
    float: left;
    width: 2px;
    height: 100px;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.about-box .about-content {
    font-family: "merriweather", serif;
    display: block;
    position: absolute;
    right: 0;
    top: 100px;
    width: 540px;
    height: auto;
    padding: 70px 60px;
    text-align: center;
    background: #fff;
}

.about-box .about-content p {
    color: #252627;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    text-align: left;
    font-family: 'gotham_memdiumregular';
}

/* 13.0 Building Success */
#building-success {
    background: #252627;
}

#building-success .wrap {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 150px 0;
    max-width: 1280px;
}

#building-success h2 {
    display: block;
    position: absolute;
    z-index: 999;
    top: -100px;
    left: 0;
    font-size: 117px;
    font-weight: 700;
    line-height: 139px;
    color: #fff;
}

.success-sliders {
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 150px;
}

#venture-slider,
#private-slider {
    display: block;
    float: left;
    width: 49.5%;
    position: relative;
}

#venture-slider {
    margin-right: .5%;
}

#private-slider {
    margin-left: .5%;
}

#venture-slider .title,
#private-slider .title {
    display: inline-block;
    float: left;
    width: auto;
    font-family: "merriweather", serif;
    font-size: 30px;
    font-style: italic;
    line-height: 38px;
    color: #fff;
    font-weight: 300;
}

#venture-slider .next-arrow,
#private-slider .next-arrow {
    display: block;
    position: absolute;
    top: 5px;
    left: 270px;
    width: 30px;
    height: 30px;
    color: #f7a119;
    font: normal normal normal 34px/1 FontAwesome;
}

#venture-slider .prev-arrow,
#private-slider .prev-arrow {
    display: block;
    position: absolute;
    top: 5px;
    left: 230px;
    width: 30px;
    height: 30px;
    opacity: .2;
    color: #f7a119;
    font: normal normal normal 34px/1 FontAwesome;
}

#venture-slider .swiper-container,
#private-slider .swiper-container {
    display: block;
    float: left;
    width: 100%;
    height: 250px;
    clear: both;
    margin-bottom: 50px;
}

#private-slider .swiper-slide {
    display: block;
    background-size: cover !important;
}

#venture-slider .swiper-slide {
    display: block;
    background-size: cover !important;
}

#venture-slider .swiper-slide a,
#private-slider .swiper-slide a {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 250px;
    z-index: 99999;
}

#venture-slider .swiper-slide .logo,
#private-slider .swiper-slide .logo {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 80px;
    height: 80px;
    z-index: 9999;
    background-size: 90% !important;
}

#venture-slider .view-all,
#private-slider .view-all {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    clear: both;
    color: #f7a119;
    font-family: 'gotham_memdiumregular';
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    line-height: 40px;
    letter-spacing: 4px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

#venture-slider .view-all:hover,
#private-slider .view-all:hover {
    font-style: normal;
}

#venture-slider .view-all:focus,
#private-slider .view-all:focus {
    color: #cb7f07;
}

#venture-slider .view-all .link,
#private-slider .view-all .link {
    display: inline-block;
    float: left;
}

#venture-slider .view-all .ico,
#private-slider .view-all .ico {
    display: inline-block;
    float: left;
    margin-left: 20px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 2px solid #f7a119;
    padding: 5.5px 0;
    font: normal normal normal 24px/1 FontAwesome;
}

#venture-slider .view-all .ico:before,
#private-slider .view-all .ico:before {
    margin: 0 0 0 8px;
    width: 40px;
    height: 40px;
}

#venture-slider .view-all:focus .ico,
#private-slider .view-all:focus .ico {
    color: #cb7f07;
}

/* 15.0 Portfolio */
#portfolio {
    background: #f8f8f8;
}

.overlay-nav {
    display: block;
    float: left;
    width: 100%;
    height: 70px;
    padding: 20px 0;
    background: #004582;
}

.overlay-nav .wrap {
    margin: 0 6%;
    display: block;
    width: 88%;
}

.overlay-nav .wrap a[rel="next"] {
    display: block;
    float: left;
    width: auto;
    height: 30px;
    font-size: 14px;
    font-family: 'gotham_lightregular';
    line-height: 30px;
    text-indent: 20px;
    color: #fff;
    text-transform: uppercase;
    border-right: 1px solid #fff;
    padding-right: 20px;
    text-align: left;
}

.overlay-nav .wrap a[rel="prev"] {
    display: block;
    float: left;
    width: auto;
    font-size: 14px;
    font-family: 'gotham_lightregular';
    line-height: 30px;
    padding-right: 20px;
    padding-left: 15px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
}

.overlay-nav .wrap a[rel="next"] .ico {
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    margin-top: 7px;
}

.overlay-nav .wrap a[rel="prev"] .ico {
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    display: block;
    float: right;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-top: 7px;
}

.overlay-nav .wrap .back {
    display: block;
    float: right;
    width: auto;
    font-size: 22px;
    line-height: 26px;
    font-family: 'gotham_lightregular';
    color: #fff;
    opacity: 1;
    text-indent: 30px;
    font-weight: normal;
    text-shadow: none;
    text-transform: uppercase;
}

.overlay-nav .wrap .back .ico {
    display: block;
    float: left;
    width: 20px;
    height: 26px;
    margin-left: 10px;
    color: #fff;
    font: normal normal normal 24px/1 FontAwesome;
}

.portfolio-nav {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    padding: 40px 0 0 0;
    background: #f8f8f8;
}

.portfolio-nav.fixedHeader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}

.portfolio-nav.fixedHeader + div {
    margin-top: 114px;
}

.portfolio-nav ul {
    display: inline-block;
    position: relative;
    width: auto;
    list-style: none;
    padding: 0 0 40px 0;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.portfolio-nav ul li {
    display: inline-block;
    width: auto;
    margin: 0 10px;
}

.portfolio-nav ul li a {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    color: #929292;
    padding-bottom: 10px;
    font-family: 'gotham_lightregular';
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.portfolio-nav ul li a:hover,
.portfolio-nav ul li.active a {
    color: #004582;
}

.portfolio-nav .active-slide {
    display: block;
    position: absolute;
    z-index: 99;
    bottom: 20px;
    left: 10px;
    width: auto;
    height: 3px;
    background: #004582;
    -o-transition: .8s;
    -ms-transition: .8s;
    -moz-transition: .8s;
    -webkit-transition: .8s;
    transition: .8s;
}

.portfolio-wrapper {
    display: block;
    position: relative;
    width: 1320px;
    float: left;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#isotope {
    display: block;
    margin: 0 auto;
    width: auto;
}

#isotope ul {
    list-style: none;
    padding: 0;
}

#isotope ul li {
    display: block;
    position: relative;
    float: left;
    width: 320px;
    height: 320px;
    margin-bottom: 10px;
}

#isotope ul li a {
    display: block;
    position: absolute;
    width: 320px;
    height: 320px;
    top: 0;
    left: 0;
    z-index: 999999;
}

#isotope ul li .logo {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    width: 250px;
    height: 250px;
    background-size: 100% !important;
    margin: -125px 0 0 -125px;
}

#isotope ul li .button {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 50px !important;
    left: 50%;
    opacity: 0;
    z-index: 999;
    border-radius: 50px;
    font-size: 34px;
    text-align: center;
    line-height: 46px;
    border: 2px solid #fff;
    color: #fff;
    padding: 5.5px 0;
    font: normal normal normal 34px/1 FontAwesome;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

#isotope ul li .button:before {
    margin: 0 0 0 2px;
}

.page-template-template-private-capital-companies #isotope ul li .button:before {
    margin: 0 0 0 4px;
}

#isotope ul li:hover .button {
    opacity: 1;
}

#isotope ul li > .bg {
    display: block;
    position: absolute;
    width: 320px;
    height: 320px;
    z-index: 9;
    top: 0;
    left: 0;
    opacity: .2;
}

#isotope ul li .hover-open {
    display: block;
    position: absolute;
    top: 0;
    width: 332px;
    height: 320px;
    z-index: 99999;
    opacity: 0;
}

#isotope ul li.odd a.allow:hover + .hover-open {
    opacity: 1;
}

#isotope ul li.odd > .hover-open:hover {
    left: 0;
    opacity: 0;
}

#isotope ul li.even a.allow:hover + .hover-open {
    opacity: 1;
}

#isotope ul li.even > .hover-open:hover {
    right: 0;
    opacity: 0;
}

#isotope ul li .hover-open .bg {
    display: block;
    position: absolute;
    width: 332px;
    height: 319px;
    z-index: 9;
    top: 0;
    left: 0;
    opacity: .2;
}

#isotope ul li .hover-open .quote {
    display: block;
    position: absolute;
    width: 270px;
    height: auto;
    z-index: 99;
    bottom: 20px;
    left: 50%;
    color: #fff;
    font-size: 16px;
    font-style: italic;
    line-height: 25px;
    font-family: "merriweather", serif;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#portfolio-overlay {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    min-height: 650px;
    background: #fff;
    padding: 100px 0;
}

#portfolio-overlay .port-container {
    display: block;
    float: left;
    width: 100%;
}

#portfolio-overlay .left {
    display: block;
    float: left;
    width: 40%;
    padding: 40px 40px;
}

#portfolio-overlay .right {
    display: block;
    float: left;
    width: 60%;
    padding: 40px 40px;
}

#portfolio-overlay .left .brand-wrap {
    display: block;
    position: relative;
    float: right;
    width: 300px;
    height: 300px;
}

#portfolio-overlay .left .brand-wrap .logo {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    width: 250px;
    height: 250px;
    background-size: 100% !important;
    margin: -125px 0 0 -125px;
}

#portfolio-overlay .left .photo {
    display: block;
    float: right;
    width: 300px;
    height: 300px;
    opacity: .2;
    background-size: cover !important;
}

.single-vc_team .photo {
    opacity: 1 !important;
}

#portfolio-overlay .right .name {
    display: block;
    float: left;
    width: 100%;
    margin: 0px 0 20px 0;
    color: #004582;
    font-family: 'gotham_boldregular';
    font-size: 30px;
    line-height: 36px;
}

#portfolio-overlay .right .copy, #portfolio-overlay .team-info-box {
    color: #494c4e;
    font-family: 'gotham_lightregular';
    font-size: 16px;
    line-height: 24px;
}

#portfolio-overlay .right .data {
    display: block;
    list-style: none;
    padding: 0;
    margin: 20px 0 40px 0;
}

#portfolio-overlay .right .data li {
    color: #494c4e;
    font-family: 'gotham_boldregular';
    font-size: 14px;
    line-height: 17px;
    padding: 20px 0;
    border-bottom: 3px solid #f7a119;
}

#portfolio-overlay .right .data li span {
    font-family: 'gotham_lightregular';
    padding-right: 40px;
}

#portfolio-overlay .right .meta {
    display: block;
    float: left;
    width: 100%;
}

#portfolio-overlay .right .meta .link {
    display: block;
    position: relative;
    float: left;
    margin: 0;
    color: #f7a119;
    font-family: 'gotham_memdiumregular';
    font-size: 14px;
    font-style: italic;
    line-height: 40px;
    text-transform: uppercase;
    border: none;
    box-shadow: none;
    background: none;
    letter-spacing: 4px;
    z-index: 999;
    width: 230px;
}

#portfolio-overlay .right .meta .link .ico {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 3px solid #f7a119;
    color: #f7a119;
    padding: 5px 0;
    font: normal normal normal 24px/1 FontAwesome;
}

#portfolio-overlay .right .meta .link:hover {
    font-style: normal;
}

#portfolio-overlay .right .meta .link:focus {
    color: #cb7f07;
}

#portfolio-overlay .right .meta .link:focus .ico {
    border: 3px solid #cb7f07;
}

#portfolio-overlay .right .meta .link:focus .ico {
    color: #cb7f07;
}

#portfolio-overlay .right .meta .link .ico:before {
    margin: 0 0 0 7.5px;
}

#portfolio-overlay .right .social {
    display: block;
    list-style: none;
    padding: 0;
    float: right;
}

#portfolio-overlay .right .social li {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 20px;
}

#portfolio-overlay .right .social li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
}

#portfolio-overlay .right .social li.facebook {
    background: url(../images/portfolio-facebook.png) center center no-repeat;
}

#portfolio-overlay .right .social li.linkedin {
    background: url(../images/portfolio-linkedin.png) center center no-repeat;
}

#portfolio-overlay .right .social li.twitter {
    background: url(../images/portfolio-twitter.png) center center no-repeat;
}

/* 16.0 Venure Banner */
.banner-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: 570px;
    margin-top: 100px;
}

#venture-banner,
#private-banner,
#asset-banner {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 570px;
    background-color: #232324;
}

#venture-banner .swiper-container,
#private-banner .swiper-container,
#asset-banner .swiper-container {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 570px;
}

#venture-banner .banner,
#private-banner .banner,
#asset-banner .banner {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 570px;
    opacity: .4;
    background-size: cover !important;
}

#venture-pagination,
#private-pagination,
#asset-pagination {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45%;
    height: 100px;
    background: #fff;
    z-index: 99999;
}

#venture-pagination .num,
#venture-pagination .company {
    opacity: 0;
}

#venture-pagination .slick-slide {
    display: inline-block;
    opacity: .5;
}

#private-pagination .slick-slide {
    display: inline-block;
    opacity: .5;
    width: 32.3333%;
}

#venture-pagination .slick-slide a {
    display: inline-block;
    width: 100%;
    height: 100px;
    padding-left: 20px;
}

#private-pagination .slick-slide a {
    display: inline-block;
    width: 100%;
    height: 100px;
    padding-left: 20px;
}

#venture-pagination .slick-current {
    opacity: 1;
}

#private-pagination .slick-current {
    opacity: 1;
}

#venture-pagination .slick-slide a .num {
    display: inline-block;
    font-size: 60px;
    font-weight: 300;
    font-style: italic;
    line-height: 100px;
    color: #c8c8c8;
    margin-right: 10px;
    font-family: "merriweather", serif;
}

#private-pagination .slick-slide a .num {
    display: inline-block;
    font-size: 60px;
    font-weight: 300;
    font-style: italic;
    line-height: 100px;
    color: #c8c8c8;
    margin-right: 10px;
    font-family: "merriweather", serif;
}

#venture-pagination .slick-slide a .company {
    position: absolute;
    display: inline-block;
    max-width: 120px;
    top: 50%;
    color: #494c4e;
    font-family: 'gotham_boldregular';
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    padding-bottom: 5px;
    border-bottom: 3px solid transparent;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#private-pagination .slick-slide a .company {
    position: absolute;
    display: inline-block;
    top: 50%;
    color: #494c4e;
    font-family: 'gotham_boldregular';
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    padding-bottom: 5px;
    border-bottom: 3px solid transparent;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#venture-pagination .slick-current a .company {
    padding-bottom: 5px;
    border-bottom: 3px solid #f7a119;
}

#private-pagination .slick-current a .company {
    padding-bottom: 5px;
    border-bottom: 3px solid #f7a119;
}

#venture-banner h1 {
    display: block;
    position: absolute;
    top: 40%;
    left: 125px;
    z-index: 9999;
    width: 50%;
    color: #fff;
    font-size: 50px;
    line-height: 82px;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#venture-banner a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 570px;
    z-index: 999999;
}

#venture-banner h1 .message {
    font-family: 'gotham_boldregular';
}

#venture-banner h1 .name {
    font-family: "merriweather", serif;
    font-weight: 300;
    font-style: italic;
    padding-bottom: 10px;
    border-bottom: 3px solid #f7a119;
}

#private-banner h1 {
    display: block;
    position: absolute;
    top: 50%;
    left: 125px;
    z-index: 9999;
    width: 50%;
    color: #fff;
    font-size: 50px;
    line-height: 82px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#private-banner h1 .message {
    font-family: 'gotham_boldregular';
    border-bottom: 3px solid #f7a119;
    padding-bottom: 10px;
}

#private-banner h1 .copy {
    clear: both;
    display: block;
    width: 100%;
    padding-top: 20px;
    font-family: "merriweather", serif;
    font-size: 34px;
    line-height: 54px;
    font-weight: 300;
    font-style: italic;
}

#asset-banner h1 {
    display: block;
    position: absolute;
    top: 50%;
    left: 125px;
    z-index: 9999;
    width: 50%;
    color: #fff;
    font-size: 60px;
    line-height: 76px;
    font-family: 'gotham_boldregular';
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#asset-banner h1 span {
    font-family: "merriweather", serif !important;
    border-bottom: 3px solid #f7a119;
    padding-bottom: 10px;
    font-style: italic;
}

#asset-banner h1 .copy {
    clear: both;
    display: block;
    width: 100%;
    padding-top: 20px;
    font-family: "merriweather", serif;
    font-size: 34px;
    line-height: 54px;
    font-weight: 300;
    font-style: italic;
}

#venture-banner .next-arrow {
    display: block;
    position: absolute;
    top: 50% !important;
    right: 20px;
    left: inherit !important;
    width: 30px !important;
    height: 30px !important;
    color: #f7a119;
    z-index: 99999;
    font: normal normal normal 68px/1 FontAwesome;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#venture-banner .prev-arrow {
    display: block;
    position: absolute;
    top: 50% !important;
    left: 20px;
    width: 30px !important;
    height: 30px !important;
    color: #f7a119;
    z-index: 99999;
    font: normal normal normal 68px/1 FontAwesome;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* 17.0 Banner Scroll */
#scroll {
    background: #004582;
    height: 100px;
}

#scroll ul {
    list-style: none;
    padding: 0;
}

#scroll ul li.empty {
    display: block;
    float: left;
    width: 45%;
    height: 100px;
}

#scroll ul li.button {
    display: block;
    float: left;
    width: 10%;
    height: 100px;
    background: #f7a119;
}

#scroll a {
    display: block;
    position: relative;
    margin: 0 auto;
    height: 100px;
}

#scroll a span.ico-wrap {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    padding: 5.5px 0;
    border: 3px solid #fff;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -o-transition: .6s;
    -ms-transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    transition: .6s;
}

#scroll a span.ico {
    color: #fff;
    font: normal normal normal 24px/1 FontAwesome;
}

#scroll a span.ico:before {
    width: 40px;
    height: 40px;
    margin: 0 0 0 5.5px;
}

/* 18.0 News Excerpts */
#news .wrap {
    max-width: 960px;
}

#news h2 {
    text-align: center;
    color: #004582;
    font-family: 'gotham_boldregular';
    font-size: 58px;
    line-height: 70px;
    margin: 60px 0;
}

#news .news-items {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 100px;
}

#news .news-items .post {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    padding: 20px 10px;
    cursor: pointer;
    border-bottom: 3px solid #f7a119;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

#news .news-items .post .date {
    display: block;
    float: left;
    width: 20%;
    color: #494c4e;
    padding-right: 10px;
    font-family: 'gotham_lightregular';
    font-size: 14px;
    line-height: 17px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

#news .news-items .post .excerpt {
    display: block;
    float: left;
    width: 80%;
    color: #494c4e;
    font-family: 'gotham_boldregular';
    font-size: 14px;
    line-height: 17px;
    padding-right: 80px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

#news .news-items .post-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

#news .news-items .post .excerpt .read-more {
    display: block;
    position: absolute;
    right: 20px;
    top: 30px;
    opacity: 0;
    color: #fff;
}

#news .news-items .post .excerpt .post-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

#news .news-items .post:hover {
    background: #f7a119;
}

#news .news-items .post:hover .date,
#news .news-items .post:hover .excerpt {
    color: #fff;
}

#news .news-items .post:hover .read-more {
    opacity: 1;
}

#news .more {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 40px;
    width: auto;
    color: #f7a119;
    text-transform: uppercase;
    font-family: 'gotham_memdiumregular';
    font-size: 14px;
    font-style: italic;
    line-height: 40px;
    letter-spacing: 4px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#news .more .link {
    display: inline-block;
    float: left;
}

#news .more .ico {
    display: inline-block;
    float: left;
    margin-left: 40px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    color: #f7a119;
    padding: 5px 0;
    border: 2px solid #f7a119;
    font: normal normal normal 24px/1 FontAwesome;
}

#news .more .ico:before {
    width: 40px;
    height: 40px;
    margin: 0 0 0 8px;
}

#news .more:hover {
    font-style: normal;
}

#news .more:focus {
    color: #cb7f07;
}

#news .more:focus .ico {
    border: 2px solid #cb7f07;
}

#news .more:focus .ico:before {
    color: #cb7f07;
}

/* Required styles */
.parascroll {
    position: relative;
    transform: translate3d(0px, 0px, 0px);
}

.paraContent {
    position: relative
}

.scrollList {
    color: #fff;
    font-family: "Helvetica Neue", helvetica, arial, verdana, sans-serif;
    font-size: 1.2em;
}

ul.scrollList {
    list-style-type: none;
}

ul.scrollList > li {
    overflow: hidden;
}

ul.scrollList,
ul.scrollList > li {
    margin: 0;
    padding: 0;
    position: relative;
}

ul.scrollList > li.inBetween {
    padding: 1em 2em;
    background: #fff;
    color: #333;
}

.parascroll {
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.40);
    margin-left: -0.05em;
}

.scrollable {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 420px;
    background-repeat: no-repeat;
}

/* 19.0 Secondary Banner */
#secondary-banner {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 420px;
    background: transparent;
    margin-top: 100px;
}

#secondary-banner h1 {
    display: block;
    position: absolute;
    bottom: 150px;
    left: 100px;
    padding-right: 40px;
    z-index: 9999;
    font-family: 'gotham_boldregular';
    font-size: 60px;
    color: #fff;
    line-height: 76px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

#secondary-banner .cover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    float: left;
    width: 100%;
    height: 420px;
    background: #222;
    opacity: .6;
}

#secondary-banner .banner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    float: left;
    width: 100%;
    height: 420px;
    background-attachment: scroll;
    background-position: 50% 50% !important;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

#secondary-banner .scroll-down,
#inside-banner .scroll-down {
    display: block;
    bottom: 0;
    left: 100px;
    background: #f7a119;
    z-index: 9999;
    position: absolute;
    width: 100px;
    height: 100px;
}

#secondary-banner .scroll-down span.ico-wrap,
#inside-banner .scroll-down span.ico-wrap {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    padding: 5.5px 0;
    border-radius: 40px;
    border: 3px solid #fff;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -o-transition: .6s;
    -ms-transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    transition: .6s;
}

#secondary-banner .scroll-down span.ico,
#inside-banner .scroll-down span.ico {
    color: #fff;
    font: normal normal normal 24px/1 FontAwesome;
}

#secondary-banner .scroll-down span.ico:before,
#inside-banner .scroll-down span.ico:before {
    width: 40px;
    height: 40px;
    margin: 0 0 0 5.5px;
}

#secondary-banner .more {
    display: block;
    position: absolute;
    bottom: 100px;
    left: 50%;
    z-index: 999;
    width: 220px;
    height: 60px;
    background: #f7a119;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 60px;
    border-radius: 5px;
    text-transform: uppercase;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.error-title {
    text-align: center;
    width: 100%;
    left: 0 !important;
    padding: 0 40px;
}

/* 20.0 News Banner */
#news-banner {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 400px;
    background: #232324;
    margin-top: 100px;
}

#news-banner h1 {
    display: block;
    position: absolute;
    bottom: 150px;
    left: 100px;
    z-index: 9999;
    font-family: 'gotham_boldregular';
    font-size: 60px;
    color: #fff;
    line-height: 76px;
}

#news-banner .banner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    float: left;
    width: 100%;
    height: 400px;
    opacity: .4;
    overflow: hidden;
    background-position: center top !important;
    background-attachment: fixed;
    background-size: auto auto;
    -webkit-background-size: auto auto;
    background-repeat: no-repeat;
}

/* 21.0  Tertiary Nav */
#tertiary-nav {
    display: block;
    position: absolute;
    bottom: 80px;
    right: 100px;
    width: 400px;
    height: auto;
    z-index: 9999;
}

#tertiary-nav .title {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 4px;
    line-height: 17px;
    padding-bottom: 40px;
    margin: 0;
    font-family: 'gotham_memdiumregular';
}

#tertiary-nav ul {
    list-style: none;
    padding: 0;
}

#tertiary-nav ul li a {
    display: block;
    float: left;
    width: 100%;
    padding: 20px 0;
    font-size: 18px;
    line-height: 17px;
    color: #fff;
    border-bottom: 3px solid #f7a119;
    font-family: 'gotham_boldregular';
}

#tertiary-nav ul li a .num {
    font-family: 'gotham_lightregular';
    padding-right: 40px;
}

#tertiary-nav ul li a .ico {
    font: normal normal normal 20px/1 FontAwesome;
    display: block;
    float: right;
    color: #f7a119;
}

#tertiary-nav-section {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    z-index: 9999;
}

#tertiary-nav-section {
    padding: 100px 0;
    text-align: center;
}

#tertiary-nav-section .wrap {
    display: block;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#tertiary-nav-section h2 {
    display: block;
    float: left;
    width: 40%;
    height: 200px;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #494c4e;
    font-size: 30px;
    font-style: italic;
    text-align: right;
    border-right: 3px solid #d8d8d8;
    margin: 0;
    padding: 60px 60px 0 0;
    font-family: 'gotham_memdiumregular';
}

#tertiary-nav-section ul {
    display: block;
    position: absolute;
    float: left;
    list-style: none;
    top: 50%;
    right: 0;
    margin: 0;
    width: 60%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#tertiary-nav-section ul li {
    display: block;
    float: left;
    padding: 0 40px;
    width: 100%;
}

#tertiary-nav-section ul li a {
    display: block;
    float: left;
    width: 100%;
    padding: 20px 0;
    font-size: 18px;
    line-height: 17px;
    color: #494c4e;
    text-align: left;
    border-bottom: 3px solid #f7a119;
    font-family: 'gotham_boldregular';
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

#tertiary-nav-section ul li a .ico {
    font: normal normal normal 20px/1 FontAwesome;
    display: block;
    float: right;
    color: #f7a119;
}

#tertiary-nav-section ul li a .num {
    font-family: 'gotham_lightregular';
    padding-right: 40px;
}

#tertiary-nav-section ul li a:hover {
    color: #f7a119;
}

#tertiary-nav-section ul li a:hover .num {
    color: #f7a119;
}

#tertiary-nav-section ul li a:focus {
    color: #cb7f07;
    border-bottom: 3px solid #cb7f07;
}

#tertiary-nav-section ul li a:focus .num {
    color: #cb7f07;
}

#tertiary-nav-section ul li a:focus .ico {
    color: #cb7f07;
}

/* 22.0 Anchors Nav */
#anchors {
    display: block;
    position: absolute;
    left: 50% !important;
    top: 0;
    width: 100%;
    max-width: 1800px;
    height: 100px;
    background: #094375;
    z-index: 9999;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#anchors.fixedHeader {
    position: fixed;
    top: 0;
    left: 0;
}

#anchors ul {
    display: inline-block;
    position: relative;
    width: auto;
    list-style: none;
    padding: 0;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#anchors ul li {
    display: inline-block;
    margin: 0 20px;
    line-height: 100px;
}

#anchors ul li a {
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    font-family: 'gotham_lightregular';
}

#anchors .active-slide {
    display: block;
    position: absolute;
    z-index: 99;
    bottom: 20px;
    left: 20px;
    width: auto;
    height: 3px;
    background: #fff;
    -o-transition: .8s;
    -ms-transition: .8s;
    -moz-transition: .8s;
    -webkit-transition: .8s;
    transition: .8s;
}

/* 23.0 Investment Criteria */
#ownership {
    padding: 120px 0 50px 0;
    text-align: center;
}

#ownership h2 {
    color: #494c4e;
    font-family: 'gotham_memdiumregular';
    line-height: 36px;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 4px;
}

#ownership .grey-border {
    display: block;
    margin: 50px auto;
    width: 100px;
    height: 3px;
    background: #d8d8d8;
}

#ownership p {
    display: block;
    margin: 0 auto;
    width: 600px;
    color: #494c4e;
    font-family: 'gotham_lightregular';
    font-size: 22px;
    line-height: 33px;
}

#company-size {
    padding: 50px 0;
    height: auto;
    background-size: cover !important;
    background-position: 50% 50%;
    background-color: #094375;
}

#company-size .wrap {
    position: relative;
    margin: 0 auto;
    width: 980px;
    overflow: hidden;
}

#company-size h2 {
    display: block;
    float: left;
    width: 40%;
    height: 200px;
    line-height: 200px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
    font-size: 30px;
    font-style: italic;
    border-right: 3px solid #fff;
    font-family: 'gotham_memdiumregular';
}

#company-size ul {
    display: block;
    position: absolute;
    float: left;
    list-style: none;
    top: 50%;
    right: 0;
    margin: 0;
    width: 55%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#company-size ul li {
    position: relative;
    font-family: 'gotham_lightregular';
    font-size: 18px;
    line-height: 41px;
    color: #fff;
}

#company-size ul li:before {
    position: absolute;
    background: #f7a119;
    content: '';
    left: -40px;
    top: 16px;
    width: 10px;
    height: 10px;
    margin-right: 20px;
    display: inline-block;
}

#sectors {
    padding: 50px 0;
    text-align: center;
}

#sectors .wrap {
    display: block;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#sectors h2 {
    display: block;
    float: left;
    width: 40%;
    height: 200px;
    line-height: 200px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #494c4e;
    font-size: 30px;
    font-style: italic;
    border-right: 3px solid #d8d8d8;
    margin: 0;
    font-family: 'gotham_memdiumregular';
}

#sectors ul {
    display: block;
    position: absolute;
    float: left;
    list-style: none;
    top: 50%;
    right: 0;
    margin: 0;
    width: 60%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#sectors ul li {
    display: block;
    float: left;
    padding: 0 40px;
    width: 100%;
}

#sectors ul li a {
    display: block;
    width: 100%;
    color: #707477;
    font-size: 18px;
    line-height: 17px;
    padding: 20px 0;
    text-align: left;
    font-family: 'gotham_boldregular';
    border-bottom: 3px solid #f7a119;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

#sectors ul li a .num {
    font-family: 'gotham_lightregular';
    padding-right: 40px;
}

#sectors ul li a .ico {
    font: normal normal normal 20px/1 FontAwesome;
    display: block;
    float: right;
    color: #f7a119;
}

#sectors ul li a:hover {
    color: #f7a119;
}

#sectors ul li a:hover .num {
    color: #f7a119;
}

#sectors ul li a:focus {
    color: #cb7f07;
    border-bottom: 3px solid #cb7f07;
}

#sectors ul li a:focus .num {
    color: #cb7f07;
}

#sectors ul li a:focus .ico {
    color: #cb7f07;
}

#types {
    padding: 50px 0;
    height: auto;
    background-size: cover !important;
    background-position: 50% 50%;
    background-color: #094375;
}

#types .wrap {
    position: relative;
    margin: 0 auto;
    width: 800px;
    overflow: hidden;
}

#types h2 {
    display: block;
    float: left;
    width: 40%;
    height: 200px;
    line-height: 200px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
    font-size: 30px;
    font-style: italic;
    border-right: 3px solid #fff;
    font-family: 'gotham_memdiumregular';
}

#types ul {
    display: block;
    position: absolute;
    float: left;
    list-style: none;
    top: 50%;
    right: 0;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#types ul li {
    position: relative;
    font-family: 'gotham_lightregular';
    font-size: 18px;
    line-height: 41px;
    color: #fff;
}

#types ul li:before {
    position: absolute;
    background: #f7a119;
    content: '';
    left: -40px;
    top: 16px;
    width: 10px;
    height: 10px;
    margin-right: 20px;
    display: inline-block;
}

#geography {
    padding: 0;
}

#geography .wrap {
    padding: 0;
}

#geography .left {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    padding-top: 100px;
}

.page-template-template-investment-philosophy #geography .right {
    display: block;
    float: left;
    width: 45%;
    height: 600px;
    margin-right: 5%;
    margin-top: 40px;
    background: url(../images/newmap.png) right center no-repeat;
    background-size: 100%;
}

.page-template-template-investment-criteria #geography .right {
    display: block;
    float: left;
    width: 45%;
    height: 600px;
    margin-right: 5%;
    margin-top: 40px;
    background-size: 100% !important;
    background: url(../images/pc_map.png) right center no-repeat;
}

#geography.left-align .left {
    display: block;
    float: left;
    width: 50%;
    text-align: left;
    padding: 100px 60px 0 60px;
}

#geography h2 {
    color: #494c4e;
    font-family: 'gotham_memdiumregular';
    font-size: 30px;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 4px;
}

#geography .grey-border {
    display: block;
    margin: 50px auto;
    width: 100px;
    height: 3px;
    background: #d8d8d8;
}

#geography.left-align .grey-border {
    margin: 50px 0;
}

#geography p {
    display: block;
    margin: 0 auto;
    width: 100%;
    color: #494c4e;
    font-family: 'gotham_lightregular';
    font-size: 22px;
    line-height: 33px;
}

#geography.left-align p {
    margin: 0;
}

#company-characteristics {
    height: auto;
    padding: 50px 0;
    background-size: cover !important;
    background-position: 50% 50%;
    background-color: #094375;
}

#company-characteristics .wrap {
    position: relative;
    margin: 0 auto;
    width: 980px;
    overflow: hidden;
}

#company-characteristics h2 {
    display: block;
    float: left;
    width: auto;
    height: 200px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
    font-size: 30px;
    font-style: italic;
    text-align: right;
    padding: 70px 50px 0 0;
    line-height: 36px;
    border-right: 3px solid #fff;
    font-family: 'gotham_memdiumregular';
}

#company-characteristics ul {
    display: block;
    position: absolute;
    float: left;
    list-style: none;
    top: 50%;
    right: 0;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#company-characteristics ul li {
    position: relative;
    font-family: 'gotham_lightregular';
    font-size: 18px;
    line-height: 41px;
    color: #fff;
}

#company-characteristics ul li:before {
    position: absolute;
    background: #f7a119;
    content: '';
    left: -40px;
    top: 16px;
    width: 10px;
    height: 10px;
    margin-right: 20px;
    display: inline-block;
}

/* 24.0 Our Advantage */
#private-equity {
    padding: 80px 0;
    text-align: center;
}

#private-equity h2 {
    color: #494c4e;
    font-family: 'gotham_lightregular';
    color: #494c4e;
    font-size: 30px;
    line-height: 41px;
}

#private-equity .grey-border {
    display: block;
    margin: 20px auto 50px auto;
    width: 100px;
    height: 3px;
    background: #d8d8d8;
}

#private-equity .copy {
    display: block;
    margin: 0 auto;
    width: 700px;
    color: #494c4e;
    font-family: 'gotham_lightregular';
    font-size: 22px;
    line-height: 33px;
}

#vert-tabs .wrap {
    padding: 0;
}

#vert-tabs .left {
    display: block;
    position: relative;
    float: left;
    width: 40%;
    height: 500px;
    background: #f7a119;
}

#vert-tabs .left ul {
    display: block;
    position: absolute;
    list-style: none;
    padding: 0;
    top: 50%;
    width: 100%;
    right: -40px;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#vert-tabs .left ul li {
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
}

#vert-tabs .left ul li a {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    padding: 20px;
    font-family: 'gotham_memdiumregular';
    -o-transition: .6s;
    -ms-transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    transition: .6s;
}

#vert-tabs .left ul li a.active,
#vert-tabs .left ul li a:hover {
    background: #fff;
    color: #f7a119;
}

#vert-tabs .up-arrow {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 50px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 3px solid #fff;
    opacity: 1;
    color: #fff;
    padding: 5px 0;
    font: normal normal normal 24px/1 FontAwesome;
    -o-transition: .6s;
    -ms-transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    transition: .6s;
}

#vert-tabs .down-arrow {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 100px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 3px solid #fff;
    opacity: 1;
    color: #fff;
    padding: 5.5px 0;
    font: normal normal normal 24px/1 FontAwesome;
    -o-transition: .6s;
    -ms-transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    transition: .6s;
}

#vert-tabs a span:before {
    margin: 0 0 0 5px;
}

#vert-tabs .up-arrow.off,
#vert-tabs .down-arrow.off {
    opacity: .4;
}

#vert-tabs .right {
    display: block;
    position: relative;
    float: left;
    width: 60%;
    height: 500px;
    background: #004582;
}

#vert-tabs .right .vert-tab-box {
    display: none;
    float: left;
    width: 100%;
    height: 500px;
    background-size: cover !important;
}

#vert-tabs .right .vert-tab-box .wrap {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 100px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#vert-tabs .right .vert-tab-box .wrap .title {
    color: #fff;
    font-size: 14px;
    font-family: 'gotham_memdiumregular';
    font-style: italic;
    line-height: 17px;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding-bottom: 20px;
}

#vert-tabs .right .vert-tab-box .wrap .copy {
    display: block;
    padding-left: 40px;
    border-left: 3px solid #fff;
    font-size: 22px;
    font-family: 'gotham_lightregular';
    line-height: 30px;
    color: #fff;
}

/* 25.0 Venture Landing */
#venture {
    padding: 50px 0 60px 0;
    background: #004582;
}

#venture .wrap {
    width: 100%;
    max-width: 1280px;
}

#venture .video-box {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 9999;
    width: 560px;
    height: 315px;
}

#venture h2 {
    display: block;
    float: right;
    width: 60%;
    font-family: 'gotham_boldregular';
    font-size: 45px;
    color: #fff;
    line-height: 62px;
}

.boxes-mobile {
    display: none !important;
}

#how-we-help {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    padding: 25% 0 0 0;
    background-position: 50% 50% !important;
    background-attachment: fixed;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    background-repeat: no-repeat;
}

#how-we-help .wrap {
    display: block;
    padding: 0;
    position: relative;
    float: left;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#how-we-help h2 {
    display: block;
    position: relative;
    float: left;
    z-index: 999;
    top: -80px;
    left: 100px;
    font-size: 117px;
    font-weight: 700;
    line-height: 139px;
    color: #fff;
}

#how-we-help .copy-boxes {
    display: block;
    position: relative;
    z-index: 99;
    float: left;
    width: 100%;
    height: auto;
    margin-top: -60px;
    padding: 0 50px 100px 50px;
}

#how-we-help .photo {
    display: block;
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    opacity: .2;
    top: 0;
    left: 0;
    background-position: 50% 50% !important;
    background-size: cover !important;
}

#how-we-help .bg-color {
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #094375;
}

#how-we-help .copy-boxes ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

#how-we-help .copy-boxes ul li {
    display: inline-block;
    width: 32.3333%;
    padding: 40px;
    vertical-align: top;
}

#how-we-help .copy-boxes ul li a {
    display: block;
    border-top: 3px solid transparent;
    opacity: .4;
    padding: 40px 0;
    -o-transition: .6s;
    -ms-transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    transition: .6s;
}

#how-we-help .copy-boxes ul li a:hover {
    border-top: 3px solid #fff;
}

#how-we-help .copy-boxes ul li.active a {
    opacity: 1;
    border-top: 3px solid #fff;
}

#how-we-help .copy-boxes ul li a .title {
    font-size: 16px;
    text-align: left;
    font-family: 'gotham_boldregular';
    line-height: 17px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 20px 0
}

#how-we-help .copy-boxes ul li a .copy {
    font-size: 16px;
    text-align: left;
    font-family: 'gotham_lightregular';
    line-height: 25px;
    color: #fff;
}

#how-we-help .quote-box {
    display: none;
    margin: 0 auto;
    width: 100%;
    max-width: 980px;
    padding: 0 0 0 40px;
    border-left: 3px solid #fff;
    font-size: 48px;
    font-family: "merriweather", serif;
    font-weight: 300;
    font-style: italic;
    line-height: 67px;
    color: #fff;
}

#landing-portfolio {
    display: block;
    float: left;
    width: 100%;
    padding: 25% 0 25% 0;
    background-position: 50% 50% !important;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
}

#landing-portfolio h2 {
    display: block;
    position: relative;
    float: left;
    z-index: 999;
    top: 40px;
    left: 100px;
    font-size: 117px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

#landing-portfolio .wrap {
    padding: 0;
}

#landing-portfolio .port-wrapper {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 80px;
    padding-top: 80px;
    padding-right: 10px;
    padding-left: 10px;
    background: #fff;
		text-align: center;
		
}
#landing-portfolio .port-wrapper img{
    max-width:100%;
}
#landing-portfolio .port-wrapper .logos {
	/*max-width: 1024px;*/
	margin: 0 auto;
	padding: 0 20px;
}
#landing-portfolio .port-wrapper .logos>img {
	max-width: 100%;
	height: auto;
}
#landing-portfolio .port-box {
		position: relative;
    width: 150px;
    height: 125px;
    background-size: cover !important;
    display: inline-block;
    margin: 10px 20px;
}

#landing-portfolio .port-box .logo {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    padding: 20px;
    background-size: 88% !important;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

#landing-portfolio .port-box:hover .logo {
    opacity: 0.8;
}

#landing-portfolio .read-more {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: auto;
    color: #f7a119;
    font-family: 'gotham_memdiumregular';
    font-size: 14px;
    font-style: italic;
    line-height: 40px;
    letter-spacing: 4px;
    padding: 0;
    text-transform: uppercase;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#landing-portfolio .read-more:hover {
    font-style: normal;
}

#landing-portfolio .read-more:focus {
    color: #cb7f07;
}

#landing-portfolio .read-more .link {
    display: inline-block;
    float: left;
}

#landing-portfolio .read-more .ico {
    display: inline-block;
    float: left;
    margin-left: 20px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    color: #f7a119;
    padding: 5px 0;
    border: 2px solid #f7a119;
    font: normal normal normal 24px/1 FontAwesome;
}

#landing-portfolio .read-more .ico:before {
    width: 40px;
    height: 40px;
    margin: 0 0 0 8px;
}

#landing-portfolio .read-more:focus .ico {
    border: 2px solid #cb7f07;
}

#landing-portfolio .read-more:focus .ico:before {
    color: #cb7f07;
}

.page-template-template-private-capital-about #landing-portfolio {
    padding: 300px 0;
}

#social {
    padding: 100px 0;
}

#social .wrap {
    width: 900px;
}

#social ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

#social ul li {
    display: inline-block;
    width: 32.3333%;
    height: 100px;
}

#social ul li a {
    display: block;
    width: 100%;
    height: 100px;
    background: #f7a119;
    font-size: 14px;
    line-height: 100px;
    font-family: 'gotham_memdiumregular';
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

#social ul li a:hover {
    font-style: normal;
}

#social ul li a:focus {
    background: #cb7f07;
}

/* 26.0 Private Capital  */
#private {
    padding: 50px 0 60px 0;
    background: #004582;
}

#private .wrap {
    max-width: 1280px;
    width: 100%;
}

#private .video-box {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 9999;
    width: 560px;
    height: 315px;
}

#private h2 {
    display: block;
    float: right;
    width: 60%;
    font-family: 'gotham_boldregular';
    font-size: 45px;
    color: #fff;
    line-height: 62px;
}

#advantage .wrap {
    display: block;
    float: right;
    width: 60%;
    margin: 60px 0;
    padding-left: 60px;
    padding-bottom: 100px;
    border-left: 3px solid #d8d8d8;
}

#advantage .wrap h2 {
    height: 17px;
    color: #494c4e;
    font-family: 'gotham_memdiumregular';
    font-size: 20px;
    font-style: italic;
    line-height: 17px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 40px;
}

#advantage .wrap p {
    color: #252627;
    font-family: 'gotham_lightregular';
    font-size: 22px;
    font-weight: 300;
    line-height: 41px;
}

#advantage .wrap ul {
    list-style: none;
    margin-top: 40px;
}

#advantage .wrap ul li {
    position: relative;
    font-family: 'gotham_lightregular';
    font-size: 18px;
    line-height: 41px;
}

#advantage .wrap ul li:before {
    position: absolute;
    background: #f7a119;
    content: '';
    left: -40px;
    top: 15px;
    width: 10px;
    height: 10px;
    margin-right: 20px;
    display: inline-block;
}

#investment {
    padding: 0;
    background-size: cover !important;
    background-position: 50% 50%;
    background-color: #094375;
}

#investment .wrap {
    display: block;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    padding: 100px 0 0 0;
}

#investment h2 {
    display: block;
    position: absolute;
    z-index: 999;
    top: -100px;
    left: 100px;
    font-size: 117px;
    font-weight: 700;
    line-height: 139px;
    color: #fff;
}

#investment .copy {
    display: block;
    float: left;
    width: 50%;
    font-family: 'gotham_lightregular';
    font-size: 22px;
    color: #fff;
    line-height: 41px;
    padding-left: 100px;
}

#investment .photo {
    display: block;
    float: left;
    position: relative;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    opacity: .2;
    background-size: cover !important;
}

.focus {
    display: block;
    position: absolute;
    float: right;
    width: 40%;
    padding: 40px 60px;
    background: #fff;
    bottom: 0;
    right: 60px;
    margin-top: 150px;
}

.focus h3 {
    display: block;
    position: absolute;
    z-index: 999;
    top: -110px;
    left: 0;
    font-size: 80px;
    font-weight: 700;
    line-height: 96px;
    color: #fff;
}

.focus p {
    color: #252627;
    font-family: 'gotham_lightregular';
    font-size: 14px;
    line-height: 28px;
    padding-bottom: 40px;
}

.focus ul {
    list-style: none;
    padding: 0;
}

.focus ul li a {
    display: block;
    float: left;
    width: 100%;
    padding: 20px 0;
    font-size: 16px;
    line-height: 17px;
    color: #494c4e;
    border-bottom: 3px solid #f7a119;
    font-family: 'gotham_boldregular';
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.focus ul li a .ico {
    font: normal normal normal 20px/1 FontAwesome;
    color: #f7a119;
    display: block;
    float: right;
}

.focus ul li a .num {
    font-family: 'gotham_lightregular';
    padding-right: 40px;
}

.focus ul li a:hover {
    color: #f7a119;
}

.focus ul li a:hover .num {
    color: #f7a119;
}

.focus ul li a:focus {
    color: #cb7f07;
    border-bottom: 3px solid #cb7f07;
}

.focus ul li a:focus .num {
    color: #cb7f07;
}

.focus ul li a:focus .ico {
    color: #cb7f07;
}

/* 27.0 VC Team */
#vc-team {
    display: block;
    float: left;
    width: 100%;
    padding: 100px 0;
}

#vc-team ul {
    list-style: none;
    padding: 0;
}

#vc-team ul li {
    display: block;
    position: relative;
    float: left;
    width: 24%;
    height: auto;
    min-height: 500px;
    margin-right: 1%;
    margin-bottom: 40px;
}

#vc-team ul li:nth-child(4n) {
    margin-right: 0;
}

#vc-team ul li a {
    display: block;
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 400px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

#vc-team ul li a:focus + .team-info {
    background: #cb7f07;
}

#vc-team ul li .photo {
    display: block;
    float: left;
    width: 100%;
    height: 400px;
    background-size: cover !important;
}

#vc-team ul li .team-info {
    display: block;
    float: left;
    width: 100%;
    padding: 20px;
    height: 100px;
    background: #f7a119;
}

#vc-team ul li .name {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    font-family: 'gotham_memdiumregular';
}

#vc-team ul li .title {
    font-size: 12px;
    font-family: 'gotham_memdiumregular';
    line-height: 14px;
    color: #fff;
}

#vc-team-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999999999;
}

.single-vc_team .left {
    display: block;
    float: left;
    width: 40%;
    padding: 100px 40px;
}

.single-vc_team .right {
    display: block;
    float: left;
    width: 60%;
    padding: 100px 40px;
}

.single-vc_team .left .photo,
.single-pc_team .left .photo,
.single-am_team .left .photo {
    display: block;
    float: right;
    width: 480px;
    height: 300px;
    opacity: 1 !important;
    background-size: cover !important;
}

.single-vc_team .right ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: block;
    width: 100%;
    float: left;
    clear: both;
}

.mobile-nav {
    display: none;
    list-style: none;
    padding: 0;
    float: right;
    clear: both;
    width: 100%;
    text-align: center;
}

.single-vc_team .right ul li,
.mobile-nav li {
    display: inline-block;
    width: auto;
    margin: 40px 60px 0 0;
}

.single-vc_team .right ul li:first-child {
    border-right: 2px solid #dbdbdb;
    padding-right: 60px;
}

.single-vc_team .right ul li a,
.mobile-nav li a {
    color: #252627;
    font-family: 'gotham_boldregular';
    font-size: 36px;
    line-height: 34px;
    opacity: .5;
    padding-bottom: 20px;
    border-bottom: 3px solid transparent;
}

.single-vc_team .right ul li.active a,
.mobile-nav li.active a {
    opacity: 1;
    border-bottom: 3px solid #252627;
}

.single-vc_team .right .top {
    display: block;
    float: left;
    width: 100%;
    padding: 40px 0 0 0;
}

.single-vc_team .right .top .name,
.single-pc_team .right .top .name {
    display: block;
    float: left;
    width: 100%;
    color: #004582;
    font-family: 'gotham_boldregular';
    font-size: 40px;
    line-height: 48px;
    margin: 0;
}

.single-vc_team .right .top .title,
.single-pc_team .right .top .title,
.single-am_team .right .top .title {
    display: block;
    float: left;
    width: 100%;
    border-bottom: 3px solid #f7a119;
    color: #004582;
    font-family: 'gotham_lightregular';
    font-size: 14px;
    line-height: 17px;
    padding: 20px 0 20px 0;
    margin-bottom: 40px;
}

.single-vc_team .left ul,
.single-pc_team .left ul,
.single-am_team .left ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 20px 0;
    float: right !important;
    clear: both;
}

.single-vc_team .left ul li,
.single-pc_team .left ul li
.single-am_team .left ul li {
    display: inline-block !important;
    width: auto !important;
    margin-left: 20px;
}

.single-vc_team .left ul li a,
.single-pc_team .left ul li a,
.single-am_team .left ul li a {
    display: inline-block !important;
    color: #f7a119;
    font-family: "merriweather", serif;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    line-height: 30px;
    text-indent: 30px !important;
}

.single-vc_team .left ul li.linkedin,
.single-pc_team .left ul li.linkedin,
.single-am_team .left ul li.linkedin {
    background: url(../images/linkedin-icon.png) left center no-repeat !important;
}

.single-vc_team .left ul li.facebook,
.single-pc_team .left ul li.facebook,
.single-am_team .left ul li.facebook {
    background: url(../images/facebook-icon.png) left center no-repeat !important;
}

.single-vc_team .left ul li.twitter,
.single-pc_team .left ul li.twitter,
.single-am_team .left ul li.twitter {
    background: url(../images/twitter-icon.png) left center no-repeat !important;
}

.single-vc_team .right .team-info-box {
    display: none;
}

.single-vc_team .right .bottom,
.single-am_team .right .bottom {
    display: block;
    float: left;
    padding-top: 40px;
}

.single-vc_team .right .bottom h3 {
    font-size: 26px;
    font-family: 'gotham_boldregular';
    line-height: 34px;
    color: #252627;
}

.single-vc_team .right .bottom p {
    font-size: 16px;
    line-height: 30px;
    font-family: 'gotham_lightregular';
    color: #252627;
    padding-bottom: 30px;
}

/* 28.0 Investment Philosophy */
#investment-focus {
    padding: 60px 0 100px 0;
	
}

#investment-focus h2 {
    color: #494c4e;
    font-family: 'gotham_memdiumregular';
    line-height: 36px;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
}

#investment-focus .grey-border {
    display: block;
    margin: 50px auto;
    width: 100px;
    height: 3px;
    background: #d8d8d8;
}

.focus-col {
    display: block;
    float: left;
    width: 25%;
    padding-right: 40px;
}

.focus-col h3 {
    display: block;
    color: #252627;
    font-family: 'gotham_boldregular';
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-bottom: 40px;
    border-bottom: 3px solid #f7a119;
}

.focus-col h3 a {
    color: #252627;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.focus-col h3 a:hover {
    color: #f7a119;
}

.focus-col .copy {
    color: #494c4e;
    font-family: 'gotham_lightregular';
    font-size: 16px;
    line-height: 30px;
}

#stage {
    background: #004582;
    padding: 60px 0;
    height: auto;
}

#stage h2 {
    color: #fff;
    font-family: 'gotham_memdiumregular';
    line-height: 36px;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
}

#stage .grey-border {
    display: block;
    margin: 50px auto;
    width: 100px;
    height: 3px;
    background: #d8d8d8;
}

#stage .copy {
    color: #fff;
    font-family: 'gotham_lightregular';
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px auto;
}

#stage .wrapper {
    display: block;
    margin: 0 auto;
    width: 100%;
    /*height: 400px;*/
    max-width: 800px;
    text-align: center;
}

#stage .wrapper .box-left {
    display: inline-block;
    width: 150px;
    /*height: 300px;*/
    margin: 100px 20px 0 20px;
}

#stage .wrapper .box-right {
    display: inline-block;
    width: 200px;
    /*height: 300px;*/
    margin: 100px 20px 0 20px;
}

#stage .wrapper .box-center {
    display: inline-block;
    width: 250px;
    /*height: 350px;*/
    margin: 0 20px 0 20px;
}

#stage .wrapper .box-right a {
    display: block;
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 200px;
    border: 1px dashed #fff;
}

#stage .wrapper .box-left a {
    display: block;
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 100px;
    border: 1px dashed #fff;
}

#stage .wrapper .box-center a {
    display: block;
    position: relative;
    width: 250px;
    height: 250px;
    border-radius: 250px;
    border: 1px dashed #fff;
}

#stage .wrapper .box-left a span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 82px;
    height: 90px;
    background: url(../images/lightbulb-icon.png) 0 0 no-repeat;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#stage .wrapper .box-left a.active span {
    background: url(../images/lightbulb-icon.png) 0 -90px no-repeat;
}

#stage .wrapper .box-right a span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 133px;
    height: 94px;
    background: url(../images/code-icon.png) 0 0 no-repeat;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#stage .wrapper .box-right a.active span {
    background: url(../images/code-icon.png) 0 -94px no-repeat;
}

#stage .wrapper .box-center a span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72px;
    height: 72px;
    background: url(../images/building-icon.png) 0 0 no-repeat;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#stage .wrapper .box-center a.active span {
    background: url(../images/building-icon.png) 0 -72px no-repeat;
}

#stage .wrapper .box a.active {
    background: #fff;
}

#stage .wrapper .line {
    display: block;
    margin: 20px auto;
    width: 2px;
    height: 20px;
    background: #fff;
}

#stage .wrapper .title {
    color: #fff;
    font-family: 'gotham_boldregular';
    font-size: 16px;
    line-height: 14px;
    text-align: center;
}

#stage .copy-box {
    clear: both;
    /*display: none;*/
    margin: 20px auto;
    width: 100%;
    max-width: 800px;
    color: #fff;
    font-family: 'gotham_lightregular';
    font-size: 22px;
    line-height: 30px;
}
#stage .copy-box .title {
    color: #fff;
    font-family: 'gotham_boldregular';
    font-size: 22px;
    line-height: 14px;
    text-align: center;
		margin: 20px 0;
}
#stage .copy-box.open {
    display: block;
}

.mobile-copy-box {
    display: none;
}

/* 29.0 Private Capital About */
#about-welcome {
    padding: 100px 0;
}

#about-welcome h2 {
    color: #494c4e;
    font-family: 'gotham_memdiumregular';
    line-height: 36px;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
}

#about-welcome .grey-border {
    display: block;
    margin: 50px auto;
    width: 100px;
    height: 3px;
    background: #d8d8d8;
}

#about-welcome .copy {
    display: block;
    margin: 0 auto;
    width: 800px;
    font-family: 'gotham_lightregular';
    color: #494c4e;
    font-size: 20px;
    line-height: 28px;
}

#history {
    background: #004582;
    padding: 60px 0;
}

#history .left {
    display: block;
    float: left;
    width: 40%;
    height: 400px;
}

#history .left .photo {
    display: block;
    position: relative;
    top: 40px;
    left: -40px;
    width: 100%;
    height: 500px;
    z-index: 999;
    background-size: cover !important;
}

#history .right {
    display: block;
    position: relative;
    float: left;
    width: 60%;
}

#history h2 {
    color: #fff;
    font-family: 'gotham_memdiumregular';
    line-height: 36px;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: left;
}

#history .grey-border {
    display: block;
    margin: 50px 0;
    width: 100px;
    height: 3px;
    background: #d8d8d8;
}

#history .copy {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-family: 'gotham_lightregular';
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    padding: 0 40px 0 0;
}

#believe {
    padding: 100px 0;
    background-position: 50% 50% !important;
    background-attachment: fixed;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background: url(../images/pc-about-photo.png) center center no-repeat;
    background-repeat: no-repeat;
}

#believe h2 {
    color: #494c4e;
    font-family: 'gotham_memdiumregular';
    line-height: 36px;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
}

#believe .grey-border {
    display: block;
    margin: 50px auto;
    width: 100px;
    height: 3px;
    background: #d8d8d8;
}

#believe .copy {
    display: block;
    margin: 0 auto;
    width: 800px;
    font-family: 'gotham_lightregular';
    color: #494c4e;
    font-size: 20px;
    line-height: 28px;
    padding-right: 40px;
}

#about-advantage {
    background-color: #094375;
    padding: 100px 0;
}

#about-advantage .wrap {
    position: relative;
    z-index: 999;
}

#about-advantage .photo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: .2;
}

#about-advantage .left {
    display: block;
    float: left;
    width: 50%;
    padding-left: 20px;
}

#about-advantage .right {
    display: block;
    position: relative;
    float: left;
    width: 50%;
    height: 400px;
}

#about-advantage .left h2 {
    color: #fff;
    font-family: 'gotham_memdiumregular';
    line-height: 36px;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: left;
    margin-bottom: 40px;
}

#about-advantage .left .grey-border {
    display: block;
    margin: 50px auto;
    width: 100px;
    height: 3px;
    background: #d8d8d8;
}

#about-advantage .left .copy {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-family: 'gotham_lightregular';
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    padding-left: 40px;
    border-left: 3px solid #fff;
}

#about-advantage .about-criteria {
    display: block;
    position: absolute;
    top: 50px;
    right: 60px;
    z-index: 99;
    background: #fff;
    padding: 40px;
    width: 100%;
    max-width: 450px;
}

#about-advantage .about-criteria h2 {
    display: block;
    color: #494c4e;
    font-family: 'gotham_memdiumregular';
    line-height: 36px;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: left;
    width: 80%;
}

#about-advantage .about-criteria .grey-border {
    display: block;
    margin: 30px 0;
    width: 100px;
    height: 3px;
    background: #d8d8d8;
}

#about-advantage .about-criteria .copy {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-family: 'gotham_lightregular';
    color: #494c4e;
    font-size: 18px;
    line-height: 26px;
}

.page-template-template-private-capital-about #landing-portfolio .top {
    display: block;
    float: left;
    width: 100%;
    padding: 0 60px;
}

.page-template-template-private-capital-about #landing-portfolio h2 {
    display: block;
    color: #494c4e;
    font-family: 'gotham_memdiumregular';
    line-height: 36px;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: left;
    width: 100%;
}

.page-template-template-private-capital-about #landing-portfolio .grey-border {
    display: block;
    margin: 50px 0;
    width: 100px;
    height: 3px;
    background: #d8d8d8;
}

.page-template-template-private-capital-about #landing-portfolio .copy {
    display: block;
    margin: 0 0 80px 0;
    width: 50%;
    font-family: 'gotham_lightregular';
    color: #494c4e;
    font-size: 22px;
    line-height: 33px;
}

#locations {
    padding: 100px 0 40px 0;
}

#locations .left,
#locations .right {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

#locations .center {
    max-width: 600px;
    margin: 0 auto;
    float: none;
}

#locations .photo {
    display: block;
    width: 100%;
    height: 300px;
    background-size: cover !important;
}

#locations .photo h3 {
    color: #fff;
    font-family: 'gotham_memdiumregular';
    line-height: 36px;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 100px;
}

#locations .photo .grey-border {
    display: block;
    margin: 50px auto;
    width: 100px;
    height: 3px;
    background: #d8d8d8;
}

#locations .info {
    display: block;
    width: 100%;
    height: auto;
    padding: 40px 0;
    text-align: center;
    border-left: 1px solid #d9dadc;
    border-right: 1px solid #d9dadc;
    border-bottom: 1px solid #d9dadc;
}

#locations .info ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

#locations .info ul li {
    display: inline-block;
    width: auto;
    margin: 0 20px;
    text-align: center;
    color: #494c4e;
    font-family: 'gotham_lightregular';
    font-size: 18px;
    line-height: 22px;
}

#locations .info ul li span {
    font-family: 'gotham_boldregular';
}

#locations .info p {
    text-align: center;
    color: #494c4e;
    font-family: 'gotham_lightregular';
    font-size: 18px;
    line-height: 22px;
    padding: 40px 0;
    width: 50%;
    margin: 0 auto;
}

/* 30.0 Contact */
#contact {
    padding: 0 0 100px 0;
}

#contact h2 {
    display: block;
    color: #494c4e;
    font-family: 'gotham_memdiumregular';
    line-height: 36px;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
    width: 100%;
}

#contact .grey-border {
    display: block;
    margin: 30px auto;
    width: 100px;
    height: 3px;
    background: #d8d8d8;
}

.gform_wrapper {
    display: block;
    width: 800px;
    margin: 0 auto !important;
}

#field_1_1,
#field_1_2,
#field_2_1,
#field_2_2 {
    display: block;
    width: 50%;
    float: left;
    clear: none !important;
}

#field_1_2,
#field_2_2 {
    margin: none !important;
}

.gform_wrapper .top_label .gfield_label {
    color: #494c4e;
    font-family: 'gotham_boldregular';
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100% !important;
    height: 50px;
}

.gform_wrapper .top_label input.medium:focus, .gform_wrapper .top_label select.medium:focus {
    border: 1px solid #004582;
}

.gform_wrapper ul li.gfield {
    padding: 10px 0;
    margin: 0 !important;
}

.gform_footer {
    display: block;
    position: relative;
    margin: 0 auto !important;
    width: 120px;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit] {
    display: block;
    position: relative;
    margin: 0 auto;
    color: #f7a119;
    font-family: 'gotham_memdiumregular';
    font-size: 14px;
    font-style: italic;
    line-height: 40px;
    text-transform: uppercase;
    border: none;
    box-shadow: none;
    background: none;
    letter-spacing: 2px;
    padding-right: 70px;
    z-index: 999;
}

.gform_footer .ico {
    display: block;
    position: absolute;
    right: 0;
    top: 15px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 3px solid #f7a119;
    color: #f7a119;
    padding: 5px 0;
    font: normal normal normal 24px/1 FontAwesome;
}

.gform_footer .ico:before {
    margin: 0 0 0 8px;
}

.gform_footer input[type=submit]:hover {
    font-style: normal;
}

.gform_footer input[type=submit]:focus {
    color: #cb7f07;
}

.gform_footer span:focus .ico {
    border: 3px solid #cb7f07;
}

.gform_footer span:focus .ico {
    color: #cb7f07;
}

.gform_wrapper div.validation_error {
    text-align: center;
    border: none !important;
    color: #cd2026 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 4 pxv;
    font-style: italic !important;
    font-family: 'gotham_lightregular';
}

.gform_wrapper li.gfield.gfield_error {
    background: transparent !important;
    border: none !important;
}

.gform_wrapper .gfield_error .gfield_label {
    color: #cd2026 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    display: none !important;
    color: #cd2026 !important;
    text-transform: uppercase !important;
    font-style: italic !important;
    font-family: 'gotham_memdiumregular';
}

.gform_wrapper li.gfield_error input[type=text],
.gform_wrapper li.gfield_error textarea {
    border: 1px solid #cd2026 !important;
}

#field_2_3,
#field_2_4 {
    width: 100% !important;
}

.gform_wrapper textarea,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield_html {
    max-width: 100% !important;
    width: 100% !important;
    padding: .313em !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin: .500em 0 .5em !important;
}

.gform_body ul li {
    padding: 10px !important;
}

/* 31.0 Secondary Pages */
#secondary-banner .sub {
    display: block;
    position: absolute;
    bottom: 220px;
    left: 100px;
    z-index: 9999;
    font-family: 'gotham_memdiumregular';
    color: #fff;
    font-size: 14px;
    font-style: italic;
    line-height: 17px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

#signpost {
    display: block;
    position: absolute;
    bottom: 0;
    left: 240px;
    width: auto;
    height: 100px;
    z-index: 999;
}

#signpost ul {
    list-style: none;
    padding: 0;
}

#signpost ul li {
    display: inline-block;
    float: left;
    width: auto;
    height: 100px;
    margin-right: 40px;
}

#signpost ul li a {
    display: block;
}

#signpost ul li a {
    display: inline-block;
    position: relative;
    top: -10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    color: #fff;
    padding-bottom: 5px;
    border-bottom: 3px solid transparent;
}

#signpost ul li.current_page_item a {
    border-bottom: 3px solid #f7a119;
}

#signpost ul li .num {
    display: inline-block;
    font-family: "merriweather", serif;
    font-size: 60px;
    font-weight: 300;
    font-style: italic;
    line-height: 100px;
    color: #fff;
    padding-right: 10px;
}

#signpost ul li span.ico {
    display: none;
    float: left;
    margin: -7px 10px 0 0;
    color: #f7a119;
    font: normal normal normal 14px/1 FontAwesome;
}

.page-template-template-advantage-secondary #signpost ul li span.ico {
    display: none;
}

#investment-secondary {
    background-position: 50% 50% !important;
    background-attachment: fixed;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat;
}

#investment-secondary .top-page-section {
    margin-bottom: 500px;
    width: 100%;
    height: 300px;
    padding: 60px 0;
}

#investment-secondary .top-page-section,
#investment-secondary .page-section:last-child {
    margin-bottom: 0;
}

#investment-secondary .page-section .wrap {
    max-width: 1440px;
    background: #fff;
}

#investment-secondary .top-page-section h2 {
    color: #494c4e;
    font-family: 'gotham_memdiumregular';
    font-size: 30px;
    font-style: italic;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0 0 20px 0;
}

#investment-secondary .top-page-section .grey-border {
    display: block;
    margin: 50px auto;
    width: 100px;
    height: 3px;
    background: #d8d8d8;
}

#investment-secondary .top-page-section p {
    color: #494c4e;
    font-family: 'gotham_lightregular';
    font-size: 22px;
    line-height: 33px;
    text-align: center;
}

#investment-secondary .page-section {
    width: 100%;
    height: auto;
    padding: 60px 0 60px 0;
}

#investment-secondary #sector1,
#investment-secondary #sector2,
#investment-secondary #sector3 {
    padding: 0 0 20% 0;
    background-attachment: fixed;
    background-position: 50% 50% !important;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

#investment-secondary .page-section .wrapper {
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 60px 0;
    overflow: hidden;
}

#investment-secondary .page-section .name {
    display: block;
    float: left;
    width: 33.3333%;
    padding-right: 40px;
}

#investment-secondary .page-section h2 {
    color: #494c4e;
    font-family: 'gotham_memdiumregular';
    font-size: 30px;
    font-style: italic;
    line-height: 36px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0 0 20px 0;
}

#investment-secondary .page-section .grey-border {
    display: block;
    float: left;
    margin: 20px 0;
    width: 100px;
    height: 3px;
    background: #d8d8d8;
}

#investment-secondary .page-section .desc {
    display: block;
    float: left;
    width: 33.3333%;
}

#investment-secondary .page-section .desc p {
    color: #494c4e;
    font-family: 'gotham_boldregular';
    font-size: 18px;
    line-height: 22px;
}

#investment-secondary .page-section .desc ul {
    list-style: none;
    padding-right: 40px;
}

#investment-secondary .page-section .desc ul li {
    position: relative;
    font-family: 'gotham_lightregular';
    font-size: 18px;
    line-height: 26px;
    color: #494c4e;
    padding: 10px 0;
}

#investment-secondary .page-section .desc ul li:before {
    position: absolute;
    background: #f7a119;
    content: '';
    left: -40px;
    top: 16px;
    width: 10px;
    height: 10px;
    margin-right: 20px;
    display: inline-block;
}

#services-healthcare {
    background-position: 50% 50% !important;
    background-attachment: fixed;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    background-repeat: no-repeat;
}

#services-healthcare .top-page-section {
    margin-bottom: 500px;
    background: #fff;
    width: 100%;
    height: 300px;
    padding: 60px 0;
}

#services-healthcare .top-page-section,
#services-healthcare .page-section:last-child {
    margin-bottom: 0;
}

#services-healthcare .page-section .wrap {
    max-width: 1440px;
}

#services-healthcare .top-page-section h2 {
    color: #494c4e;
    font-family: 'gotham_memdiumregular';
    font-size: 30px;
    font-style: italic;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0 0 20px 0;
}

#services-healthcare .top-page-section .grey-border {
    display: block;
    margin: 50px auto;
    width: 100px;
    height: 3px;
    background: #d8d8d8;
}

#services-healthcare .top-page-section p {
    color: #494c4e;
    font-family: 'gotham_lightregular';
    font-size: 22px;
    line-height: 33px;
    text-align: center;
}

#services-healthcare .page-section {
    width: 100%;
    height: auto;
    padding: 0 0 25% 0;
    background-position: 50% 50% !important;
    background-attachment: fixed;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    background-repeat: no-repeat;
}

#services-healthcare .page-section .wrapper {
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 30px 0;
    overflow: hidden;
}

#services-healthcare .page-section .name {
    display: block;
    float: left;
    width: 100%;
}

#services-healthcare .page-section h2 {
    color: #494c4e;
    font-family: 'gotham_memdiumregular';
    font-size: 30px;
    font-style: italic;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0 0 20px 0;
}

#services-healthcare .page-section .grey-border {
    display: block;
    margin: 50px auto;
    width: 100px;
    height: 3px;
    background: #d8d8d8;
}

#services-healthcare .page-section .desc {
    display: block;
    float: left;
    width: 33.3333%;
}

#services-healthcare .page-section .desc p {
    color: #494c4e;
    font-family: 'gotham_boldregular';
    font-size: 18px;
    line-height: 22px;
}

#services-healthcare .page-section .desc ul {
    list-style: none;
    padding-right: 40px;
}

#services-healthcare .page-section .desc ul li {
    position: relative;
    font-family: 'gotham_lightregular';
    font-size: 18px;
    line-height: 26px;
    color: #494c4e;
    padding: 10px 0;
}

#services-healthcare .page-section .desc ul li:before {
    position: absolute;
    background: #f7a119;
    content: '';
    left: -40px;
    top: 16px;
    width: 10px;
    height: 10px;
    margin-right: 20px;
    display: inline-block;
}

#sector4 {
    padding: 60px 0 !important;
}

#sector4 .name {
    display: none !important;
    float: left;
    text-align: center !important;
    width: 100% !important;
    padding-right: 0 !important;
}

#sector4 h2 {
    text-align: center !important;
}

#sector4 .grey-border {
    display: block;
    float: none !important;
    margin: 50px auto !important;
    width: 100px;
    height: 3px;
    background: #d8d8d8;
}

#advantage-secondary .blue-page-section {
    background: #004582;
    width: 100%;
    float: left;
    height: auto;
    padding: 60px 0 60px 0;
}

#advantage-secondary .page-section .wrap {
    max-width: 800px;
    border-left: 3px solid #d8d8d8;
    padding-left: 80px;
}

#advantage-secondary .blue-page-section h2 {
    color: #fff;
    font-family: 'gotham_memdiumregular';
    font-size: 30px;
    font-style: italic;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0 0 20px 0;
}

#advantage-secondary .blue-page-section .grey-border {
    display: block;
    margin: 50px auto;
    width: 100px;
    height: 3px;
    background: #d8d8d8;
}

#advantage-secondary .blue-page-section p {
    color: #fff;
    font-family: 'gotham_lightregular';
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

#advantage-secondary .page-section {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 100px 0;
}

#advantage-secondary .page-section p {
    color: #494c4e;
    font-family: 'gotham_lightregular';
    font-size: 22px;
    line-height: 30px;
}

#advantage-secondary .page-section ul {
    list-style: none;
    padding-right: 40px;
}

#advantage-secondary .page-section ul li {
    position: relative;
    font-family: 'gotham_lightregular';
    font-size: 22px;
    line-height: 30px;
    color: #494c4e;
    padding: 10px 0;
}

#advantage-secondary .page-section ul li:before {
    position: absolute;
    background: #f7a119;
    content: '';
    left: -40px;
    top: 16px;
    width: 10px;
    height: 10px;
    margin-right: 20px;
    display: inline-block;
}

/* 32.0 News Pages */
#news-isotope {
    display: block;
    float: left;
    width: 88%;
    margin: 0 6%;
}

.page-template-template-case-studies #news-isotope {
    padding: 60px 0;
}

#filter-news {
    display: block;
    float: left;
    width: 100%;
    padding: 60px 0;
}

#filter-news ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

#filter-news ul li {
    display: inline-block;
    width: auto;
    margin: 0 10px;
}

#filter-news ul li a {
    font-family: 'gotham_lightregular';
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 10px;
    border-bottom: 3px solid transparent;
    color: #929292;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

#filter-news ul li a:hover {
    color: #004582;
}

#filter-news ul li.active a {
    border-bottom: 3px solid #004582;
    color: #004582;
}

#news-isotope .post {
    display: block;
    float: left;
    width: 33.3333%;
    height: 140px;
    margin-bottom: 60px;
}

#news-isotope .post .date {
    color: #494c4e;
    font-family: 'gotham_lightregular';
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
}

#news-isotope .post h1 {
    font-size: 14px;
    line-height: 17px;
    margin: 5px 0;
}

#news-isotope .post h1 a {
    display: block;
    color: #494c4e;
    font-family: 'gotham_boldregular';
    font-size: 14px;
    line-height: 17px;
    padding-right: 40px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

#news-isotope .post h1 a:hover {
    color: #f7a119;
}

#news-isotope .post .read-more {
    display: block;
    color: #f7a119;
    font-family: 'gotham_memdiumregular';
    font-size: 14px;
    font-style: italic;
    line-height: 17px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 20px 0 0 0;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

#news-isotope .post .read-more:hover {
    font-style: normal;
}

.no-more-posts {
    display: none;
    text-align: center;
    float: left;
    width: 100%;
    padding: 20px 0;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.load-more {
    display: block;
    position: relative;
    left: 50%;
    margin: 40px 0 80px 0;
    float: left;
    width: 300px;
    height: 80px;
    line-height: 78px;
    border: 3px solid #d9dadc;
    text-align: center;
    text-transform: uppercase;
    color: #004582;
    font-size: 20px;
    font-style: italic;
    letter-spacing: 4px;
    border: 3px solid #d9dadc;
    font-family: 'gotham_memdiumregular';
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.load-more:hover {
    font-style: normal;
    background: #004582;
    color: #fff;
    border: 3px solid #004582;
}

.load-more:focus {
    background: #002a4e;
    color: #fff;
    border: 3px solid #002a4e;
}

#single-post {
    padding: 100px 0;
}

#single-post .wrap {
    max-width: 800px;
}

#single-post h1 {
    display: block;
    float: left;
    width: 100%;
    color: #494c4e;
    font-family: 'gotham_boldregular';
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 40px;
}

#single-post p,
#single-post li {
    color: #494c4e;
    font-family: 'gotham_lightregular';
    font-size: 18px;
    line-height: 26px;
}

#single-post .date {
    display: block;
    float: left;
    width: 100%;
    color: #929292;
    font-family: 'gotham_lightregular';
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 20px;
}

/* Asset Management */
#asset-team .wrap {
    padding: 0;
}

#asset-team .wrap {
    display: block;
    float: left;
    width: 100%;
    padding: 100px 0;
    background: #004582;
}

#asset-team .copy {
    color: #fff;
    font-family: "merriweather", serif;
    font-size: 40px;
    font-weight: 300;
    font-style: italic;
    line-height: 67px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

#why-work-with-us {
    background-position: 50% 50% !important;
    background-attachment: fixed;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    background-repeat: no-repeat;
}

#why-work-with-us .wrap {
    margin: 600px 0;
    position: relative;
    overflow: hidden;
}

#why-work-with-us h2 {
    display: block;
    position: absolute;
    z-index: 999;
    top: 540px;
    left: 100px;
    font-size: 58px;
    font-weight: 700;
    line-height: 70px;
    color: #fff;
}

#why-work-with-us .copy {
    color: #fff;
    font-family: "merriweather", serif;
    font-size: 40px;
    font-weight: 300;
    font-style: italic;
    line-height: 67px;
}

#why-work-with-us .photo {
    display: block;
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    opacity: .2;
    top: 0;
    left: 0;
    background-position: 50% 50% !important;
    background-size: cover !important;
}

#why-work-with-us .list-boxes {
    display: block;
    position: relative;
    z-index: 99;
    float: right;
    width: 70%;
    height: auto;
    padding: 100px 50px;
}

#why-work-with-us .bg-color {
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #094375;
}

#why-work-with-us .list-boxes .box {
    display: block;
    float: left;
    width: 100%;
    padding: 40px 0;
}

#why-work-with-us .list-boxes .box .title {
    font-family: 'gotham_boldregular';
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 3px solid #f7a119;
}

#why-work-with-us .list-boxes .box .title span {
    font-family: 'gotham_lightregular';
    padding-right: 60px;
}

#why-work-with-us .list-boxes .box .copy {
    font-family: 'gotham_lightregular';
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    padding-left: 80px;
    font-style: normal;
}

#community {
    background: #004582;
    padding: 100px 0;
}

#community h2 {
    font-size: 58px;
    font-family: 'gotham_boldregular';
    line-height: 70px;
    color: #fff;
}

#community .copy {
    font-family: 'gotham_lightregular';
    font-size: 22px;
    line-height: 41px;
    color: #fff;
    border-left: 3px solid #fff;
    padding-left: 60px;
    margin-left: 60px;
}

#network {
    padding: 100px 0;
}

#network h2 {
    color: #004582;
    font-family: 'gotham_boldregular';
    font-size: 58px;
    line-height: 70px;
    text-align: center;
    margin-bottom: 80px;
}

#network .left,
#network .right {
    display: block;
    float: left;
    width: 50%;
}

#network .left {
    padding-right: 60px;
}

#network .right {
    padding-left: 60px;
}

#network .title {
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 3px solid #f7a119;
    font-family: 'gotham_boldregular';
    font-size: 30px;
    line-height: 36px;
}

#network .title a {
    display: block;
    color: #252627;
    width: 100%;
}

#network .title:hover a {
    color: #cb7f07;
}

#network .title a .ico {
    display: inline-block;
    float: right;
    margin-left: 20px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 2px solid #f7a119;
}

#network .title a .ico span {
    display: block;
    width: 23px;
    height: 20px;
    margin: 8px 0 0 6px;
    background: url(../images/pointer-arrow.png) 0 -20px no-repeat;
}

#network .title a:focus .ico {
    border: 2px solid #cb7f07;
}

#network .title a:focus .ico span {
    background: url(../images/pointer-arrow.png) 0 0 no-repeat;
}

#network .copy {
    color: #252627;
    font-family: 'gotham_lightregular';
    font-size: 18px;
    line-height: 28px;
}

/* VC About */
#entrepreneur {
    background: #004582;
    padding: 60px 0;
}

#entrepreneur .wrap {
    max-width: 1200px;
}

#entrepreneur h2 {
    color: #fff;
    font-family: 'gotham_boldregular';
    font-size: 58px;
    line-height: 70px;
    margin-bottom: 20px;
}

#entrepreneur .copy {
    font-family: 'gotham_lightregular';
    font-size: 22px;
    line-height: 41px;
    color: #fff;
    margin-left: 40px;
    padding-left: 40px;
    border-left: 3px solid #fff;
}


#capital .without-image {
    background: #fff;
    padding: 60px 0;
}

#capital .without-image .wrap {
    max-width: 1200px;
}

#capital .without-image h2 {
    color: #004582;
    font-family: 'gotham_boldregular';
    font-size: 58px;
    line-height: 70px;
    margin-bottom: 20px;
}

#capital .without-image .copy {
    font-family: 'gotham_lightregular';
    font-size: 22px;
    line-height: 41px;
    color: #252627;
    margin-left: 40px;
    padding-left: 40px;
    border-left: 3px solid #d8d8d8;
}

.page-template-template-venture-capital-about #landing-portfolio {
    padding: 0 !important;
}

#capital {
    background-position: 50% 50% !important;
    background-attachment: fixed;
    background-size: cover !important;
    padding: 25% 0 0 0;
    -webkit-background-size: cover !important;
    background-repeat: no-repeat;
}

#capital > .wrap {
    padding: 0 0 100px 0;
    background: #fff;
    height: auto;
    overflow: hidden;
}

#capital .right {
    display: block;
    float: right;
    width: 50%;
}

#capital .photo {
    display: block;
    position: absolute;
    width: 100%;
    max-width: 600px;
    height: 600px;
    top: 500px;
    left: 0;
    z-index: 99;
    background-size: cover !important;
}

#capital .right {
    padding-right: 60px;
}

#capital .right .wrap {
    border-left: 3px solid #d8d8d8;
    padding-left: 40px;
    margin-top: 160px;
    padding-bottom: 40px;
}

#capital .right .wrap h2 {
    color: #004582;
    font-family: 'gotham_boldregular';
    font-size: 58px;
    line-height: 70px;
}

#capital .right .wrap .copy h3 {
    color: #252627;
    font-family: 'gotham_lightregular';
    font-size: 22px;
    line-height: 41px;
}

#capital .right .wrap .copy p {
    color: #494c4e;
    font-family: 'gotham_lightregular';
    font-size: 18px;
    line-height: 28px;
}

#market {
    background: #004582;
    padding: 100px 0 100px 0;
}

#market .wrap {
    max-width: 1200px;
}

#market h2 {
    color: #fff;
    font-family: 'gotham_boldregular';
    font-size: 58px;
    line-height: 70px;
    margin-bottom: 20px;
}

#market .copy {
    font-family: 'gotham_lightregular';
    font-size: 22px;
    line-height: 41px;
    color: #fff;
    margin-left: 40px;
    padding-left: 40px;
		border-left: 3px solid #fff;
}

#market .bottom {
    display: block;
    position: relative;
    bottom: -170px;
    margin: 0;
    z-index: 999;
    width: 100%;
}

#market .bottom .box {
    display: block;
    float: left;
    height: 340px;
    max-width: 340px;
    width: 27.3333%;
    background: #fff;
    border: 1px solid #979797;
}

#market .bottom .box:first-child {
    margin-right: 6%;
}

#market .bottom .box:last-child {
    margin-left: 6%;
}

#commitment {
    background-position: 50% 50% !important;
    background-attachment: fixed;
    background-size: cover !important;
    padding: 25% 0 0 0;
    -webkit-background-size: cover !important;
    background-repeat: no-repeat;
}

#commitment .wrap {
    padding: 0 0 100px 0;
    background: #fff;
    overflow: hidden;
}

#commitment .left,
#commitment .right {
    display: block;
    float: left;
    width: 50%;
}

#commitment .left {
    padding-right: 40px;
}

#commitment .left h2 {
    color: #004582;
    font-family: 'gotham_boldregular';
    font-size: 58px;
    line-height: 70px;
    text-align: right;
    margin-top: 100px;
}

#commitment .left .photo {
    display: block;
    float: left;
    width: 100%;
    height: 600px;
    margin-top: 60px;
    background-size: cover !important;
}

#commitment .right {
    padding-top: 120px;
    padding-right: 60px;
}

#commitment .right .wrap {
    border-left: 3px solid #d8d8d8;
    padding-left: 40px;
}

#commitment .right .box {
    display: block;
    padding: 0 0 40px 0;
    float: left;
}

#commitment .right .box .title {
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 3px solid #f7a119;
    color: #252627;
    font-family: 'gotham_boldregular';
    font-size: 18px;
    line-height: 22px;
}

#commitment .right .box .copy {
    display: block;
    float: left;
    width: 100%;
    color: #252627;
    font-family: 'gotham_lightregular';
    font-size: 18px;
    line-height: 28px;
}

/* PC Team */
#pc-team {
    padding: 20px 0 100px 0;
}

#pc-team .large-pad {
    padding: 0 100px;
}

#pc-team h2 {
    display: block;
    float: left;
    width: 100%;
    color: #004582;
    font-family: 'gotham_boldregular';
    font-size: 40px;
    line-height: 48px;
    margin: 40px 0 40px 0;
    border-top: 3px solid #f7a119;
}

#pc-team ul {
    list-style: none;
    padding: 0;
}

#pc-team ul li {
    display: block;
    position: relative;
    float: left;
    width: 33.3333%;
    height: 120px;
    padding-right: 40px;
    padding-bottom: 20px;
}

#pc-team ul li a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
}

#pc-team ul li a:hover + .team-info .name {
    color: #f7a119;
}

#pc-team ul li .name {
    display: block;
    float: left;
    width: 100%;
    color: #252627;
    font-family: 'gotham_boldregular';
    font-size: 18px;
    line-height: 22px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

#pc-team ul li .title {
    display: block;
    float: left;
    width: 100%;
    color: #252627;
    font-family: 'gotham_lightregular';
    font-size: 18px;
    line-height: 28px;
}

.gform_confirmation_message {
    text-align: center;
    font-size: 22px;
    padding: 0 40px;
    font-family: 'gotham_boldregular';
}

.s-share {
    margin: 15px 0;
}

.s-share-cat .apss-theme-4 .apss-single-icon .fa {
    color: #fff;
    font-size: 13px;
    line-height: 1;
    min-width: 25px;
    vertical-align: top;
    padding: 6px 0px 8px 0px;
}

.s-share-cat .apss-theme-4 .apss-icon-block {
    border-radius: 25px;
    margin: 0 auto;
    position: relative;
    width: 25px;
    height: 25px;
}

.count.apss-count {
    display: none;
}

.s-share-cat .apss-single-icon {
    height: 36px;
    overflow: hidden;
    display: inline-block;
}

.s-share-cat .apss-theme-4 .apss-single-icon a {
    position: relative;
    display: block;
    float: left;
    margin: 0 2px;
}

#left-banner-box {
    position: fixed;
    padding: 21px 40px;
    top: 0;
    width: 620px;
    background: #07497F;
    z-index: 11111111;
    min-height: 95vh;
}

#left-banner-box #logo a {
    display: block;
    width: 197px;
    height: 65px;
    text-indent: -9999px;
    background: url(../images/PritzkerGroup_VentureCapital_HorizontalLogo_KO.svg) center center no-repeat;
}

#left-banner-box h1 {
    font-size: 61px;
    color: #fff;
    font-weight: bold;
    line-height: 160%;
    margin-top: 63px;
}

#left-banner-box .portfolio-nav.fixedHeader {
    position: relative;
    left: auto;
    top: auto;
}

#left-banner-box .portfolio-nav {
    background: none;
}

#left-banner-box .portfolio-nav ul {
    text-align: left;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    margin-left: -5px;
}

#left-banner-box .portfolio-nav ul li {
    margin: 0 6px;
}

#left-banner-box .portfolio-nav ul a {
    color: #fff;
}

#left-banner-box .portfolio-nav .active-slide {
    background: #fff;
}

#portfolio .wrap {
    padding: 0;
}

#portfolio .portfolio-wrapper {
    padding: 120px 0 0 40px;
    width: auto;
    margin-left: 670px;
    display: block;
    float: none;
    left: auto;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

#portfolio #isotope ul li {
    width: 338px;
    height: 338px;
    margin-bottom: 45px;
}

#portfolio #isotope ul li a {
    width: 338px;
    height: 338px;
}

#portfolio #isotope ul li .hover-open {
    width: 395px;
    height: 355px;
    padding: 25px;
    background: #fff;
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    top: -8.5px;
    left: -28px;
    -o-transition: .6s;
    -ms-transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    transition: .6s;
}
#portfolio #isotope ul li .hover-open a {
    width: auto;
    height: auto;
    position: relative;
    left: auto;
    top: auto;
    display: inline-block;
}
#portfolio #isotope ul li .hover-open p.name {
    color: #07497F;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    padding: 0 0 22px;
}

#portfolio #isotope ul li .hover-open p {
    font-weight: normal;
    font-size: 16px;
    line-height: 153%;
    max-height: 115px;
    overflow: hidden;
    margin: 0 0 15px;
}

#portfolio #isotope ul li .hover-open p.name:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    background: #07497F;
}

#portfolio #isotope ul li a:hover + .hover-open {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

#portfolio #isotope ul li .hover-open .bg {
    width: 395px;
    height: 355px;
}

#portfolio #isotope ul li > .bg {
    width: 338px;
    height: 338px;
}

#portfolio #isotope ul li a.link {
    display: inline-block;
    position: relative;
    margin: 0;
    color: #f7a119;
    font-family: 'gotham_memdiumregular';
    font-size: 14px;
    font-style: italic;
    line-height: 40px;
    text-transform: uppercase;
    border: none;
    box-shadow: none;
    background: none;
    letter-spacing: 4px;
    z-index: 999;
    padding-right: 70px;
    height: auto;
    width: auto;
}

#portfolio #isotope ul li a.link .ico {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #f7a119;
    color: #f7a119;
    padding: 5px 0;
    font: normal normal normal 20px/130% FontAwesome;
    font-weight: normal;
}

#portfolio #isotope ul li a.link:hover {
    font-style: normal;
}

#portfolio #isotope ul li a.link:focus {
    color: #cb7f07;
}

#portfolio #isotope ul li a.link:focus .ico {
    border: 3px solid #cb7f07;
}

#portfolio #isotope ul li a.link:focus .ico {
    color: #cb7f07;
}

#portfolio #isotope ul li a.link .ico:before {
    margin: 0 0 0 11px;
}
#left-banner-box .filter-btn {
    display: none!important;
}
#filters li.active{
    position: relative;
}
#filters li.active:before{
    display: block;
    content: '';
    width:100%;
    position: absolute;
    z-index: 99;
    bottom: -10px;
    left: 0;
    height: 3px;
    background: #fff;
    -o-transition: .8s;
    -ms-transition: .8s;
    -moz-transition: .8s;
    -webkit-transition: .8s;
    transition: .8s;
}

#portfolio .portfolio-wrapper {
    padding-left: 0;
}
.swpm-validate-form td {
        padding-bottom: 15px;
        padding-right: 15px;
}

body .resource-style .search-row {
	display: none;
}
.page-template-template-investment-philosophy #investment-focus {
	text-align: center;
}
.page-template-template-investment-philosophy #investment-focus .focus-col {
    display: inline-block;
    float: none;
    vertical-align: top;
		width: 49%;
}

.page-template-template-venture-capital-about #capital.no-bg {
  padding-top: 0 !important;
}

.page-template-template-venture-capital-about #capital.no-bg .photo {
  top: 50px;  
}