@charset "utf-8";

/* PRINT VIEW */

@media print {

    .bg_home,
    .bg_why-erieview,
    .bg_investment-focus,
    .bg_our-portfolio,
    .bg_investment-partners,
    .bg_our-team,
    .bg_contact-us {
        background-image: none !important;
    }

    main .home_main,
    main .why-erieview_main,
    main .investment-focus_main,
    main .our-portfolio_main,
    main .investment-partners_main,
    main .our-team_main {
        min-height: 0 !important;
    }

    nav {
        display: none;
    }

    .mainmenu {
        display: none;
    }

    header {
        display: none;
    }

    .header_right {
        display: none !important;
    }

    .bg_color {
        border: none;
    }

    body {
        background: none;
    }

    #wrapper {
        background: none;
    }

    header {
        height: auto !important;
    }

    .bg_general {
        border-left: none !important;
        border-right: none !important;
        border: none !important;
        margin-right: none;
        margin-left: none;
        padding-bottom: 100px;
    }

    .bg_general:before {
        content: url(../img/logo_desktop.png) " ";
        padding-bottom: 100px;
        padding-left: 80px;
        margin-bottom: 100px;
    }


    .logo img {
        display: none;
    }

    .logo:after {
        content: url(../img/logo_desktop.png);
    }

    .screen_spacer {
        display: none !important;
    }

    .bio_info_printonly {
        display: block !important;
    }

    .bio_detail,
    .bio_email {
        display: none !important;
    }

    .fancybox-overlay {
        display: none !important;
    }

    .bg_our-team .inner .team_member {
        margin-bottom: 290px !important;
    }
}

.bg_in-the-news .accordion-content tbody th {
    text-align: start;
}

.bg_in-the-news .accordion-content tbody tr:nth-child(odd) {
    background-color: #f1f4f6;
}

.bg_in-the-news .accordion-content table,
.bg_in-the-news .accordion-content th,
.bg_in-the-news .accordion-content td {
    border: 1px solid #e1e5ea;
    border-collapse: collapse;
    padding: 5px;
}

.bg_in-the-news .accordion-content {
    font-family: Arial, Helvetica, sans-serif !important;
    padding: 18px !important;
}

.bg_in-the-news .accordion-element.collapsed h3.subheading {
    background: #005288 !important;
    color: #fff !important;
}

.bg_in-the-news .accordion-element {
    margin-bottom: 12px;
}

.bg_in-the-news .accordion h3.subheading {
    background: #4b4b4b !important;
    padding: 10px 10px 10px 40px !important;
    margin: .0 !important;
    color: #fff !important;
}

.bg_in-the-news .accordion-content tbody {
    line-height: initial;
    font-size: 11pt;
}

.bg_in-the-news .accordion-content tbody td,
.bg_in-the-news .accordion-content tbody th {
    padding: 10px;
}

.accordion .toggle {
    top: 6px !important;
    left: 10px !important;
}

.bio_info_printonly {
    display: none;
}

.overlay_display {
    display: none;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url('/content/dam/pnc-com/images/universal/fancybox/fancybox_sprite.png') !important;
}

.fancybox-close {
    top: 0px !important;
    right: 0px !important;
}

body {
    margin: 0;
    font-family: 'PNC Brand', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    z-index: 1;
    background: #f0f1f1;
    color: #484848
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "PNCBrand", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.15em;
}

h1 {
    font-size: 2rem;
    /* ~32px */
}

h2 {
    font-size: 1.625rem;
    /* ~26px */
}

h3 {
    font-size: 1.375rem;
    /* ~22px */
}

h4 {
    font-size: 1.125rem;
    /* ~18px */
}

h5 {
    font-size: 0.875rem;
    /*~14px */
}

h6 {
    font-size: 0.75rem;
    /* ~12px */
}

.primary-btn {
    background: #0069AA;
    text-align: center;
    border-radius: 3px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    cursor: pointer;
    border: 0px;
}

.primary-btn a {
    color: #FFF;
}

.primary-btn:focus {
    outline: 2px solid #0069aa;
    outline-offset: 2px;
}

.primary-btn:hover,
.primary-btn a:hover {
    background: #1A3547;
    color: #FFF;
    border-radius: 3px;
    text-decoration: none;
}

.secondary-btn {
    color: #0069AA;
    background: #FFFFFF;
    border: 2px solid #0069AA;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    cursor: pointer;
}

.secondary-btn:focus,
.secondary-btn a:focus {
    outline: 2px solid #0069aa;
    outline-offset: 2px;
}

.secondary-btn a {
    color: #0069AA;
}

.secondary-btn:hover,
.secondary-btn a:hover {
    text-decoration: none;
    border-color: #1A3547;
}

a {
    text-decoration: none;
    color: #0069AA;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    transition: all 250ms linear;
}

p>a {
    text-decoration: underline;
    color: #0069AA;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    transition: all 250ms linear;
}

a:hover {
    color: #1A3547;
    text-decoration: underline;
}

#wrapper {
    min-width: 990px;
    z-index: 1;
    background: #f0f1f1;
}

img {
    border: 0;
    outline: 0;
}

.addBlur {
    filter: blur(10px);
    -webkit-filter: blur(10px);
    filter: url('http://jordanhollinger.com/media/blur.svg');
}

.bg_home {
    border-left: 1px solid #6d6d6d;
    border-right: 1px solid #6d6d6d;
    max-width: 1400px;
    min-height: 590px;
    z-index: 2;
    background-image: url(../img/bg_home1400.jpg);
    background-position: center top;
    display: block;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
}

header {
    width: 100%;
    height: 158px;
}

header .headerbg {
    width: 100%;
    min-width: 990px;
    height: 158px !important;
    display: block;
    overflow: hidden;
    z-index: 999;
}

header .logo {
    float: left;
    background-image: url(../img/logo_desktop.png);
    background-repeat: no-repeat;
    display: block;
    width: 232px;
    height: 55px;
}

header .logo:hover {
    text-decoration: none;
}

header #terms_logo {
    float: left;
    background-image: url(../img/logo_desktop_blue.png);
    background-repeat: no-repeat;
    display: block;
    width: 232px;
    height: 55px;
}

