﻿.blue-color {
    color: #1b365d !important;
}

.kg-image {
    max-width: 100%;
}

.disclaimers {
    font-size: 12px;
    line-height: 1;
    text-align: left;
}

.profileBox {
    margin-left: 30px;
    height: 50px;
    margin-top: 10px;
    float: right;
    text-overflow: ellipsis;
    position: relative;
}

.profileDisplay {
    cursor: pointer;
    padding: 0 5px;
}

.profileName {
    font-size: 14px;
    line-height: 50px;
    float: right;
    padding-left: 10px;
    /*text-transform: uppercase;*/
    text-overflow: ellipsis;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
}

.profileIcon {
    font-size: 36px;
    line-height: 50px;
    float: right;
}

.profileMenu {
    display: none;
    background-color: #f0f0f0;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 60px;
}

    .profileMenu::after {
        content: " ";
        position: absolute;
        bottom: 100%; /* At the top of the tooltip */
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #f0f0f0 transparent;
    }


.no-padding {
    padding: 0;
}


/* remove title bar from mediaplayer */
.k-mediaplayer-titlebar {
    display: none !important;
}

/*-----CAREERS-----*/

.box ul {
    list-style-type: none;
    padding: 0;
}

.careerTitle {
    opacity: 0.5;
    padding: 15px 5px;
    width: 100%;
    transition: box-shadow 0.5s, opacity 0.3s;
    margin-bottom: 15px;
}

    .careerTitle:hover, .careerTitle.active {
        opacity: 1;
        cursor: pointer;
    }

    .careerTitle.active {
        background-color: #fff;
        box-shadow: 0 0 32px 0 rgba(82, 97, 115, 0.15);
        border-radius: 4px;
    }

    .careerTitle h3 {
        margin: 0;
    }

.detailBox {
    display: none;
    text-align: left;
    color: #707070;
    box-shadow: 0 0 32px 0 rgba(82, 97, 115, 0.15);
}

    .detailBox ul {
        list-style-type: circle;
        padding-left: 20px;
    }

        .detailBox ul > li {
            margin-bottom: 5px;
        }

    .detailBox div > br {
        content: "";
        margin: 2em;
        display: block;
        font-size: 24%;
    }

.detailTitle {
    display: block;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}

.detailHeader {
    font-weight: bold;
}

.descriptionBox {
    max-height: 20em;
    overflow: hidden;
}