header #terms_logo:hover {
    text-decoration: none;
}

header .header_right {
    float: right;
}

header .header_right a {
    font-family: 'PNC Brand Medium', Arial;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    margin-right: 25px;
    padding: 10px;
}

header .header_right a:hover {
    background: #414e58;
    color: #FFF;
}

.active_top_nav {
    background-color: #414e58;
}

header .topnav {
    background-color: #2d3943;
    height: 45px;
    color: #fff;
    font-family: 'PNC Brand', Arial;
}

header .topnav a {
    color: #fff;
    text-decoration: none;
    float: left;
    text-align: center;
    padding: 12px 20px;
}

header .topnav a:hover {
    background-color: #414e58;
}

header .topnav a.menuon {
    background-color: #414e58;
}

header .topnav .navList {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    padding-inline-start: 0px;
    margin-block-start: 0;
    margin-block-end: 0;
}

header .topnav .mm_link:focus {
    outline: 2px solid #fff !important;
}

.clearfloat {
    clear: both;
}

.investment_break {
    clear: both;
    padding-top: 60px;
}

.fancybox-wrap .fancybox-skin:focus {
    outline: 2px solid #0069aa !important;
}

main {
    z-index: 1;
    display: block;
}

main .home_main {
    min-height: 385px;
    width: 685px;
    float: right;
}

main .home_main h1 {
    font-family: 'PNC Brand Bold', Arial;
    font-size: 30px;
    margin: 0px;
}

.header-image-text {
    background-color: #FFF;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .4);
}

.bg_why {
    background-color: #fff;
    width: 100%;
    min-height: 590px;
    z-index: 2;
    background-image: url(../img/bg_why1400.jpg);
    background-position: center top;
    display: block;
    background-repeat: no-repeat;
}

/* using page-name from CQ */


.bg_general {
    border-left: 1px solid #6d6d6d;
    border-right: 1px solid #6d6d6d;
    background-color: #fff;
    max-width: 1400px;
    min-height: 300px;
    z-index: 2;
    display: block;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
}

.bg_general a {
    color: #0000EE;
}

.bg_general .resourcesNav a {
    color: #000000;
}

.bg_why-erieview {
    border-left: 1px solid #6d6d6d;
    border-right: 1px solid #6d6d6d;
    background-color: #fff;
    max-width: 1400px;
    min-height: 590px;
    z-index: 2;
    background-image: url(../img/bg_why1400.jpg);
    background-position: center top;
    display: block;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
}

.bg_in-the-news {
    border-left: 1px solid #6d6d6d;
    border-right: 1px solid #6d6d6d;
    background-color: #fff;
    max-width: 1400px;
    min-height: 590px;
    z-index: 2;
    background-image: url(../img/bg_news1400.jpg);
    background-position: center top;
    display: block;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
}

main .why-erieview_main,
main .in-the-news_main,
main .investment-focus_main {
    min-height: 385px;
    width: 360px;
}

main .why-erieview_main h1,
main .in-the-news_main h1,
main .investment-focus_main h1,
main .investment-partners_main h1,
main .our-team_main h1 {
    font-family: 'PNC Brand Bold', Arial;
    font-size: 30px;
    line-height: 34px;
    margin: 0px;
    width: 286px;
}

.why_col1 {
    float: left;
    width: 318px;
    margin-right: 42px;
    margin-top: 0;
    font-family: 'PNC Brand Bold', Arial;
    font-size: 20px;
}

.news_col1 {
    float: left;
    width: 250px;
    margin-right: 42px;
    margin-top: 0;
    font-family: 'PNC Brand Bold', Arial;
    font-size: 20px;
}

.why_col1 .why_arrow {
    float: left;
    display: block;
    background-image: url(../img/icon_why_arrow.png);
    background-size: 16px;
    background-repeat: no-repeat;
    width: 16px;
    height: 23px;
    margin-right: 12px;
}

.why_col2 {
    float: left;
    width: 528px;
    margin-top: 0;
    font-family: 'PNC Brand', Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.news_col2 {
    float: left;
    width: 568px;
    margin-top: 0;
    font-family: 'PNC Brand', Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.news_col2 p {
    margin: 0;
    padding: 0;
}

.why_col2 p {
    margin: 0;
    padding: 0;
}

.why_col1_wide {
    float: left;
    width: 100%;
    margin-top: 0;
    font-family: 'PNC Brand', Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.why_col1_wide p {
    margin: 0;
    padding: 0;
}

.why_col2 .why_orangebar {
    float: left;
    display: block;
    border-left: 3px solid #e0843b;
    margin-right: 42px;
}

.why_row ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.why_row ul>li {
    background-image: url(../img/icon_li_arrow.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 14px;
    padding-bottom: 5px;
    font-family:
        /*'PNC Brand Light',*/
        Arial, Helvetica, sans-serif;
}

.why_row ul>li>ul {
    padding-top: 8px;
}

.why_row ul>li>ul>li {
    list-style-type: circle;
    background-image: none;
    padding-left: 0px;
    margin-left: 15px;
}


.bg_inv_focus {
    background-color: #fff;
    width: 100%;
    min-height: 590px;
    z-index: 2;
    background-image: url(../img/bg_inv_focus1400.jpg);
    background-position: center top;
    display: block;
    background-repeat: no-repeat;
}

/* using page-name from CQ */
.bg_investment-focus {
    border-left: 1px solid #6d6d6d;
    border-right: 1px solid #6d6d6d;
    background-color: #fff;
    max-width: 1400px;
    min-height: 590px;
    z-index: 2;
    background-image: url(../img/bg_inv_focus1400.jpg);
    background-position: center top;
    display: block;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
}

.investment_section {
    float: left;
    width: 296px;
    margin-right: 24px;
}

.middle {
    margin-left: 36px;
    margin-right: 36px;
}

.invest_title {
    line-height: 25px;
    height: 56px;
    font-family: 'PNC Brand Bold', Arial;
    font-size: 20px;
}

.investment_section p {
    font-family:
        /*'PNC Brand Light',*/
        Arial, Helvetica, sans-serif;
}

.investment_section ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

hr {
    background-color: #e0843b;
    height: 2px;
    border: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-end: 0;
}

.invest_icon_trans {
    float: left;
    display: block;
    background-image: url(../img/icon_invest_transaction.png);
    background-repeat: no-repeat;
    width: 65px;
    height: 52px;
    margin-right: 16px;
}

.invest_icon_security {
    float: left;
    display: block;
    background-image: url(../img/icon_invest_security.png);
    background-repeat: no-repeat;
    width: 65px;
    height: 52px;
    margin-right: 16px;
}

.invest_icon_roles {
    float: left;
    display: block;
    background-image: url(../img/icon_invest_roles.png);
    background-repeat: no-repeat;
    width: 62px;
    height: 56px;
    margin-right: 16px;
}

.invest_icon_company {
    float: left;
    display: block;
    background-image: url(../img/icon_invest_company.png);
    background-repeat: no-repeat;
    width: 65px;
    height: 52px;
    margin-right: 16px;
}

.invest_icon_location {
    float: left;
    display: block;
    background-image: url(../img/icon_invest_states.png);
    background-repeat: no-repeat;
    width: 65px;
    height: 52px;
    margin-right: 16px;
}

.invest_icon {
    float: left;
    display: block;
    width: 65px;
    height: 52px;
    margin-right: 16px;
}

.bg_portfolio {
    background-color: #fff;
    width: 100%;
    min-height: 590px;
    z-index: 2;
    background-image: url(../img/bg_portfolio1400.jpg);
    background-position: center top;
    display: block;
    background-repeat: no-repeat;
}

/* using page-name from CQ */
.bg_our-portfolio {
    border-left: 1px solid #6d6d6d;
    border-right: 1px solid #6d6d6d;
    background-color: #fff;
    max-width: 1400px;
    min-height: 590px;
    z-index: 2;
    background-image: url(../img/bg_portfolio1400.jpg);
    background-position: center top;
    display: block;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
}

main .our-portfolio_main {
    min-height: 375px;
    width: 450px;
}

main .our-portfolio_main h1 {
    font-family: 'PNC Brand Bold', Arial;
    font-size: 30px;
    line-height: 34px;
    margin: 0px;
    width: 286px;
}

.sort_container {
    height: 125px;
    background-color: #e6e6e5;
}

.ddown {
    float: left;
}

.ddown #dd {
    padding: 10px 15px;
    border-left: 5px solid grey;
}

.ddown_options {
    line-height: 40px;
    float: left;
    margin-left: 15px;
    font-family: 'PNC Brand', Arial;
    color: #6d6e71;
}

.ddown_arrow {
    display: block;
    width: 48px;
    height: 40px;
    float: right;
    background-image: url(../img/ddown_arrow.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.industry_drop a {
    width: 100%;
    text-decoration: none;
    display: block;
    line-height: 20px;
}

.investment_filter_select {
    float: left;
    margin-left: 44px;
    line-height: 40px;
}

.port_col1 {
    display: block;
    float: left;
    width: 514px;
}

.port_col2 {
    display: block;
    float: left;
    width: 446px;
}

.port_img {
    display: block;
    float: left;
    width: 218px;
    color: #0069AA;
    font-size: 1.3em;
    /* background-image:url(../img/sample_logo1.jpg); background-repeat:no-repeat; */
}

.port_desc {
    display: block;
    float: left;
    width: 228px;
    /* height:162px; */
    position: relative;
}

.rowTombstone {
    margin: 0 0 5px 0;
}

.p_title {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
}

.p_loc {
    font-style: italic;
    font-size: 13px;
}

.port_desc p {
    font-size: 14px;
    line-height: 20px;
}

.dotted {
    display: block;
    height: 2px;
    width: 228px;
    background-image: url(../img/dottedlines.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
}

.pagination {
    float: right;
}

.page_next {
    display: block;
    float: right;
    margin-left: 12px;
    background-image: url(../img/page_next_arrow.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 17px;
    cursor: pointer;
}

/*float the portfolio tombstones left*/
.investment_item {
    float: left;
    margin-right: 30px;
    border-bottom: dotted 2px #333;
    margin-bottom: 15px;
}

.bg_partners {
    background-color: #fff;
    width: 100%;
    min-height: 588px;
    z-index: 2;
    background-image: url(../img/bg_partners1400.jpg);
    background-position: center top;
    display: block;
    background-repeat: no-repeat;
}

/* using page-name from CQ */
.bg_investment-partners {
    border-left: 1px solid #6d6d6d;
    border-right: 1px solid #6d6d6d;
    background-color: #fff;
    max-width: 1400px;
    min-height: 588px;
    z-index: 2;
    background-image: url(../img/bg_partners1400.jpg);
    background-position: center top;
    display: block;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
}

main .investment-partners_main {
    min-height: 385px;
    width: 360px;
}


.col1-3 {
    display: block;
    float: left;
    width: 368px;
    font-family: 'PNC Brand Light', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 19px;
}

.col2-3 {
    display: block;
    float: left;
    width: 336px;
    font-family: 'PNC Brand Light', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 19px;
}

.col3-3 {
    display: block;
    float: left;
    width: 256px;
    font-family: 'PNC Brand Light', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 19px;
}

.bg_ourteam {
    background-color: #fff;
    max-width: 1400px;
    min-height: 588px;
    z-index: 2;
    background-image: url(../img/bg_our_team1400.jpg);
    background-position: center top;
    display: block;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
}

/* using page-name from CQ */
.bg_our-team {
    border-left: 1px solid #6d6d6d;
    border-right: 1px solid #6d6d6d;
    max-width: 1400px;
    background-color: #fff;
    min-height: 588px;
    z-index: 2;
    background-image: url(../img/bg_our_team1400.jpg);
    background-position: center top;
    display: block;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
}

main .our-team_main {
    min-height: 390px;
    width: 386px;
}

.team_member {
    display: block;
    float: left;
    width: 308px;
    margin-right: 18px;
    margin-bottom: 65px;
    position: relative;
}

.team_member.last {
    margin-right: 0;
}

.bio_img {
    display: block;
    /* background-image:url(../img/teampic1.jpg); */
    background-repeat: no-repeat;
    width: 308px;
}


.header_mobile_content {
    padding: 20px;
    background: #fff;
    width: 280px;
    margin: 0 auto;
}

/* header content for mobile */

/*Mobile Menu CSS*/

.invisi {
    display: none;
}

.sidr {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: none;
    overflow-y: auto;
    font-size: 15px;
    background: url(../img/mobile_menu_bg.png);
    color: #fff;
}

.sidr.right {
    left: auto;
    right: -260px
}

.sidr.left {
    left: -260px;
    right: auto
}

#mobile_menu a,
.sidr-inner a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    display: block;
    padding: 20px 0px 20px 20px;
    border-bottom: inset 1px #898c8f;
}

.mobile_menu_active {
    background: url(../img/mobile_menu_active_bg.png);
}

.sidr .sidr-class-topnav .sidr-class-navList {
    list-style: none;
    padding-inline-start: 0px;
}

/*bio image triangle overlay
container needs to be position relative, 
image and overlay positioned absolute*/

/*http://jsfiddle.net/zkDft/18/*/

.bio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 36px 36px;
    border-color: transparent transparent #ffffff transparent;
    z-index: 20;
}

.bio_info {
    display: none;
}

.bio_section {
    margin-top: 10px;
    margin-left: 25px;
}

.bio_name_box {
    position: relative;
    margin-top: -54px;
    background-color: white;
    opacity: .7;
    padding: 5px 10px 5px 10px;
}

.blueline {
    display: block;
    width: 308px;
    height: 2px;
    background-image: url(../img/blueline.png);
    background-repeat: no-repeat;
}

.bio_name {
    opacity: 1;
    color: black;
    font-family: 'PNC Brand Bold', Arial;
    font-size: 20px;
    line-height: 24px;
}

.bio_position {
    opacity: 1;
    color: black;
    font-family: 'PNC Brand', Arial;
    font-style: italic;
}

.team_member p {
    font-family: Arial;
    font-size: 14px;
    padding: 0px 0px 20px 0px;
}

.bio_detail,
.bio_email {
    display: inline-block;
    padding: 0 10px 0 10px;
    line-height: 34px;
}

.bio_email .popup-only {
    display: block;
}

.overlay_display a img {
    vertical-align: middle;
    padding-left: 10px;
    width: 30px;
    height: 30px;
}

.bg_contact-us {
    border-left: 1px solid #6d6d6d;
    border-right: 1px solid #6d6d6d;
    background-color: #fff;
    max-width: 1400px;
    min-height: 588px;
    z-index: 2;
    background-image: url(../img/bg_contact1400.jpg);
    background-position: center top;
    display: block;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
}

.contact_col {
    display: block;
    float: left;
    width: 294px;
    margin-right: 38px;
}

.contact_col.last {
    margin-right: 0;
}

.contact_col p {
    font-family:
        /*'PNC Brand ',*/
        Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.contact_title {
    font-family: 'PNC Brand Light', Arial;
    font-size: 26px;
    font-weight: 600;
}

.orangeline {
    display: block;
    width: 294px;
    height: 3px;
    background-image: url(../img/orangeline.png);
    background-repeat: no-repeat;
}

.form_textfield {
    width: 284px;
    border: 1px solid #bababa;
    padding: 5px;
    font-family: 'PNC Brand Light', Arial;
    font-size: 17px;
    height: 22px;
}

.form_textarea {
    width: 284px;
    border: 1px solid #bababa;
    padding: 5px;
    font-family: 'PNC Brand Light', Arial;
    font-size: 17px;
    height: 78px;
    resize: none;
}

a.form_submit {
    background-color: #236d9f;
    height: 34px;
    width: 146px;
    line-height: 34px;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
}

footer {
    border-left: 1px solid #6d6d6d;
    border-right: 1px solid #6d6d6d;
    min-height: 188px;
    z-index: 1;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}

footer .top_footer {
    height: 144px;
    font-family: 'PNC Brand Light', Arial;
    background-image: url(../img/footer_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background: #e6e6e5;
}

footer .top_footer .footer_links a {
    float: left;
    margin-right: 48px;
    line-height: 34px;
}

.footer_noborder {
    border-left: none;
    border-right: none;
}

.icon_ourteam {
    vertical-align: middle;
    display: inline-block;
    background-image: url(../img/icon_ourteam.png);
    background-repeat: no-repeat;
    width: 35px;
    height: 34px;
}

.icon_contact {
    vertical-align: middle;
    display: inline-block;
    background-image: url(../img/icon_contact_us.png);
    background-repeat: no-repeat;
    width: 35px;
    height: 34px;
}

.icon_bio {
    display: block;
    float: left;
    background-image: url(../img/icon_bio.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 34px;
    height: 34px;
    margin-right: 10px;
}

.icon_phone {
    display: block;
    float: left;
    background-image: url(../img/icon_phone.svg);
    background-repeat: no-repeat;
    width: 35px;
    height: 34px;
    margin-right: 10px;
}

.icon_email {
    display: block;
    float: left;
    background-image: url(../img/icon_email.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 34px;
    height: 34px;
    margin-right: 10px;
}

.icon_fact-sheet {
    display: block;
    float: left;
    background-image: url(../img/icon_sheet.svg);
    background-repeat: no-repeat;
    width: 35px;
    height: 34px;
    margin-right: 10px;
}

.icon_news_icon {
    display: block;
    float: left;
    background-image: url(../img/icon_sheet.svg);
    background-repeat: no-repeat;
    width: 35px;
    height: 74px;
    margin-right: 10px;
}

.icon_print {
    display: block;
    float: left;
    background-image: url(../img/icon_print.svg);
    background-repeat: no-repeat;
    width: 35px;
    height: 34px;
    margin-right: 10px;
}

.icon_in-the-news {
    display: block;
    float: left;
    background-image: url(../img/icon_news.svg);
    background-repeat: no-repeat;
    width: 35px;
    height: 34px;
    margin-right: 10px;
}

.icon_our-location {
    display: block;
    float: left;
    background-image: url(../img/icon_location.svg);
    background-repeat: no-repeat;
    width: 35px;
    height: 34px;
    margin-right: 10px;
}

.icon_arrow {
    display: block;
    float: left;
    background-image: url(../img/icon_why_arrow.png);
    background-size: 16px;
    background-repeat: no-repeat;
    width: 16px;
    height: 24px;
    margin-right: 10px;
    margin-top: 4px;
}

.footer_links {
    padding: 0 0 0 0;
    margin-right: auto;
    margin-left: auto;
}

footer .bottom_footer {
    background-color: #2d3943;
    color: #fff;
    font-family: 'PNC Brand', Arial;
    font-size: 13px;
    padding: 0 20px;
    box-sizing: border-box;
}

footer .bottom_footer a {
    color: #fff;
    text-decoration: none;
    margin: 0px 5px;
}

footer .bottom_footer p {
    font-size: 10px;
}


.footerResourceNav {
    display: inline;
}

.inner {
    min-width: 985px;
    width: 985px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    box-sizing: border-box;
}

.footer-inner {
    min-width: 1062px;
}



.devicemenu {
    display: none;
}

.nodesk {
    display: none !important;
}

.notablet {
    display: block;
}

.nomobile {
    display: block;
}

.onlydesk {
    display: block;
}

.onlytablet {
    display: none !important;
}

.onlymobile {
    display: none !important;
}

/* modal window css */

/*Mobile Menu CSS*/

.invisi {
    display: none;
}

.sidr {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: none;
    overflow-y: auto;
    font-size: 15px;
    background: url(../img/mobile_menu_bg.png);
    color: #fff;
}

.sidr.right {
    left: auto;
    right: -260px
}

.sidr.left {
    left: -260px;
    right: auto
}

#mobile_menu a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    display: block;
    padding: 20px 0px 20px 20px;
    border-bottom: inset 1px #898c8f;
}

.mobile_menu_active {
    background: url(../img/mobile_menu_active_bg.png);
}

.why_content {
    padding: 0px 0px 0px 50px;
    border-left: 3px solid #e0843b;
}

.why_content_plain {
    padding: 0px 0px 0px 0px;
}


/* Additional Styles */

.tel {
    text-decoration: none;
    cursor: default;
}

.tel:hover {
    text-decoration: none;
}

/*Used to be 479px - MOBILE*/
@media only screen and (max-width: 767px) {

    .header-image-text {
        padding: 30px;
        background: none;
        border-radius: 0px;
        box-shadow: unset;
    }

    .new {
        display: none
    }

    body {
        background: #f0f1f1;
    }

    #home_mobile_hero {
        background: url(../img/bg_home320.jpg) no-repeat;
        width: 100%;
        height: 22%;
    }

    #home_mobile_hero h1 {
        font-family: 'PNC Brand Bold', Arial;
        font-size: 24px;
        position: relative;
        top: 10%;
        left: 50%;
    }

    header .logo {
        background-image: url(../img/logo_mobile.png);
        margin: 20px 0px 0px 20px;
        float: left;
        width: 210px;
    }

    header {
        border-left: 1px solid #6d6d6d;
        border-right: 1px solid #6d6d6d;
        background: #fff;
    }

    #wrapper {
        min-width: 320px;
        width: 100%;
        background: #f0f1f1;
    }

    .inner {
        width: 320px;
        min-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }

    .bg_investment-partners .inner .content {
        padding: 20px;
    }

    .header_inner {
        width: 320px;
    }

    .mobilemenu {
        display: block;
        width: 80px;
        height: 84px;
        float: right;
        background-image: url(../img/m_menucallout.png);
        background-position: center center;
        background-repeat: no-repeat;
        margin-left: auto;
        margin-right: auto;
    }

    main .home_main {
        width: 100%;
        background: #fff;
    }

    .general_body {
        border-top: 1px solid #6d6d6d;
        padding: 20px;
        width: 250px;
    }

    header {
        width: 320px;
        height: 84px;
        margin: 0 auto;
    }

    header .headerbg {
        min-width: 320px;
    }

    .bottom_footer .onlymobile {
        text-align: center;
    }

    footer {
        max-width: 320px;
        margin: 0 auto;
    }

    footer .top_footer {
        height: auto;
        background-image: none;
        background-color: #e8e8e8;
    }

    footer .top_footer .footer_links a {
        line-height: 34px;
        width: 300px;
        height: 50px;
        background: #e8e8e8;
        border-top: #c8c9ca 1px solid;
        padding: 20px 0px 0px 20px;
        margin-right: 0;
    }

    .footer .bottom_footer {
        height: auto;
        padding: 0 0 0 0;
    }

    footer .top_footer .inner {
        padding: 0;
    }

    footer .bottom_footer .inner {
        width: 100%;
    }

    .footer_links {
        padding: 0 0 0 0;
    }

    .icon_phone {
        margin-right: 50px;
    }

    .icon_fact-sheet {
        margin-right: 50px;
    }

    .icon_news_icon {
        margin-right: 50px;
        height: 81px;
    }

    .icon_in-the-news {
        margin-right: 50px;
    }

    .icon_our-location {
        margin-right: 50px;
    }

    .bg_home {
        background-image: none;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .bg_general {
        width: 100%;
        min-height: 380px;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .bg_why-erieview {
        width: 100%;
        min-height: 380px;
        background-image: url(../img/bg_why320.jpg);
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .bg_investment-focus {
        width: 100%;
        min-height: 380px;
        background-image: url(../img/bg_inv_focus320.jpg);
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .bg_investment-partners {
        width: 100%;
        min-height: 380px;
        background-image: url(../img/bg_partners320.jpg);
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .bg_our-team {
        width: 100%;
        min-height: 380px;
        background-image: url(../img/bg_our_team320.jpg);
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .bg_contact-us {
        width: 100%;
        min-height: 380px;
        background-image: url(../img/bg_contact320.jpg);
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .bg_our-portfolio {
        width: 100%;
        min-height: 380px;
        background-image: url(../img/bg_portfolio320.jpg);
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .bg_in-the-news {
        width: 100%;
        min-height: 380px;
        background-image: url(../img/bg_news320.jpg);
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    main .our-portfolio_main {
        min-height: 180px;
    }

    main .investment-partners_main {
        margin-left: 0;
        min-width: 320px;
        width: 100%;
        min-height: 200px;
    }

    main .investment-partners_main h1 {
        width: 200px;
        line-height: 30px;
        margin: 20px 0px 0px 20px;
    }

    .bio_detail a,
    .bio_email a,
    .overlay_display a {
        display: none;
    }

    .bio_email a.onlymobile {
        display: block !important;
        position: absolute;
        right: 2px;
    }

    main .our-team_main {
        margin-left: 0;
        min-width: 320px;
        width: 100%;
        margin-top: 0;
        min-height: 200px;
    }

    main .why-erieview_main {
        width: 100%;
        min-height: 200px;
    }

    main .investment-focus_main {
        width: 100%;
        min-height: 200px;
    }

    main .investment-focus_main h1 {
        width: 236px;
        margin: 20px 0px 0px 20px;
    }

    main .in-the-news_main {
        width: 100%;
        min-height: 200px;
    }

    main .in-the-news_main h1 {
        width: 236px;
        margin: 0px 0px 0px 20px;
    }

    .why_row {
        padding: 0px 20px 0px 20px;
    }

    .why_col1 {
        float: none;
        /*height:100% !important;*/
        margin-bottom: 20px;
        width: auto;
    }

    .why_col2 {
        float: none;
        /*height:100% !important;*/
        width: auto;
    }

    .why_col2 .why_orangebar {
        margin-right: 18px;
    }

    #why_content {
        background: #fff;
    }

    #why_content_plain {
        background: #fff;
    }

    .investment_section {
        float: none;
        margin-bottom: 46px;
    }

    .middle {
        margin-left: 0;
        margin-right: 0;
    }

    .partners_mobile {
        background-color: #f1f1f2;
    }

    .team_member {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .col1-3 {
        display: block;
        float: none;
        width: 280px;
        padding: 0px 20px 0px 20px;
        font-family: 'PNC Brand Light', Arial, Helvetica, sans-serif;
        font-size: 15px;
        line-height: 19px;
    }

    .col2-3 {
        display: block;
        float: none;
        width: 280px;
        padding: 0px 20px 0px 20px;
        font-family: 'PNC Brand Light', Arial, Helvetica, sans-serif;
        font-size: 15px;
    }

    .col3-3 {
        display: block;
        float: none;
        width: 280px;
        padding: 0px 20px 0px 20px;
        font-family: 'PNC Brand Light', Arial, Helvetica, sans-serif;
        font-size: 15px;
    }

    #why_mobile_content {
        padding: 20px;
        background: #fff;
        width: 280px;
        margin: 0 auto;
    }

    .mobile_content p {
        border-bottom: solid 3px #6d6f71;
        padding: 0px 0px 20px 0px;
    }

    .investment_section ul {
        margin: 0px 0px 0px 20px;
    }

    .investment_section {
        padding: 0px 20px 0px 20px;
        width: auto;
    }

    #investf_mobile_content {
        padding: 20px;
        background: #fff;
        width: 280px;
        margin: 0 auto;
    }

    .sort_container {
        height: auto;
        padding: 0px 0px 20px 0px;
    }

    .sort_container .ddown {
        float: none;
        margin: 0px 0px 0px 20px;
        width: 255px;
    }

    .port_desc {
        float: none;
        height: auto;
        width: 100%;
    }

    .port_img {
        height: auto;
        width: 100%;
    }

    .port_desc {
        margin: 0px 0px 20px 0px;
        border-bottom: dotted 2px #333;
    }

    main .our-portfolio_main {
        width: 320px;
        margin-left: 0;
        padding: 20px 0px 0px 0px;
    }

    main .our-portfolio_main h1 {
        margin: 0px 0px 0px 20px;
    }

    #portfolio_mobile_content {
        padding: 20px;
        background: #fff;
        width: 280px;
        margin: 0 auto;
    }

    .port_col1 {
        width: 320px;
    }

    .port_col2 {
        width: 320px;
    }

    .investment_item {
        width: 250px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 30px;
        border-bottom: none;
    }

    .mobile_page {
        display: block;
        width: 130px;
        height: 60px;
        float: left;
    }

    #mobile_next {
        margin: 0px 0px 0px 0px;
        background: url(../img/white_arrow_right.png) #1c5faa center no-repeat;
    }

    #mobile_prev {
        margin: 0px 10px 0px 0px;
        background: url(../img/white_arrow_left.png) #1c5faa center no-repeat;
    }

    .mobile_pagination {
        width: 270px;
        margin-right: auto;
        margin-left: auto;
    }

    .mobile_pagination span {
        display: block;
        margin-right: auto;
        margin-left: auto;
        font-weight: bold;
        color: #333;
        width: 40px;
        margin-top: 20px;
    }

    .investment-partners_main h1 {
        margin: 20px 0px 0px 20px;
    }

    .partners_mobile {
        padding: 20px;
        background: #fff;
        margin-bottom: 20px;
    }

    .blueline {
        height: 3px;
        background-repeat: repeat-y;
    }

    .toggle_bio {
        display: block !important;
        height: 15px;
        width: 15px;
        float: left;
        margin: 10px 10px 0px 0px;
        background: url(../img/plus_toggle_icon.png) 0px 0px no-repeat;
    }

    .bio_name_box {
        float: left;
    }

    .bio_email {
        float: right;
        padding: 0;
    }

    .bio_email .icon_email {
        margin-right: 0;
        position: relative;
    }

    .bio_detail {
        display: none;
    }

    .bio_name_box {
        position: inherit;
        margin-top: 0;
        background-color: inherit;
        opacity: 1;
        width: 70%;
    }

    .bio_info {
        display: none;
        margin-top: 60px;
    }

    .bio_on {
        background: url(../img/plus_toggle_icon.png) 0px -15px no-repeat;
    }

    .icon_email {
        margin-right: 50px;
    }

    .team_member {
        float: none;
        margin-left: 5px;
        width: 300px;
        height: auto !important;
    }

    .team_member.last {
        margin-right: auto;
    }

    .contact_col {
        margin-right: 0px;
        float: none;
        width: 280px;
        padding: 0px 20px 0px 20px;
    }

    .orangeline {
        width: 100%;
    }

    .form_textfield {
        width: 270px;
    }

    .form_textarea {
        width: 270px;
    }

    .why_content {
        padding: 0;
        border-left: none;
    }

    .why_orangebar {
        display: none !important;
    }

    .why_content_plain {
        padding: 0px 0px 0px 0px;
    }


    #contact_content {
        background: #fff;
        padding: 20px 0px 0px 0px;
    }

    #contact_content .icon_email {
        margin-right: 20px;
    }

    #contact_content .icon_our-location {
        margin-right: 20px;
    }

    #contact_content .icon_phone {
        margin-right: 20px;
    }

    .nodesk {
        display: block !important;
    }

    .notablet {
        display: block;
    }

    .nomobile {
        display: none;
    }

    .onlydesk {
        display: none;
    }

    .onlytablet {
        display: none !important;
    }

    .onlymobile {
        display: block !important;
    }


    .tel {
        text-decoration: none;
        color: #e0843b;
        cursor: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .header-image-text {
        background-color: #FFF;
        border-radius: 12px;
        padding: 30px;
        box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    }

    body {
        background: #f0f1f1;
    }

    #wrapper {
        min-width: 768px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        -webkit-box-shadow: 0px 0px 10px 0px #000000;
        box-shadow: 0px 0px 10px 0px #000000;
        position: relative;
        top: 0;
        background: #f0f1f1;
    }

    header .headerbg {
        min-width: 727px;
    }

    .inner {
        width: 727px;
        min-width: 727px;
        margin-left: auto;
        margin-right: auto;
    }

    .tabpad {
        width: 687px;
        min-width: 687px;
        margin-left: auto;
        margin-right: auto;
    }

    .investment_section {
        height: 390px;
    }

    .investment_section.middle {
        margin-right: 0;
        margin-left: 0;
    }

    .investment_section.even {
        float: right;
        margin-right: 36px;
    }

    .why_col2 {
        width: 358px;
    }

    .team_member {
        margin-bottom: 33px;
        margin-left: 35px;
    }

    .team_member.last {
        margin-right: 20px;
    }

    main .our-team_main {
        min-height: 360px;
    }

    .bg_home {
        background-image: url(../img/bg_home768.jpg);
        max-width: 768px;
        margin-right: auto;
        margin-left: auto;
    }

    .bg_our-portfolio {
        background-image: url(../img/bg_portfolio768.jpg);
        max-width: 768px;
        margin-right: auto;
        margin-left: auto;
    }

    .bg_investment-partners {
        background-image: url(../img/bg_partners768.jpg);
        max-width: 768px;
        margin-right: auto;
        margin-left: auto;
    }

    .bg_why-erieview {
        background-image: url(../img/bg_why768.jpg);
        max-width: 768px;
        margin-right: auto;
        margin-left: auto;
    }

    .bg_general {
        max-width: 768px;
        margin-right: auto;
        margin-left: auto;
    }

    .bg_our-team {
        background-image: url(../img/bg_our_team768.jpg);
        max-width: 768px;
        margin-right: auto;
        margin-left: auto;
    }

    .bg_contact-us {
        background-image: url(../img/bg_contact768.jpg);
        max-width: 768px;
        margin-right: auto;
        margin-left: auto;
    }

    .bg_investment-focus {
        background-image: url(../img/bg_inv_focus768.jpg);
        max-width: 768px;
        margin-right: auto;
        margin-left: auto;
    }

    .bg_in-the-news {
        background-image: url(../img/bg_news768.jpg);
        max-width: 768px;
        margin-right: auto;
        margin-left: auto;
    }

    .port_col1 {
        width: 300px;
        margin-left: 120px;
    }

    .port_col2 {
        width: 300px;
    }

    main .home_main {
        width: 450px;
    }

    main .our-portfolio_main {
        margin-left: 40px;
        width: 346px;
    }

    main .investment-partners_main {
        width: 470px;
        margin-left: 40px;
    }

    main .investment-focus_main {
        width: 370px;
        margin-left: 40px;
    }

    .investment_item {
        margin-bottom: 0px;
        margin-top: 25px;
    }

    .portfolio_tablet {
        width: 480px;
        margin-left: auto;
        margin-right: auto;
    }

    .why-erieview_main {
        margin-left: 40px;
    }

    .in-the-news_main {
        margin-left: 40px;
        width: 260px !important;
    }

    .ddown {
        width: 215px;
    }

    .investment_filter_select {
        margin-left: 26px;
        font-size: 13px;
    }

    .select_dot {
        margin-right: 10px;
    }

    .port_img {
        width: 220px;
    }

    .contact_col {
        width: 210px;
        margin-right: 15px;
    }

    .contact_title {
        font-size: 20px;
        line-height: 30px;
    }

    .orangeline {
        display: block;
        width: 210px;
        height: 3px;
        background-image: url(../img/orangeline.png);
        background-repeat: no-repeat;
    }

    .form_textfield {
        width: 200px;
    }

    .form_textarea {
        width: 200px;
    }

    footer {
        min-height: 188px;
        z-index: 1;
        max-width: 768px;
        margin-right: auto;
        margin-left: auto;
    }

    footer .top_footer .footer_links a {
        margin-right: 15px;
        margin-bottom: 18px;
    }

    footer .bottom_footer {
        background-color: #2d3943;
        color: #fff;
        font-family: 'PNC Brand', Arial;
        font-size: 13px;
    }

    footer .bottom_footer a {
        color: #fff;
        text-decoration: none;
        margin-left: 22px;
        margin-right: 22px;
    }

    .footer_links {
        padding: 0 0 0 0;
    }

    .nodesktop {
        display: none;
    }

    .nodesk {
        display: block;
    }

    .notablet {
        display: none !important;
    }

    .nomobile {
        display: block;
    }

    .onlydesk {
        display: none !important;
    }

    .onlytablet {
        display: block !important;
    }

    .onlymobile {
        display: none !important;
    }

}

@media only screen and (min-width:1601px) {
    #wrapper {
        min-width: 990px;
    }
}

/* Portfolio Filter Start*/

a.toggle_bio {
    display: none;
}

a.bio_overlay {
    display: block;
}

.wspacer20 {
    width: 20px;
}



@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .sort_container .inner {
        width: 735px;
    }
}

/* HIDDEN FOR NOW
*,*:after,*:before {
    box-sizing: border-box;
}
*/

.wrapper-dropdown-2 {
    text-align: left;
    position: relative;
    margin: 0 auto;
    /* Styles */
    background: #fff;
    border-bottom: 0px;
    border-right: 0px;
    border-top: 0px;
    cursor: pointer;
    outline: none;
    z-index: 200;
}

.wrapper-dropdown-2:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: grey transparent;
}

.wrapper-dropdown-2 .dropdown {
    /* Size & position */
    position: absolute;
    top: 68%;
    left: 0px;
    right: 0px;
    padding-inline-start: 0px;

    /* Styles */
    /* background: white; */
    transition: all 0.3s ease-out;
    list-style: none;
    border-right: 1px solid #d1d3d4;


    /* Hiding */
    opacity: 0;
    filter: alpha(opacity=0);

    pointer-events: none;
    display: none;
}

.wrapper-dropdown-2 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    border-left: 5px solid;
    padding: 10px;
    transition: all 0.3s ease-out;
    background-color: white;
    border-bottom: 1px solid #d1d3d4;
    border-left: 1px solid #d1d3d4;
}