.applyBox {
    background-color: rgba(255,255,255,.5);
    margin-top: -40px;
    z-index: 1;
    position: relative;
    padding-top: 30px;
    text-align: center;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.pre-content.pre-footer {
    padding: 15px 0;
    background: #8a8d8f;
}

    .pre-content.pre-footer a {
        margin-top: 7px;
    }

/*-----END CAREERS-----*/

.btn-gray {
    background-color: #fff;
    border-color: #fff;
    color: #1b365d;
}

    .btn-gray:hover {
        background-color: #8a8d8f;
        border-color: #8a8d8f;
        color: white;
    }

.dunhamModal {
    line-height: 2;
    display: none;
    padding: 30px;
    background-color: #1b365d;
    color: white;
    position: fixed;
    z-index: 99999;
    top: 15%;
    text-align: center;
    max-width: 500px;
    overflow: auto;
    max-height: 85%;
    border-radius: 4px;
}

    .dunhamModal h3 {
        margin: 0;
    }

    .dunhamModal h5 {
        line-height: 2;
        font-size: 13px;
    }
.disclosures {
    margin-top: 40px;
    font-size: 10px;
    text-align: justify;
}

    .disclosures p + p {
        margin-top: 10px;
    }

p.disclosureText {
    font-size: 10px;
}

.bootstrap-select.btn-group .btn .filter-option {
    color: #383838;
}

.longTable {
    max-height: 400px;
    overflow-y: scroll;
}

.sidebar {
    margin-top: 40px;
    box-shadow: none;
}

    .sidebar .section-jump {
        margin-top: 0px;
        box-shadow: 0 5px 55px 0 rgba(82, 97, 115, 0.1);
    }

.k-chart-tooltip {
    background-color: #999 !important;
    padding: 2px 9px;
    border-radius: 5px;
}

.grayBg {
    background-color: #8a8d8f;
    color: white;
}

.grayAnchor {
    color: #8a8d8f;
}

    .grayAnchor:hover {
        color: #C6C6C7;
    }

.icon-link {
    background-image: url("../../images/link-icons.png");
}

.icon-pdf {
    background-image: url("../../images/icon-pdf.png");
}

.fund-banner {
    background-color: #fff;
    color: #1b365d;
    margin-bottom: -36px;
    margin-top: 45px;
    border-radius: 4px;
}

    .fund-banner .icon {
        width: 165px;
        color: #DF3B57;
        font-size: 90px;
        padding: 0px 45px;
        float: left;
        line-height: 175px;
    }

    .fund-banner .text {
        width: calc(100% - 165px);
        float: left;
        padding: 15px;
        text-align: left;
    }

        .fund-banner .text h1 {
            font-size: 40px;
            margin-top: 0;
        }

        .fund-banner .text h3 {
            font-size: 20px;
            margin: 0;
        }

.fund-icons {
    display: inline-block;
    font-size: 2em;
}

.fundLitTitle {
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    text-align: left;
}

.fundLitLink:hover {
    text-decoration: none;
}

    .fundLitLink:hover table {
        background-color: #EEE;
    }


.milestone-header-info > div {
    color: #1b365d;
}

.milestone-table {
    text-align: left;
}

@media (min-width: 990px) {
    .milestone-header-info .proposal-download {
        margin-left: -17px;
    }
}

@media (min-width: 1200px) {
    .milestone-header-info .proposal-download {
        margin-left: -5px;
    }
}

.milestone-table th {
    white-space: nowrap;
    padding: 10px;
    text-align: left !important;
    width: auto !important;
}

.milestone-table tr td:first-child {
    white-space: nowrap;
    color: #1b365d;
}

.milestone-table tr td:nth-child(2) {
    font-weight: bold;
    white-space: nowrap;
}

.milestone-table td {
    padding: 10px;
    text-align: left !important;
    width: auto !important;
    color: #1b365d;
}


.tickers-table .table-tickers tbody tr td:first-child a {
    color: #1b365d;
}

.performance-table {
    width: 100%;
}

    .performance-table td {
        color: #1b365d;
        padding: 5px;
        height: 1px; /* A hack to make height: 100% work for inner elements */
    }

    .performance-table .main-header {
    }

    .performance-table .fund-name {
        background-color: #1b365d;
    }

        .performance-table .fund-name td {
            position: relative;
        }

        .performance-table .fund-name .asset-color {
            width: 30px;
            height: 100%;
            display: inline-block;
            float: left;
            position: absolute;
            left: 0;
            top: 0;
        }

        .performance-table .fund-name a {
            color: white;
            font-weight: bold;
            font-size: 1.2em;
        }

        .performance-table .fund-name .ticker {
            color: #CCC;
        }

    .performance-table .data-header {
        border: 1px solid #CCC;
    }

    .performance-table .data-header, .performance-table .data .data-exception {
        background-color: #CCC;
    }

    .performance-table .data, .performance-table .additional-data, .performance-table .spacer {
        border-left: 1px solid #CCC;
        border-right: 1px solid #CCC;
    }

    .performance-table .data {
        border-left: 1px solid #CCC;
        border-right: 1px solid #CCC;
    }

    .performance-table .additional-data {
        border-bottom: 1px solid #CCC;
    }

    .performance-table .spacer {
        height: 15px;
    }

.performance-tabs.nav-tabs > li > a {
    cursor: pointer;
    font-size: 16px;
}





/*Forms Library*/
.panel-title {
    line-height: 1.5;
}


.content .resourceTitle {
    display: inline-block;
    color: #337ab7;
}

    .content .resourceTitle:hover {
        color: #1b365d;
    }

.resourceIcon {
    color: #8a8d8f;
    padding: 10px;
}




/*-----SALES & MARKETING-----*/

#salesmarketing .tabsWrapper {
    overflow: hidden;
}

#salesmarketing .tab {
    padding-bottom: 500em;
    margin-bottom: -500em;
}

    #salesmarketing .tab.active {
        border: 1px solid #8a8d8f;
    }

#salesmarketing .contentWrapper {
    border: 1px solid #8a8d8f;
}



/*-----END SALES & MARKETING-----*/





/*------COMMISSIONS------*/

#commissions .nav-tabs > li > a {
    font-size: 16px;
}

#commissions .panel-heading .panel-title {
    margin-bottom: 0;
    font-size: 16px;
    text-align: left;
}

#commissions .gridHeader {
    font-size: 14px;
    margin-bottom: 30px;
}

#commissions .btn.switch {
    background-color: white;
    border: 1px solid #CCC;
    color: #1b365d;
    font-size: 14px;
    padding: 12px 20px;
}

    #commissions .btn.switch:not(.active):hover {
        color: #2665bf;
    }

    #commissions .btn.switch.active {
        color: white;
        background-color: #1b365d;
        cursor: default;
        border-color: #1b365d;
    }

#commissions .datesDropdownContainer .k-dropdown {
    max-width: 100%;
}

#commissions .btn.switch {
    box-shadow: none;
}

.btn:focus {
    outline: none !important;
}

@media(max-width:768px) {
    /*#saapSwitchContainer {
        text-align: right !important;
        margin-bottom: 50px;
    }*/
}

@media(max-width: 991px) {
    .main-menu .mega-menu li a {
        display: block;
    }
    .menu-caret {
        display: none !important;
    }
}

@media(min-width: 992px) {
    .main-menu .mega-menu {
        justify-content: center;
    }

        .main-menu .mega-menu li .menu-icon img {
            float: left;
        }

        .main-menu .mega-menu li .menu-icon p {
            float: left;
        }

    .menu-caret {
        position: absolute;
        display: none;
        transition: left 0.5s;
        z-index: 9;
        pointer-events: none;
    }
}

@media(min-width: 1200px) {
    .container-override {
        width: 90%;
        max-width: calc(100% - 380px);
    }
}

/*------END COMMISSIONS------*/




/*Contact Form Errors*/
.input-validation-error, .selectpickerError > button {
    border: 1px solid red !important;
}

@media(max-width: 1199px) {
    .section-link .table-link tr td a {
        font-size: 12px;
    }
}

@media(max-width: 767px) {
    .showOnSmallMobile {
        display: inline-block;
    }

    .hideOnSmallMobile {
        display: none;
    }
}

@media(min-width: 768px) {
    .showOnSmallMobile {
        display: none;
    }

    .hideOnSmallMobile {
        display: inline-block;
    }
}


/*-----KENDO SCHEDULER-----*/
.k-scheduler .k-header .k-link {
    text-decoration-line: none !important;
}

.k-block, .k-draghandle, .k-grid-header, .k-grouping-header, .k-header,
.k-treemap-tile, html .km-pane-wrapper .k-header {
    background-color: #1B365D;
}

.k-gantt-toolbar .k-button, .k-gantt > .k-header .k-link, .k-gantt > .k-header li,
.k-grid .k-header .k-button, .k-scheduler .k-header .k-button, .k-scheduler .k-header .k-link,
.k-scheduler .k-header li, .km-pane-wrapper .k-header .k-button {
    background-color: transparent;
    border-color: transparent;
}

    .k-gantt .k-gantt-toolbar .k-button:hover, .k-gantt .k-gantt-toolbar .k-gantt-views li.k-state-hover,
    .k-gantt .k-gantt-toolbar .k-gantt-views li.k-state-hover .k-link, .k-grid .k-header .k-button:hover,
    .k-scheduler .k-header .k-button:hover, .k-scheduler .k-scheduler-toolbar .k-scheduler-views li.k-state-hover,
    .k-scheduler .k-scheduler-toolbar .k-scheduler-views li.k-state-hover .k-link, .km-pane-wrapper .k-header .k-button:hover {
        background-color: #284f87;
        border-color: #284f87;
    }

.k-gantt-toolbar .k-button, .k-scheduler .k-scheduler-toolbar .k-state-selected,
.k-scheduler .k-scheduler-toolbar ul li.k-state-hover {
    background-color: #284f87 !important;
    border-color: #284f87 !important;
}