.wrapper-dropdown-2 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */

.wrapper-dropdown-2 .dropdown li:hover a {
    color: #fff;
    background-color: #0069AA;
}

.wrapper-dropdown-2.active:after {
    border-width: 0 6px 6px 6px;
}

.wrapper-dropdown-2.active .dropdown {
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;

    pointer-events: auto;
}

/* Portfolio Filter End */


.modal__close .far.fa-times-circle:before {
    content: "\f057";
    top: 8px;
    position: relative;
    margin-left: 8px;
    font-size: 18px;
}

.fancybox-skin .modal__close {
    border: 0px;
    margin: 2px;
    background: transparent;
    cursor: pointer;
    float: right;
    font-family: Arial;
    font-size: 14px;
    line-height: 34px;
    color: #0069AA;
    display: inline-flex;
}

.fancybox-skin .modal__close>img {
    margin-left: 8px;
}

.fancybox-inner .bio_img {
    float: left;
}

.fancybox-inner .bio_img .bio_pick {
    width: 308px;
    height: 182px;
}

.fancybox-inner .bio_description {
    float: right;
    width: 45%;
    margin: 0 5px;
}

.fancybox-inner .bio_description .dio-divider {
    background-color: #f9f9f9;
    border-top: 2px dotted black;
    margin: 5px 0;
}