.k-calendar .k-today {
    background-color: #1B365D;
}
/*-----END KENDO SCHEDULER-----*/



/*-----KENDO GRID-----*/

.panel-primary {
    border-color: #1b365d;
}

    .panel-primary > .panel-heading {
        background-color: #1b365d;
        border-color: #1b365d;
    }

        .panel-primary > .panel-heading:hover {
            background-color: #2c548e;
            border-color: #2c548e;
        }

h3.panel-title {
    color: white;
}

.k-grid {
    font-size: 14px;
}

    .k-grid .k-alt {
        background-color: #f6f6f6;
    }

    .k-grid td {
        padding: 5px 10px;
        text-align: right;
    }

    .k-grid th.k-header {
        text-align: right;
    }

    .k-grid .k-hierarchy-cell {
        padding: 0;
    }

        .k-grid .k-hierarchy-cell .k-icon {
            padding: 15px;
        }

.k-grid-norecords-template {
    width: 100%;
    height: auto;
}

.k-grid .alert {
    margin-bottom: 0;
}

.k-grid .k-grid-toolbar {
    background: none;
    border: none;
    position: absolute;
    top: -5.5em;
    right: 0px;
}

/* for inner grids */
.k-grid .k-grid .k-grid-toolbar {
    display: block;
    position: static;
    text-align: right;
    border-bottom: 1px solid #ddd;
}

.k-widget div {
    box-sizing: border-box;
}

.k-dropdown .k-state-default {
    border-color: #ddd;
    background-color: #fff;
}

.k-pager-sizes .k-dropdown {
    width: 5.6em;
}

.k-grid .k-header .k-button.k-grid-excel, .custom-k-grid-excel {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #1b356d;
    text-align: left;
    display: inline-block;
    height: 100%;
    padding: 10px 15px;
    float: left;
    text-transform: uppercase;
    border-radius: 4px;
}

    .k-grid .k-header .k-button.k-grid-excel:hover, .custom-k-grid-excel:hover {
        color: #2665bf;
        cursor: pointer;
    }

/* for inner grids */
.k-grid .k-grid .k-header .k-button.k-grid-excel {
    float: right;
}

.k-button.k-grid-excel:focus:active:not(.k-state-disabled):not([disabled]) {
    -webkit-box-shadow: none;
    box-shadow: none;
}
/*-----END KENDO GRID-----*/

.k-tabstrip .k-tabstrip-items .k-item {
    background: none;
}

.k-tabstrip .k-item.k-state-active, .k-tabstrip .k-item.k-state-hover {
    background-color: #284f87;
    border-bottom-color: transparent;
}

.k-tabstrip .k-item .k-link {
    padding: 15px 45px;
}



/*-----------BLOG------------*/
.blogpost-title-section {
    position: relative;
    background-size: cover;
    background-position: center 20%;
    text-align: center;
}


.sidebar .selectedTag {
    border-radius: 25px;
    background-color: #8a8d8f !important;
    display: inline-block;
    padding: 0 10px;
    margin-left: -10px;
}

    .sidebar .selectedTag i {
        padding-left: 5px;
        color: #fff;
    }

.sidebar .selectedTagText {
    color: #fff !important;
}

.sidebar .search-box {
    border: 1px solid #CCC;
    border-radius: 50px;
    padding: 5px 10px;
}

    .sidebar .search-box input {
        border: 0;
        width: calc(100% - 34px);
    }

    .sidebar .search-box button {
        border: 0;
        background: none;
        padding-left: 8px;
        padding-right: 4px;
    }

.blog-page.list-view .filter-header {
    background-color: white;
    text-align: left;
    border-radius: 4px;
    padding: 15px;
    font-size: 20px;
}

    .blog-page.list-view .filter-header .filter-name {
        color: #555;
    }