.inner .investment_filter {
    display: flex;
    justify-content: space-evenly;
}

.inner .investment_filter h3#group_label--01 {
    display: none;
}

.investment_filter .select_dot {
    height: 22px;
    display: block;
    position: relative;
    margin: 0.5em;
    padding-left: 30px;
    border: thin transparent solid;
    cursor: pointer;
}

/* This creates the visuals for the radio buttons */
.investment_filter .select_dot::before,
.investment_filter .select_dot::after {
    display: block;
    position: absolute;
    border-radius: 50%;
    content: '';
}

.investment_filter .select_dot::before {
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #d1d3d4;
    background: #fff;
}

.investment_filter .selected::after {
    top: 3px;
    left: 3px;
    border: 8px solid #0069AA;
    content: '';
}

.left-area,
.right-area {
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}

.left-area {
    width: 30%;
}

.right-area {
    padding-left: 10px;
    width: 70% !important;
}

#list_button {
    border-radius: 0;
    font-size: 16px;
    text-align: left;
    padding: 5px 10px;
    width: 150px;
    position: relative;
}

#list_button::after {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #aaa;
    content: " ";
    position: absolute;
    right: 5px;
    top: 10px;
}

#list_button[aria-expanded="true"]::after {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 0;
    border-bottom: 8px solid #aaa;
    content: " ";
    position: absolute;
    right: 5px;
    top: 10px;
}