.post-box.list-view {
    margin-bottom: 20px;
}

    .post-box.list-view .desc {
        position: relative;
        padding: 20px;
    }

        .post-box.list-view .desc h4 {
            display: inline-block;
            font-size: 18px;
            margin-bottom: 5px;
        }

            .post-box.list-view .desc h4 a {
                font-size: 18px;
            }

        .post-box.list-view .desc .cat-name {
            display: block;
            margin-bottom: 5px;
        }

            .post-box.list-view .desc .cat-name .cat {
                padding-right: 10px;
                font-size: 14px;
            }

            .post-box.list-view .desc .cat-name .date {
                margin-bottom: 0;
                display: inline-block;
            }

        .post-box.list-view .desc p + p {
            margin-top: 5px;
        }

    .post-box.list-view .post-read-more {
        margin-top: 5px;
        padding-bottom: 15px;
        font-size: 14px;
    }

        .post-box.list-view .post-read-more:before {
            top: 4px;
            height: 14px;
            width: 14px;
            background-size: contain;
        }

.blog-page .pagination {
    width: 100%;
}

.blog-page .nav-links {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.blog-page .view-links {
    margin-bottom: 20px;
    float: right;
}

.blog-page .change-view {
    float: left;
    margin: 0 4px;
    line-height: 30px;
    font-size: 25px;
    opacity: 0.25;
    color: #5588B5;
    cursor: pointer;
    padding: 0 5px;
}

    .blog-page .change-view.active {
        cursor: default;
        opacity: 1;
    }

    .blog-page .change-view:not(.active):hover {
        opacity: 0.5;
    }

.blog-page .tooltip-inner {
    background-color: #5588B5;
}

.blog-page .tooltip-arrow {
    border-top-color: #5588B5 !important;
}

.navigation .page-marker {
    text-decoration: none;
    color: #5588b5;
    cursor: default;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

    .navigation .page-marker.active {
        cursor: default;
    }

.navigation .page-circle {
    position: relative;
    font-size: 20px;
    width: auto;
    opacity: 0.25;
    padding: 5px 1px;
    min-width: 0;
    flex-grow: 1;
}

    .navigation .page-circle:hover {
        opacity: 0.75;
    }

    .navigation .page-circle.active {
        opacity: 1 !important;
    }

.navigation .page-arrow {
    font-size: 20px;
    padding: 5px 10px;
    text-decoration: none;
    color: #5588b5;
    opacity: .75;
    margin: 0 10px;
}

    .navigation .page-arrow:hover {
        opacity: 1;
    }

    .navigation .page-arrow.disabled {
        opacity: .25 !important;
        cursor: default;
    }

.navigation a.page-arrows {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

    .navigation a.page-arrows:hover {
        color: #1b365d;
    }
/*-----------END BLOG-----------*/








/*-----------SERVICES------------*/
.row-estate-services {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

    .row-estate-services > div {
        margin-bottom: 40px;
    }

    .row-estate-services .box.icon {
        display: block;
        cursor: pointer;
        padding: 26px 15.5px 50px !important;
        text-align: center;
        position: relative;
    }

        .row-estate-services .box.icon:hover {
            text-decoration: none;
        }

    .row-estate-services h4 {
        height: 60px;
        text-transform: none;
        font-size: 20px;
        font-weight: 600;
        line-height: 1;
        margin: 30px 0 18px;
        letter-spacing: -0.8px;
        color: #1b365d;
    }

    .row-estate-services img {
        height: 50px;
    }

.box.icon .more-1 {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    min-height: 40px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 40px;
    border-radius: 0 0 4px 4px;
    left: 0;
    color: #aaa;
    font-weight: 800;
    letter-spacing: 1px;
}

    .box.icon .more-1 a, .box.icon .more-1 div {
        color: #D3D3D3;
        font-weight: 800;
        text-decoration: none;
        letter-spacing: 1px
    }

    .box.icon .more-1 img {
        margin-left: 12px
    }

.box.icon:hover .more-1 {
    background: #8a8d8f;
    color: white;
}

.modal-content .more-1 a {
    display: block;
    border-radius: 0 0 4px 4px;
    background: #8a8d8f;
    color: white;
    font-weight: 800;
    text-align: center;
    padding: 0 15px;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1.5px;
    min-height: 40px;
    line-height: 40px;
    width: 100%;
    cursor: pointer
}

    .modal-content .more-1 a img {
        margin-left: 15px
    }

.modal-content {
    box-shadow: none;
    border: none
}

.close {
    opacity: 1 !important;
    outline: 0 !important;
}

.modal-open .modal {
    background: rgba(27, 54, 93, 0.5);
}

.modal .modal-dialog {
    max-width: 1040px;
    width: 100%;
    box-shadow: 0 6px 24px 0 rgba(79, 79, 79, 0.14);
    -webkit-box-shadow: 0 6px 24px 0 rgba(79, 79, 79, 0.14);
    margin: 80px auto;
}

.modal-header {
    border: 0;
    padding: 40px 60px 0;
    margin-bottom: 18px
}

.modal-body {
    padding: 0 60px 40px;
}

.modal-header .close {
    position: absolute;
    top: 12px;
    right: 12px
}

.modal-header h3 {
    font-size: 42px;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -1px;
    color: #1b365f;
}

    .modal-header h3 img {
        margin: -9px 20px 0 0;
        height: 100px;
        float: left;
    }

    .modal-header h3 + h4 {
        margin-bottom: 5px
    }

.modal p {
    font-size: 16px;
    line-height: 1.75;
    color: #4f4f4f;
}

.modal h4 {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.17;
    letter-spacing: -0.8px;
    margin: 18px 0;
    color: #8a8d8f;
}

.modal-body ul {
    margin: 0;
    padding: 0 0 0 23px;
    list-style: none
}

.modal-body li {
    position: relative;
    color: #4f4f4f;
    font-size: 14px;
    line-height: 1.86;
}

    .modal-body li:before {
        content: "";
        width: 6px;
        height: 6px;
        display: block;
        border-radius: 50%;
        position: absolute;
        background: #1b365d;
        left: -22px;
        top: 8px;
    }

.modal-body .how-it-works p {
    margin: 0 0 33px
}

    .modal-body .how-it-works p:last-child {
        margin-bottom: 0
    }

.modal-body .how-it-works h4 {
    margin-bottom: 9px
}

.modal-body p.mini-title {
    margin: 35px 0 15px;
}

.fa-caret-down {
    line-height: 1.5em;
}

/*----- CUSTOM MODAL -----*/

.customModal {
    line-height: 2;
    display: none;
    padding: 30px;
    background-color: #5588b5;
    color: white;
    position: fixed;
    z-index: 999;
    top: 10%;
    text-align: center;
    max-width: 850px;
    max-height: 80%;
    border-radius: 4px;
    /*border: 4px solid #8a8d8f;*/
}
    .customModal .modalContent {
        overflow: auto;
    }

    .customModal a {
        color: white;
        text-decoration: underline;
    }

    .customModal h3 {
        line-height: 1.5;
    }

    .customModal h4 {
        line-height: 2;
    }

    .customModal h5 {
        line-height: 2;
        font-size: 16px;
    }

    .customModal ul {
        list-style-type: none;
        padding: 10px 0;
    }

    .customModal .text {
        background-color: rgba(255,255,255,0.05);
        padding: 5px;
    }

    .customModal p a {
        color: white;
        font-weight: bold;
    }

    .customModal .title {
        font-weight: 500;
        font-size: 16px;
        color: white;
        cursor: pointer;
        padding: 5px 20px;
        margin: 5px 0;
        display: inline-block;
        opacity: 0.8;
    }

        .customModal .title:hover {
            opacity: 1;
        }

        .customModal .title.active {
            opacity: 1;
        }

    .customModal .text {
        display: none;
    }

.closeModal {
    display: inline-block;
    position: absolute;
    top: -3.5em;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    max-width: 36px;
    background-color: rgba(255,255,255,0);
    border-radius: 25px;
    transition: background-color .3s, max-width .5s;
}
    .closeModal:hover {
        max-width: 150px;
        background-color: rgba(255,255,255,0.5);
    }
.closeModalIcon {
    font-size: 3em;
    cursor: pointer;
    opacity: .4;
    transition: opacity .3s;
}

.closeModalText {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    font-size: 23px;
    line-height: 1;
    padding: 0;
    text-align: right;
    width: 0px;
    opacity: 0;
    transition: width .5s, opacity .5s, padding .5s;
    font-weight: bold;
}

.closeModal:hover .closeModalText {
    padding: 0 10px 0 14px;
    width: 100%;
    opacity: 1;
}

.closeModal:hover .closeModalIcon {
    opacity: 1;
}

.closeModal-btn {
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
    opacity: .5;
}

    .closeModal-btn:hover {
        opacity: 1;
    }


#modalBackdrop {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 998;
    top: 0;
    background-color: rgba(0,0,0,0.7);
}

/*-----------END SERVICES-----------*/


 

.bg-fa-index {
    background-image: url('../../images/Landing&Homepage-BackImage.jpg');
}

.bg-fa-dtc {
    background-image: url('../../images/DunhamTrust.jpg');
}

.bg-fa-clientservices {
    background-image: url('../../images/ClientServices.jpg');
}

.bg-fa-dundif {
    background-image: url('../../images/DunhamDifference.jpg');
}

.bg-fa-aa {
    background-image: url('../../images/AssetAllocationProgram.jpg');
}

.bg-fa-fulcrum {
    background-image: url('../../images/FulcrumFees.jpg');
}

.bg-fa-careers {
    background-image: url('../../images/Careers.jpg');
}

.bg-fa-team {
    background-image: url('../../images/LeadershipTeam.jpg');
}

.bg-fa-firm {
    background-image: url('../../images/FirmOverview.jpg');
}

.bg-fa-events {
    background-image: url('../../images/Events.jpg');
}

.bg-fa-blog {
    background-image: url('../../images/Blog.jpg');
}

.bg-fa-blogpost {
    background-image: url('../../images/FeaturedBlog.jpg');
}

.bg-fa-funds {
    background-image: url('../../images/DunhamFunds.jpg');
}

.bg-fa-contact {
    background-image: url('../../images/ContactUs.jpg');
}

.bg-fa-disclaimers {
    background-image: url('../../images/Landing&Homepage-BackImage.jpg');
}

.bg-fa-aml {
    background-image: url('../../images/Landing&Homepage-BackImage.jpg');
}

.bg-fa-privacy {
    background-image: url('../../images/Landing&Homepage-BackImage.jpg');
}

.bg-fa-bcp {
    background-image: url('../../images/Landing&Homepage-BackImage.jpg');
}

.bg-fa-daf {
    background-image: url('../../images/daf-header.jpg');
}




.bg-inv-index {
    background-image: url('../../images/Hompage-Investor-Back-Image.jpg');
}

.bg-inv-dtc {
    background-image: url('../../images/DunhamTrustInvestor-BackImage.jpg');
}

.bg-inv-ia {
    background-image: url('../../images/InvestmentApproach-Investor-BackImage.jpg');
}

.bg-inv-careers {
    background-image: url('../../images/careers-investor.jpg');
}

.bg-inv-firm {
    background-image: url('../../images/FirmOverview-nvestor-BackImage.jpg');
}

.bg-inv-team {
    background-image: url('../../images/LeadershipTeamInvestor-BackImage.jpg');
}

.bg-inv-blog {
    background-image: url('../../images/Blog-Investor-BackImage.jpg');
}

.bg-inv-blogpost {
    background-image: url('../../images/FeaturedBlog-Investor-BackImage.jpg');
}

.bg-inv-funds {
    background-image: url('../../images/DunhamFunds-Investor-BackImage.jpg');
}

.bg-inv-contact {
    background-image: url('../../images/ContactUsInvestorBackImage.jpg');
}

.bg-inv-disclaimers {
    background-image: url('../../images/Hompage-Investor-Back-Image.jpg');
}

.bg-inv-aml {
    background-image: url('../../images/Hompage-Investor-Back-Image.jpg');
}

.bg-inv-privacy {
    background-image: url('../../images/Hompage-Investor-Back-Image.jpg');
}

.bg-inv-bcp {
    background-image: url('../../images/Hompage-Investor-Back-Image.jpg');
}


.team-Placeholder-Man {
    background-image: url(../../images/DunhamTeamPlaceholder-Man.png);
}

.team-Placeholder-Woman {
    background-image: url(../../images/DunhamTeamPlaceholder-Women.png);
}