#Industries_list {
    display: none;
}

.dropdown .dropdown_list {
    min-height: 18em;
    padding: 0;
    background: white;
    border: 1px solid #aaa;
}

.dropdown .dropdown_list {
    display: block;
    padding: 0 1em 0 1.5em;
    position: relative;
    line-height: 1.8em;
}

.dropdown .dropdown_list.focused {
    background: #bde4ff;
}

@media only screen and (max-width: 767px) {
    .inner .investment_filter {
        display: block !important
    }
}

.partners-list ul {
    list-style: none;
    padding-inline-start: 0px;
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-gap: 4em;
    font-family: 'PNC Brand Light', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.3;
}


.partners-list ul li {
    flex: 1 1 19px;
}

@media (min-width: 0px) and (max-width: 479px) {
    .partners-list ul {
        display: block;
        height: auto;
    }

    .investment-partners {
        margin: 0 20px
    }

    footer .bottom_footer .inner {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .partners-list ul {
        column-gap: 6em;
        column-count: 2;
    }
}

.footer_links ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding-inline-start: 0px;
    margin-block-start: 0em;
    margin-block-end: 0em;
}


@media only screen and (max-width: 767px) {
    .footer_links ul {
        flex-direction: column;
    }

    .partners-list ul {
        column-count: 1;
    }

}

.footerResourceNav .footerNavlist {
    display: inline;
}

.resourcesNav .resourcesNav-list {
    display: inline;
}

/* image caption hiding in mobile view */
@media (min-width: 0px) and (max-width: 479px) {
    .imagecap p {
        display: none;
    }
}

.ourteamIterator {
    margin-top: 30px;
}

a.skipNavigationLinks {
    position: fixed;
    top: -5000px;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    z-index: 10011;
    background-color: #87beff;
    color: #323232;
    text-decoration: underline;
    text-align: center;
    line-height: 1.0625rem;
    padding: 1.12rem;
    overflow: hidden;
    font-weight: normal;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
}

a.skipNavigationLinks:not(:disabled):not(.is-disabled):focus {
    top: 0;
    outline: none;
}