/* Minification failed. Returning unminified contents.
(129,13): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(133,111): run-time error CSS1039: Token not allowed after unary operator: '-d'
(1995,104): run-time error CSS1039: Token not allowed after unary operator: '-d'
(2005,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2022,99): run-time error CSS1039: Token not allowed after unary operator: '-d'
(3830,33): run-time error CSS1046: Expect comma, found '0'
(3830,37): run-time error CSS1046: Expect comma, found '/'
(3924,33): run-time error CSS1046: Expect comma, found '0'
(3924,37): run-time error CSS1046: Expect comma, found '/'
(6292,99): run-time error CSS1039: Token not allowed after unary operator: '-d'
(7019,24): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(7293,1): run-time error CSS1019: Unexpected token, found '<'
(7293,2): run-time error CSS1019: Unexpected token, found '/'
(7293,11): run-time error CSS1031: Expected selector, found '<'
(7293,11): run-time error CSS1025: Expected comma or open brace, found '<'
(7581,104): run-time error CSS1039: Token not allowed after unary operator: '-d'
(7591,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8149,1): run-time error CSS1019: Unexpected token, found '<'
(8149,2): run-time error CSS1019: Unexpected token, found '/'
(8149,11): run-time error CSS1031: Expected selector, found '<'
(8149,11): run-time error CSS1025: Expected comma or open brace, found '<'
 */
/*#region overriding of bootstrap classes*/
body {
    background-color: #fff;
    font-family: 'roboto', sans-serif;
    min-height: 100vh;
}
.container {
    max-width: 1440px !important;
}

.no-gutters {
    margin-left: -15px;
    margin-right: -15px;
}

.xs-gutters {
    margin-right: -0.125rem;
    margin-left: -0.125rem;
}

    .xs-gutters > .col, body .xs-gutters > [class*="col-"] {
        padding-right: 0.125rem;
        padding-left: 0.125rem;
    }

.sm-gutters {
    margin-right: -3px;
    margin-left: -3px;
}

    .sm-gutters > .col, body .sm-gutters > [class*="col-"] {
        padding-right: 3px;
        padding-left: 3px;
    }

.md-gutters {
    margin-right: -5px;
    margin-left: -5px;
}

    .md-gutters > .col, body .md-gutters > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

.lg-gutters {
    margin-right: -10px;
    margin-left: -10px;
}

    .lg-gutters > .col, body .lg-gutters > [class*="col-"] {
        padding-right: 10px;
        padding-left: 10px;
    }

.xl-gutters {
    margin-right: -20px;
    margin-left: -20px;
}

    .xl-gutters > .col, body .xl-gutters > [class*="col-"] {
        padding-right: 20px;
        padding-left: 20px;
    }
/*#endregion overriding of bootstrap classes*/

/*body p, p.paragraph {
	margin-bottom: 1em;
	font-family: Roboto, sans-serif;
	font-style: normal;
	/*font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	word-break: break-word;
}

.paragraph {
	margin-bottom: 1em;
	color: #000;
	font-style: normal;
	/*font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	/*font-weight: 300;
}*/

body p, p.paragraph, .paragraph {
    margin-bottom: 1em;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    word-break: break-word;
}

.paragraph {
    color: #000;
}

ul.indent {
    margin-bottom: 1rem;
    padding-inline-start: 20px !important;
    list-style: disc;
}

    ul.indent li p {
        margin-bottom: 0;
    }



.hyperlink {
    color: #008265;
    font-weight: 600;
    font-size: inherit;
    line-height: inherit;
    text-transform: inherit;
    text-decoration: none;
    display: inline-block;
}

    .hyperlink:hover {
        text-decoration: none;
        color: #008265;
    }

        .hyperlink:hover:after {
            --d: 100%;
        }

    .hyperlink:after {
        background: linear-gradient( 90deg, #008265 calc(100%/3), transparent 0 calc(200%/3), #008265 0) var(--d, 0%) 100%/300% 3px no-repeat;
        border-radius: 2px;
        content: '';
        display: block;
        height: 2px;
        margin-top: 5px;
        transition: 0.5s;
        margin-top: -5px;
        height: 1px;
    }

@media screen and (max-width: 1079px) {
    .hyperlink {
        text-decoration: underline;
        text-underline-offset: 5px;
        display: unset;
    }

        .hyperlink:after {
            content: unset;
        }
}

.highlighted-text {
    color: #0F3557;
    font-family: "orpheuspro", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 34px;
}

.oc-title-link {
    color: black;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    text-decoration: none;
    text-underline-offset: 3px;
}

    .oc-title-link:hover {
        text-decoration: underline;
    }

h2, .h2 {
    /*color: #fff;*/
    font-style: normal;
    /*font-weight: bold;*/
    font-size: 3rem;
    line-height: 1.2em;
    letter-spacing: -0.02em;
    /*text-align: center;*/
    font-family: "orpheuspro", serif;
}

    h2 sup {
        font-size: 24px;
        top: -24px;
    }

@media screen and (max-width: 1079px) {
    h2, .h2 {
        font-size: 2rem;
    }

        h2 sup {
            font-size: 16px;
            top: -16px;
        }
}




/*.white {
	color: white !important;
} User Bootstrap's text-white class for this*/

.oc-text-primary {
    color: #008265; /*Oaktree green color*/
}

.oc-text-secondary {
    color: #008265; /*Brookfield blue color*/
}

.oc-text-yellow {
    color: #c0a42f;
}

.oc-text-brown {
    color: #a9462b;
}

.oc-text-green {
    color: #008265;
}

.oc-text-white {
    color: white;
}

.oc-text-underline {
    text-decoration: underline;
}

.oc-bg-primary {
    background-color: #008265;
}

.dark-background, .oc-bg-secondary {
    background: #0F3557;
}

.oc-bg-white {
    background-color: white;
}

.light-grey-background, .oc-bg-ltgrey {
    background-color: #f2f2f2;
}

.oc-font-secondary {
    font-family: "orpheuspro", serif;
}

.map-location {
    padding-left: 29px;
    margin-bottom: 24px;
    position: relative;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

    .map-location:before {
        position: absolute;
        left: 0;
        top: -7.5px;
        content: '';
        width: 24px;
        height: 24px;
    }

.container-mw-1180 {
    max-width: 1180px !important;
}

.oc-close {
    position: absolute;
    right: 12px;
    top: 12px;
    transform: scale(0.7);
    background: url("/Assets/OaktreeCap/Images/close.svg");
    width: 30px;
    height: 30px;
    opacity: 1;
}

@media screen and (max-width: 1079px) {
    .wrapperColumnContent {
        -webkit-box-flex: 0;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

@media (min-width: 768px) {
    .paragraph-md {
        font-size: 22px;
        line-height: 30px;
    }

    .highlighted-text-md {
        font-size: 36px;
        line-height: 44px;
    }
}

.border-separator {
    border-right: unset;
    border-bottom: 2px solid white;
}

@media (min-width: 992px) {
    .highlighted-text-lg {
        font-size: 42px;
        line-height: 50px;
    }
}

@media (min-width: 1200px) {
    .border-separator-xl {
        border-right: 2px solid white;
        border-bottom: unset;
    }
}


.insight-commentary-wrapper h1 {
    font-family: 'orpheuspro', serif;
    font-size: 2.75rem;
    font-weight: 300;
}

.insight-commentary-wrapper .article-content p.subtitleGreen {
    text-transform: uppercase;
    font-size: 1.25rem;
    margin-top: 1.5rem;
    color: #008265;
}

.insight-commentary-wrapper .article-content p.subtitleBlack {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.insight-commentary-wrapper .article-content div.strategy-highlight {
    background-color: #f2f2f2;
    padding: 1rem;
}

    .insight-commentary-wrapper .article-content div.strategy-highlight p.strategy {
        color: #008265;
        font-size: 1.25rem;
        font-weight: 600;
        text-transform: uppercase;
        margin-top: 0;
    }

.insight-commentary-wrapper .article-content ul,
.insight-commentary-wrapper .article-content ol {
    padding-left: 3rem;
}

    .insight-commentary-wrapper .article-content ul.indent {
        padding-left: 3rem;
        padding-inline-start: 3rem !important;
    }

.insight-commentary-wrapper .article-content p.green {
    color: #008265;
    font-weight: 600;
}

.insight-commentary-wrapper .article-content p.brown {
    color: #a9462b;
    font-weight: 600;
}

.insight-commentary-wrapper .article-content p.imgcaption {
    font-size: 0.8rem;
    font-style: italic;
}

insight-commentary-wrapper .article-content h4.overview .text {
    position: relative;
    font-size: 1em;
    color: #008265;
    background: #fff;
    z-index: 1;
    padding-right: 5px;
}

.insight-commentary-wrapper .article-content p.indent {
    padding-left: 3rem;
}

.insight-commentary-wrapper .article-content div.section-title {
    position: relative;
    overflow: hidden;
}

    .insight-commentary-wrapper .article-content div.section-title h4 span.text {
        color: #008265;
        padding-right: 1rem;
        text-transform: uppercase;
    }

.article-content h5.subHeading {
    color: #008265;
    text-transform: uppercase;
    font-weight: bold;
}

.article-content p.indent {
    padding-left: 20px;
}

.article-content p.quote {
    font-style: regular;
}

.article-content p.quotee {
    padding-left: 40%;
}

.article-content p.strategy,
.article-content p.subtitle {
    color: #008265;
    text-transform: uppercase;
    font-weight: 900 !important;
}

.article-content p.brown {
    color: #a9462b;
}

.article-content p.green {
    color: #008265;
}

.article-content p.yellow {
    color: #c0a42f;
}

.article-content p.underline {
    text-decoration: underline;
}

.article-content .quote-container p {
    text-align: center;
    color: #008265;
    font-style: italic;
}

.article-content .responsive-chart-img {
    width: 50%;
    float: left;
}

table.table p,
table.table p.paragraph {
    margin: 0;
}

.textonly-quote-wrapper .quote-content .quote {
    color: #008265;
    font-family: "orpheuspro";
    font-style: normal;
    font-weight: normal;
    font-size: 42px;
    line-height: 50px;
    text-align: center;
    letter-spacing: -0.02em;
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    .article-content .responsive-chart-img {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .article-content .podcast-poster {
        max-width: 100% !important;
        margin-top: 1rem;
    }
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(60px);
		-ms-transform: translateY(60px);
		transform: translateY(60px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.grid {
	max-width: 1180px;
	margin: 0 auto;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	vertical-align: baseline;
}



html, body, div, span, applet, object, iframe, img, ins, kbd, q, s, samp, var, b, u, center, dl, dt, dd, ol, ul, li, fieldset, form, table, caption, tbody, tfoot, thead, tr, th, td, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, mark, audio, video {
	font-size: 100%;
	font: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	font-family: Roboto, sans-serif;
}

body, p, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: black;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}

* {
	box-sizing: border-box;
	outline: none;
}

a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

	a:hover {
		color: inherit;
		text-decoration: none;
	}

/* .externalLinkIcon {
    background-position: center right;
    background-repeat: no-repeat;
    background-image: url(/WAI/GL/wiki/skins/Vector/images/external-link-ltr-icon.png?325de);
    background-image: linear-gradient(transparent,transparent),url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%2306c%22%20d%3D%22M1.5%204.518h5.982V10.5H1.5z%22%2F%3E%3Cpath%20d%3D%22M5.765%201H11v5.39L9.427%207.937l-1.31-1.31L5.393%209.35l-2.69-2.688%202.81-2.808L4.2%202.544z%22%20fill%3D%22%2306f%22%2F%3E%3Cpath%20d%3D%22M9.995%202.004l.022%204.885L8.2%205.07%205.32%207.95%204.09%206.723l2.882-2.88-1.85-1.852z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
    background-image: linear-gradient(transparent,transparent),url(/WAI/GL/wiki/skins/Vector/images/external-link-ltr-icon.svg?13447) !ie;
    background-image: -o-linear-gradient(transparent,transparent),url(/WAI/GL/wiki/skins/Vector/images/external-link-ltr-icon.png?325de);
    /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);*/
/*padding-right: 15px;
    padding-bottom: 3px;
} */



.btn {
	border: 0 none;
	border-radius: 3px;
	cursor: pointer;
	display: block;
	min-width: 184px;
	padding: 22px 47px;
	position: relative;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .2s ease-in-out;
}

	.btn:focus {
		/*outline: none !important;*/
		box-shadow: none !important;
	}

	.btn:before {
		border-radius: 3px;
		content: '';
		width: 0%;
		height: 100%;
		top: 0;
		left: 0;
		position: absolute;
		z-index: -1;
		transition: all 0.3s;
	}

	.btn:hover:before {
		width: 100%;
	}

	.btn.primary {
		color: #008265;
	}

		.btn.primary:before {
			background: #008265;
		}

		.btn.primary:hover {
			color: #fff;
		}

			.btn.primary:hover:before {
				width: 100%;
			}


	.btn.secondary {
		color: #fff;
	}

		.btn.secondary:before {
			background: linear-gradient(90deg, #0F3557 0%, #0F3557 50%, #008265 50%, #008265 100%);
			background-size: 200% 100%;
			background-position: 100%;
			width: 100%;
		}

		.btn.secondary:hover:before {
			background-position: 0;
		}

/*#region SVGs*/

.svg-archived-memo, .svg-archived-memo-blue, .svg-arrow-down, .svg-arrow-down-green, .insights-list-wrapper .insights-list-content .tabs-content .memo-sublist h3:after,
.ui-dialog .subscribe-lightbox #sf-country-button .ui-selectmenu-icon, .svg-arrow-left-black, .people-list .people-list-content .owl-nav .owl-prev:hover, .table-view .table-view-content .dataTables_wrapper .dataTables_paginate .fg-button.previous:after,
.svg-arrow-left-green, .insights-wrapper .insights-list .owl-nav .owl-prev:hover, .people-list .people-list-content .owl-nav .owl-prev, .people-list.blue .owl-nav .owl-prev:hover, .svg-arrow-left-white, .insights-wrapper .insights-list .owl-nav .owl-prev,
.people-list.blue .owl-nav .owl-prev, .table-view .table-view-content .dataTables_wrapper .dataTables_paginate .fg-button.previous:hover:after, .svg-arrow-right-black, .people-list .people-list-content .owl-nav .owl-next:hover,
.table-view .table-view-content .dataTables_wrapper .dataTables_paginate .fg-button.next:after, .svg-arrow-right-green, .insights-wrapper .insights-list .owl-nav .owl-next:hover, .group .tabs-content h2:after, .group .tabs-content h5:after, .leadership .tabs-content h2:after, .leadership .tabs-content h5:after,
.people-list .people-list-content .owl-nav .owl-next, .people-list.blue .owl-nav .owl-next:hover, .tabbed-content-wrapper .tabbed-content-list-wrapper .tabbed-content-list h5:after, .ui-dialog .ui-dialog-content.archived-memos-popup .memo-sublist h3:after, .ui-dialog .ui-dialog-content.archived-memos-popup .memo-sublist h3:hover:after,
.svg-arrow-right-white, .footer .footer-links h5:after, .insights-wrapper .insights-list .owl-nav .owl-next, .people-list.blue .owl-nav .owl-next,
.table-view .table-view-content .collapsable-table h3:after, .table-view .table-view-content .collapsable-table .sub-tables h4:after, .table-view .table-view-content .dataTables_wrapper .dataTables_paginate .fg-button.next:hover:after,
.svg-arrow-up, .svg-burger, .svg-checkbox, .svg-chevron, .svg-chevron-green, .svg-close,
.ui-dialog .ui-dialog-titlebar .ui-icon-closethick, .svg-close-black, .ui-dialog .ui-dialog-titlebar .ui-icon-closethick:hover, .svg-close-blue, .svg-download, .download:before, .svg-ellipse, .hero-slides.owl-carousel .owl-dot,
.svg-ellipse-empty, .hero-slides.owl-carousel .owl-dot:hover, .svg-ellipse-selected, .hero-slides.owl-carousel .owl-dot.active, .svg-folder, .svg-insights-article, .insights-wrapper .article, .insights-list-wrapper .article, .article-content .article.main .article,
.svg-insights-article-hover, .insights-wrapper .img-wrapper:hover .article, .insights-list-wrapper .img-wrapper:hover .article, .article-content .article.main .press-imagethumbnail:hover .article, .svg-insights-audio, .insights-wrapper .audio, .insights-list-wrapper .audio, .article-content .article.main .audio, .svg-insights-audio-hover,
.insights-wrapper .img-wrapper:hover .audio, .insights-list-wrapper .img-wrapper:hover .audio, .article-content .article.main .press-imagethumbnail:hover .audio, .svg-insights-video, .insights-wrapper .video, .insights-list-wrapper .video, .article-content .article.main .video, .svg-insights-video-hover, .insights-wrapper .img-wrapper:hover .video,
.insights-list-wrapper .img-wrapper:hover .video, .article-content .article.main .press-imagethumbnail:hover .video, .svg-listen, .listen:before, .svg-map-icon, .fullimage-block .list li:before,
.table-view .table-view-content .table-filters .search-filter-wrapper:after, .svg-search-blue, .svg-search-icon, .svg-search-icon-hover,
.svg-user, .svg-user-hover, .svg-view-all-blue, .svg-view-all-green, .map-location:before, .full-width-tabs-wrapper button:after {
	background: url("../images/Icons.svg") no-repeat;
}

.insights-list-wrapper .insights-list-content .dropdown-filter-wrapper .ui-selectmenu-icon, .insights-list-wrapper .insights-list-content .tabs:before,
.insights-list-wrapper .insights-list-content .dropdown-filter-wrapper .ui-selectmenu-button.ui-button.ui-selectmenu-button-open .ui-selectmenu-icon,
.archived:before, .archived:hover:before, .download:before, .download:hover:before, .listen:before, .listen:hover:before, .svg-twitter-primary-outline,
.svg-facebook-primary-outline, .svg-linkedin-primary-outline, .svg-mail-primary-outline {
	background: url("../images/Icons3.svg") no-repeat;
}


.subscribe-form #sf-country-button .ui-selectmenu-icon, .subscribe-form .checkbox, .svg-checkbox-checked, .subscribe-form .checkbox.checked {
	background: url("../images/Icons4.svg") no-repeat;
}

.table-view .table-view-content .table-filters .ui-selectmenu-icon {
	background: url("../images/Icons2.svg") no-repeat;
	background-position: 99.3730407523511% 13.380281690140846%;
}

.map-location:before {
	background: url(/Assets/OaktreeCap/Images/map-icon.svg) no-repeat;
}


.warning-message {
	background: #f1f1f1;
	padding: 19px 15px;
	text-align: center;
}

	.warning-message .info span {
		padding: 0 0 0 7px;
		position: relative;
		color: #008265;
	}


	.warning-message .info img {
		content: url(/Assets/OaktreeCap/Images/info.svg);
	}

	.warning-message .info:after {
		margin-left: 26px;
		margin-top: 0;
	}


@media screen and (max-width: 1079px) {
	.warning-message .info {
		display: inline-block;
		font-size: 12px;
		line-height: 19px;
		text-decoration: underline;
		text-underline-offset: 3px;
	}

	.warning-message .link-underline:after {
		display: none;
	}

	/*.warning-message .info span:after {
			display: none;
		}*/
}

/*Header*/
.svg-close, .ui-dialog .ui-dialog-titlebar .ui-icon-closethick {
	background-position: 35.8974358974359% 88.10408921933086%;
}



form.search .form-content .closeButton {
	content: url(/Assets/OaktreeCap/Images/close.svg);
}

	form.search .form-content .closeButton:hover {
		content: url(/Assets/OaktreeCap/Images/close-black.svg);
	}

form.search .form-content .do-search {
	background: url(/Assets/OaktreeCap/Images/search.svg) no-repeat;
	background-size: 26px 26px;
}

	form.search .form-content .do-search:hover {
		background: url(/Assets/OaktreeCap/Images/search-blue.svg) no-repeat;
		background-size: 26px 26px;
	}


.table-view .table-view-content .table-filters .search-filter-wrapper .svg-search {
	background: url(/Assets/OaktreeCap/Images/search.svg) no-repeat;
	background-size: 26px 26px;
}

	.table-view .table-view-content .table-filters .search-filter-wrapper .svg-search:hover {
		background: url(/Assets/OaktreeCap/Images/search-blue.svg) no-repeat;
		background-size: 26px 26px;
	}


.table-view .table-view-content .table-filters .search-filter-wrapper:after {
	background-position: 46.20938628158845% 86.81318681318682%;
}

.svg-search-blue {
	background-position: 55.5956678700361% 86.81318681318682%;
}


.svg-search-icon {
	background-position: 35.87786259541985% 73.64341085271317%;
}

.actions-nav .action-search {
	content: url(/Assets/OaktreeCap/Images/search-icon.svg);
	height: 41px;
	width: 41px;
}

	.actions-nav .action-search:hover, .actions-nav .action-search.active {
		content: url(/Assets/OaktreeCap/Images/search-icon-hover.svg);
	}

.svg-search-icon-hover {
	background-position: 51.52671755725191% 73.64341085271317%;
}

.svg-close-black, .ui-dialog .ui-dialog-titlebar .ui-icon-closethick:hover {
	background-position: 24.90842490842491% 88.10408921933086%;
}

.svg-close-blue {
	background-position: 13.91941391941392% 88.10408921933086%;
}

.actions-nav .action-login {
	content: url(/Assets/OaktreeCap/Images/user.svg);
	height: 41px;
	width: 41px;
}

	.actions-nav .action-login:hover, .actions-nav .action-login.active {
		content: url(/Assets/OaktreeCap/Images/user-hover.svg);
	}

.svg-user {
	background-position: 67.17557251908397% 73.64341085271317%;
}

.svg-user-hover {
	background-position: 90.83969465648855% 0;
}

/*Footer*/
.footer .footer-links h5:after {
	background-position: 37.64705882352941% 19.12350597609562%;
}

.svg-twitter-primary-outline, .svg-facebook-primary-outline, .svg-linkedin-primary-outline, .svg-mail-primary-outline {
	display: block;
	width: 47px;
	height: 47px;
	transition: background-image 0.2s ease-in-out;
}


.svg-youtube {
	content: url(/Assets/OaktreeCap/Images/youtube.svg);
	height: 47px;
	width: 47px;
}

	.svg-youtube:hover {
		content: url(/Assets/OaktreeCap/Images/youtube-white.svg);
	}

.svg-twitter {
	content: url(/Assets/OaktreeCap/Images/twitter.svg);
	height: 47px;
	width: 47px;
}

	.svg-twitter:hover {
		content: url(/Assets/OaktreeCap/Images/twitter-white.svg);
	}

.svg-linkedin {
	content: url(/Assets/OaktreeCap/Images/linkedin.svg);
	height: 47px;
	width: 47px;
}

	.svg-linkedin:hover {
		content: url(/Assets/OaktreeCap/Images/linkedin-white.svg);
	}

.svg-facebook {
	content: url(/Assets/OaktreeCap/Images/facebook.svg);
	height: 47px;
	width: 47px;
}

	.svg-facebook:hover {
		content: url(/Assets/OaktreeCap/Images/facebook-white.svg);
	}

.svg-twitter-primary-outline {
	background-position: 75.9322033898305% 17.153284671532848%;
}

	.svg-twitter-primary-outline:hover {
		background-position: 75.9322033898305% 34.306569343065696%;
	}

.svg-linkedin-primary-outline {
	background-position: 91.86440677966101% 0;
}

	.svg-linkedin-primary-outline:hover {
		background-position: 31.864406779661017% 59.12408759124087%;
	}

.svg-facebook-primary-outline {
	background-position: 0 76.27737226277372%;
}

	.svg-facebook-primary-outline:hover {
		background-position: 15.932203389830509% 76.27737226277372%;
	}

.svg-mail-primary-outline {
	background-position: 31.864406779661017% 76.27737226277372%;
}

	.svg-mail-primary-outline:hover {
		background-position: 47.79661016949152% 76.27737226277372%;
	}
/*Insight carousel*/
.svg-arrow-left-green, .insights-wrapper .insights-list .owl-nav .owl-prev:hover, .people-list .people-list-content .owl-nav .owl-prev, .people-list.blue .owl-nav .owl-prev:hover {
	background-position: 18.823529411764707% 0;
}

.svg-arrow-left-white, .insights-wrapper .insights-list .owl-nav .owl-prev, .people-list.blue .owl-nav .owl-prev, .table-view .table-view-content .dataTables_wrapper .dataTables_paginate .fg-button.previous:hover:after {
	background-position: 0 19.12350597609562%;
}

.svg-arrow-right-green, .insights-wrapper .insights-list .owl-nav .owl-next:hover, .group .tabs-content h2:after, .group .tabs-content h5:after, .leadership .tabs-content h2:after, .leadership .tabs-content h5:after, .people-list .people-list-content .owl-nav .owl-next, .people-list.blue .owl-nav .owl-next:hover, .tabbed-content-wrapper .tabbed-content-list-wrapper .tabbed-content-list h5:after, /*.insights-list-wrapper .insights-list-content .dropdown-filter-wrapper .ui-selectmenu-icon,*/ .full-width-tabs-wrapper button:after {
	background-position: 37.64705882352941% 0;
}

.svg-arrow-right-white, .insights-wrapper .insights-list .owl-nav .owl-next, .people-list.blue .owl-nav .owl-next, .table-view .table-view-content .collapsable-table h3:after, .table-view .table-view-content .collapsable-table .sub-tables h4:after, .table-view .table-view-content .dataTables_wrapper .dataTables_paginate .fg-button.next:hover:after {
	background-position: 37.64705882352941% 19.12350597609562%;
}

.svg-insights-article, .insights-wrapper .article, .insights-list-wrapper .article, .article-content .article.main .article {
	background-position: 89.81132075471699% 30.268199233716476%;
}

.svg-insights-article-hover, .insights-wrapper .img-wrapper:hover .article, .insights-list-wrapper .img-wrapper:hover .article, .article-content .article.main .press-imagethumbnail:hover .article {
	background-position: 89.81132075471699% 44.827586206896555%;
}

.svg-insights-audio, .insights-wrapper .audio, .insights-list-wrapper .audio, .article-content .article.main .audio {
	background-position: 89.81132075471699% 15.708812260536398%;
}

.svg-insights-audio-hover, .insights-wrapper .img-wrapper:hover .audio, .insights-list-wrapper .img-wrapper:hover .audio, .article-content .article.main .press-imagethumbnail:hover .audio {
	background-position: 89.81132075471699% 73.9463601532567%;
}

.svg-insights-video, .insights-wrapper .video, .insights-list-wrapper .video, .article-content .article.main .video {
	background-position: 0 90.80459770114942%;
}

.svg-insights-video-hover, .insights-wrapper .img-wrapper:hover .video, .insights-list-wrapper .img-wrapper:hover .video, .article-content .article.main .press-imagethumbnail:hover .video {
	background-position: 89.81132075471699% 59.38697318007663%;
}

.svg-listen, .listen:before {
	background-position: 100% 78.54545454545455%;
}
/*Portfolio Managers carousel*/
.svg-arrow-left-black, .people-list .people-list-content .owl-nav .owl-prev:hover {
	background-position: 0 0;
}

.svg-arrow-right-black, .people-list .people-list-content .owl-nav .owl-next:hover {
	background-position: 18.823529411764707% 19.12350597609562%;
}

/*Insights page*/
.svg-archived-memo {
	background-position: 15.09433962264151% 100%;
}

.svg-archived-memo-dims {
	width: 24px;
	height: 24px;
}

.svg-archived-memo-blue {
	background-position: 100% 40.4040404040404%;
}

.svg-archived-memo-blue-dims {
	width: 24px;
	height: 24px;
}

.svg-folder, .archived:before {
	background-position: 45.962732919254655% 31.683168316831683%;
}

.svg-folder-dims, .archived:before {
	width: 20px;
	height: 18px;
}

.svg-folder-blue, .archived:hover:before {
	background-position: 39.75155279503105% 31.683168316831683%;
}

.svg-folder-blue-dims {
	width: 20px;
	height: 18px;
}

.download:before {
	background-position: 100% 56.56565656565657%;
}

.download:before {
	width: 24px;
	height: 24px;
}

.download:hover:before {
	background-position: 100% 24.242424242424242%;
}

.listen:before {
	background-position: 7.547169811320755% 100%;
}

.listen:before {
	width: 24px;
	height: 24px;
}

.listen:hover:before {
	background-position: 100% 8.080808080808081%;
}


.svg-arrow-down-green-dims, .insights-list-wrapper .insights-list-content .dropdown-filter-wrapper .ui-selectmenu-icon,
.insights-list-wrapper .insights-list-content .dropdown-filter-wrapper .ui-selectmenu-button.ui-button.ui-selectmenu-button-open .ui-selectmenu-icon,
.ui-dialog .ui-dialog-content.archived-memos-popup .memo-sublist h3:after {
	width: 18px;
	height: 18px;
}

.svg-arrow-down-light-green, .ui-dialog .ui-dialog-content.archived-memos-popup .memo-sublist h3:hover:after, .collapsable-section h3:hover:after {
	background-position: 72.53086419753086% 77.55775577557756%;
}

.svg-arrow-down-green, .insights-list-wrapper .insights-list-content .dropdown-filter-wrapper .ui-selectmenu-icon,
.insights-list-wrapper .insights-list-content .dropdown-filter-wrapper .ui-selectmenu-button.ui-button.ui-selectmenu-button-open .ui-selectmenu-icon,
.insights-list-wrapper .insights-list-content .tabs:before, .ui-dialog .ui-dialog-content.archived-memos-popup .memo-sublist h3:after {
	background-position: 30.246913580246915% 31.023102310231025%;
}

/*Subscribe email alerts*/
.subscribe-form #sf-country-button .ui-selectmenu-icon {
	background-position: 59.39393939393939% 46.864686468646866%;
}

.subscribe-form #sf-country-button .ui-selectmenu-icon {
	width: 18px;
	height: 18px;
}

.svg-checkbox, .subscribe-form .checkbox {
	background-position: 78.65853658536585% 98.67109634551495%;
}

.svg-checkbox-dims, .subscribe-form .checkbox {
	width: 20px;
	height: 20px;
}

	.svg-checkbox-checked, .subscribe-form .checkbox.checked {
		background-position: 68.29268292682927% 62.458471760797345%;
	}

/*#endregion SVGs*/

/*#region Header*/
body {
	/* padding-top: 100px; */
}


.header {
	border-bottom: 1px solid #E7E7E7;
	position: relative;
	background: #fff;
	/*height: 102px;*/
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 90;
	transition: background .15s ease-out, transform .25s linear, opacity .1s ease-out;
}

	.header.hide-nav {
		transform: translateY(-100%);
	}


	.header .header-content {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		max-width: 1440px;
		margin: 0 auto;
		padding: 0 40px;
		max-height: 108px;
	}

	.header .logo {
		margin: 23px 0 24px;
	}

		.header .logo img {
			max-height: 54px;
		}

#menu-toggle {
	display: none;
}

.navigations {
	display: flex;
	width: 997px;
	/*margin-left: 17.5px;*/
	/*align-items: center;*/
}

.mega-nav {
	max-height: 108px;
	/*width: 52.6579%;*/
	/*width: 53.6579%;*/
	width: 58%;
}

	.mega-nav .menu {
		height: 100%;
		display: flex;
		list-style: none;
		justify-content: end;
	}

		.mega-nav .menu > li:hover .sub-menu {
			display: flex;
		}

		.mega-nav .menu li:hover > .sub-menu2,
		.mega-nav .menu li:focus-within > .sub-menu2 {
			visibility: visible;
		}

		.mega-nav .menu li a {
			display: block;
			position: relative;
			top: 41px;
		}

		.mega-nav .menu li > a > span {
			top: 0;
		}


		.mega-nav .menu span {
			/*height: 100%;*/
			display: block;
			position: relative;
			color: #000;
			font-style: normal;
			font-weight: bold;
			font-size: 15px;
			line-height: 17px;
			letter-spacing: 0.2em;
			text-transform: uppercase;
			text-decoration: none;
		}

		.mega-nav .menu span {
			display: block;
			position: relative;
			top: 41px;
		}

			.mega-nav .menu span:after {
				background: #008265;
				border-radius: 2px;
				content: '';
				bottom: -10px;
				height: 2px;
				display: block;
				position: absolute;
				width: calc(100% - 36px);
				transform: scaleX(0);
				transition: transform .2s ease;
			}

		.mega-nav .menu li:hover span:after {
			transform: scaleX(1);
		}

.mobile-only {
	display: none;
}


.desktop-only {
	display: block;
}

.menu .sub-menu-wrapper {
	border-bottom: 1px solid #f4f4f4;
}

.mega-nav .sub-menu2 {
	background: #fff;
	visibility: hidden;
	flex-direction: column;
	padding: 25px 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	margin-top: 1px;
	z-index: 99;
	line-height: 16px;
	border-bottom: 1px solid #f4f4f4;
}

	.mega-nav .sub-menu2 > li a {
		display: inline-block;
		text-indent: 0;
		color: #000000;
		font-style: normal;
		font-weight: bold;
		font-size: 14.5px;
		line-height: 38px;
		letter-spacing: 0.05em;
		text-transform: none;
		text-decoration: none;
		transition: color 0.2s ease-in-out;
		top: 0;
	}

	.mega-nav .sub-menu2 > li:last-child a {
		margin-bottom: 0;
	}

	.mega-nav .sub-menu2 > li a:hover {
		color: #008265;
	}

	.mega-nav .sub-menu2 a:focus {
		outline: 2px solid #008265;
	}

@media screen and (max-width: 1079px) {
	.header .mega-nav.opened {
		position: fixed;
	}

	body.noscroll {
		overflow: visible;
		height: 100%;
		position: fixed;
	}

	.mega-nav-container {
		width: calc(100% - 32px);
		max-height: calc(100vh - 170px);
		overflow-y: auto;
		position: absolute;
	}

	html.noscroll {
		overflow: hidden;
	}
}


.separator-nav {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	width: 5%;
	font-size: 30px;
	margin-top: 30px;
}

.actions-nav {
	display: flex;
	flex-direction: row;
	width: 7%;
	/*justify-content: space-evenly;*/
	justify-content: flex-end;
}

	.actions-nav .action-login,
	.actions-nav .action-search {
		margin: 27px 0 0;
		width: 41px;
		height: 41px;
		transition: background-image 0.2s ease-in-out;
	}

form.search {
	background: #fff;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	margin-top: 1px;
	padding: 45px 0;
	z-index: 99;
}

	form.search.show {
		display: block;
	}

	form.search .form-content {
		margin: 0 auto;
		width: 83%;
		position: relative;
		height: 54px;
	}

		form.search .form-content input[type=text] {
			border: 2px solid #e7e7e7;
			border-radius: 3px;
			width: 100%;
			padding: 11px 20px 11px 20px;
			margin: 0;
			font-style: normal;
			font-weight: normal;
			font-size: 18px;
			line-height: 28px;
		}

			form.search .form-content input[type=text]::placeholder {
				/* Chrome, Firefox, Opera, Safari 10.1+ */
				opacity: 1;
				/* Firefox */
				color: #000;
				font-family: Roboto, sans-serif;
				font-style: normal;
				font-weight: normal;
				font-size: 18px;
				line-height: 28px;
			}

			form.search .form-content input[type=text]:-ms-input-placeholder {
				/* Internet Explorer 10-11 */
				color: #000;
				font-family: Roboto, sans-serif;
				font-style: normal;
				font-weight: normal;
				font-size: 18px;
				line-height: 28px;
			}

			form.search .form-content input[type=text]::-ms-input-placeholder {
				/* Microsoft Edge */
				color: #000;
				font-family: Roboto, sans-serif;
				font-style: normal;
				font-weight: normal;
				font-size: 18px;
				line-height: 28px;
			}


		form.search .form-content .do-search {
			border: 0 none;
			height: 26px;
			width: 26px;
			position: absolute;
			right: 16px;
			top: 50%;
			transform: translateY(-50%);
			cursor: pointer;
			transition: background-image 0.2s ease-in-out;
		}

		form.search .form-content .closeButton {
			height: 30px;
			width: 30px;
			position: absolute;
			right: -45px;
			top: 50%;
			transform: translateY(-50%);
			cursor: pointer;
			transition: background-image 0.2s ease-in-out;
		}

.sub-nav {
	max-height: 100%;
	/*width: 28.5857%;*/
	width: 30%;
}

	.sub-nav .menu {
		display: flex;
		justify-content: space-between;
		height: 100%;
		list-style: none;
	}

		.sub-nav .menu > li > a, .sub-nav .menu > li > span {
			display: block;
			height: 100%;
			position: relative;
			color: #000000;
			font-style: normal;
			font-weight: 400;
			font-size: 15px;
			line-height: 15px;
			text-decoration: none;
		}

		.sub-nav .menu li a {
			top: 41px;
			height: unset;
		}

		.sub-nav .menu > li > span {
			height: auto;
			top: 41px;
		}

		.sub-nav .menu > li > a span {
			display: block;
			position: relative;
		}

			.sub-nav .menu > li > a span:after, .sub-nav .menu > li > span:after {
				content: '';
				display: block;
				background: #008265;
				border-radius: 2px;
				width: 100%;
				position: absolute;
				height: 2px;
				bottom: -10px;
				transform-origin: 100% 50%;
				transform: scaleX(0);
				transition: transform .2s ease;
			}

		.sub-nav .menu li:hover > .sub-menu-wrapper2,
		.sub-nav .menu li:focus-within > .sub-menu-wrapper2 {
			display: block;
		}

		.sub-nav .menu > li:hover > a span:after, .sub-nav .menu > li:hover > span:after {
			transform: scaleX(1);
			transform-origin: 0 50%;
		}

	.sub-nav .sub-menu-wrapper2 {
		background: #fff;
		display: none;
		padding: 25px 0;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		margin-top: 1px;
		z-index: 99;
	}

	.sub-nav .sub-menu {
		display: flex;
		max-width: 1440px;
		padding: 0 20px;
		margin: 0 auto;
		width: 100%;
		line-height: 16px;
		justify-content: flex-end;
	}

		.sub-nav .sub-menu > li {
			padding: 0 20px;
		}

			.sub-nav .sub-menu > li a {
				color: #000000;
				font-style: normal;
				font-weight: bold;
				font-size: 12px;
				line-height: 29px;
				letter-spacing: 0.05em;
				text-transform: capitalize;
				text-decoration: none;
				transition: all 0.2s ease-in-out;
			}

				.sub-nav .sub-menu > li a:hover {
					color: #008265;
				}

			.sub-nav .sub-menu > li:last-child {
				border-left: 1px solid #E7E7E7;
			}

		.sub-nav .sub-menu h5 {
			opacity: 0.25;
			color: #000000;
			font-style: normal;
			font-weight: bold;
			font-size: 12px;
			line-height: 32px;
			letter-spacing: 0.05em;
			text-transform: uppercase;
		}


.hidden {
	display: none !important;
}

.invisible {
	visibility: hidden !important;
}

@media screen and (min-width: 1080px) {
	.mega-nav {
		display: unset !important;
		min-height: unset !important;
	}

		.mega-nav .menu span {
			padding-left: 18px;
			padding-right: 18px;
		}

	.mega-nav-container {
		height: 100%
	}

	.actions-nav {
		visibility: visible !important;
	}

	.separator-nav {
		visibility: visible !important;
	}

	.sub-nav .menu > li:first-child > span {
		margin-left: 10px;
	}
}

@media screen and (min-width: 1080px) and (max-width: 1279px) {
	body {
		/* padding-top: 80px; */
	}

	/*.header {
		height: 89px;
	}*/

	.header .header-content {
		padding: 0 47px;
	}

	.header .logo {
		margin: 30px 0 22px;
	}

		.header .logo img {
			max-height: 36px;
			max-width: unset;
		}

	.navigations {
		margin-left: 36px;
	}

	/*.mega-nav {
		width: 46.428571%;
	}*/

	.mega-nav .menu span {
		font-size: 11px;
		line-height: 13px;
	}

	/*.separator-nav {
		width: 9.334975%;
	}*/

	/*.actions-nav {
		width: 10%;
	}*/

	/*.sub-nav {
		width: 34.236453%;
	}*/

	.sub-nav .menu > li > a {
		font-size: 12px;
		line-height: 14px;
		margin-left: 10px;
	}
}

@media screen and (max-width: 1079px) {
	#menu-toggle {
		height: 32px;
		width: 32px;
		display: block;
		margin: 19px 0 19px 0;
		position: relative;
		cursor: pointer;
	}

		#menu-toggle span {
			background: #000;
			border-radius: 2px;
			display: block;
			transition: .25s ease-in-out;
		}

		#menu-toggle #hamburger {
			position: absolute;
			height: 100%;
			width: 100%;
		}

			#menu-toggle #hamburger span {
				width: 25px;
				height: 2px;
				position: relative;
				top: 5px;
				left: 3.5px;
				margin: 5px 0;
			}

				#menu-toggle #hamburger span:nth-child(1) {
					transition-delay: .5s;
				}

				#menu-toggle #hamburger span:nth-child(2) {
					width: 12.5px;
					transition-delay: .625s;
				}

				#menu-toggle #hamburger span:nth-child(3) {
					transition-delay: .75s;
				}

		#menu-toggle #cross {
			position: absolute;
			height: 100%;
			width: 100%;
			transform: rotate(45deg);
		}

			#menu-toggle #cross span:nth-child(1) {
				height: 0%;
				width: 2px;
				position: absolute;
				top: 10%;
				left: 15px;
				transition-delay: 0s;
			}

			#menu-toggle #cross span:nth-child(2) {
				width: 0%;
				height: 2px;
				position: absolute;
				left: 10%;
				top: 15px;
				transition-delay: .25s;
			}

		#menu-toggle.opened #hamburger span {
			width: 0%;
		}

			#menu-toggle.opened #hamburger span:nth-child(1) {
				transition-delay: 0s;
			}

			#menu-toggle.opened #hamburger span:nth-child(2) {
				transition-delay: .125s;
			}

			#menu-toggle.opened #hamburger span:nth-child(3) {
				transition-delay: .25s;
			}

		#menu-toggle.opened #cross span:nth-child(1) {
			height: 80%;
			transition-delay: .625s;
		}

		#menu-toggle.opened #cross span:nth-child(2) {
			width: 80%;
			transition-delay: .375s;
		}

	body {
		/* padding-top: 71px; */
	}

	.header {
		height: 71px;
	}

		.header .header-content {
			padding: 0 11px 0 12.5px;
		}

		.header .logo {
			margin: 19px 0 19px 0;
		}

			.header .logo img {
				max-height: 32px;
			}

		.header .actions-nav {
			margin: 0 -5px;
			width: auto;
			justify-content: flex-end;
		}

		.header .action-login,
		.header .action-search {
			margin: 14px 6px;
			transform: scale(0.7804);
		}

		.header .navigations {
			width: auto;
		}

		.header .mega-nav {
			background: #fff;
			display: none;
			position: absolute;
			left: 0;
			max-height: none;
			padding: 5px 16px 10px;
			top: 70px;
			width: 100%;
			z-index: 999;
			opacity: 0;
			transition: opacity 0.4s cubic-bezier(0.555, 0.205, 0.295, 0.975);
		}

			.header .mega-nav.opened {
				opacity: 1;
				min-height: -webkit-fill-available !important;
			}

				.header .mega-nav.opened .menu > li {
					opacity: 1;
					transform: translateX(0);
				}

			.header .mega-nav .menu {
				padding: 0 16px;
				flex-direction: column;
			}

				.header .mega-nav .menu > li {
					border-bottom: 1px solid #E7E7E7;
					opacity: 0;
					transform: translateX(40px);
					transition: all 0.75s cubic-bezier(0.555, 0.205, 0.295, 0.975);
				}

					.header .mega-nav .menu > li:hover ul {
						display: none;
					}

					.header .mega-nav .menu > li ul.sub-menu2 {
						visibility: hidden;
					}

					.header .mega-nav .menu > li.opened.has-submenu > span:after {
						transform: rotate(-90deg) scale(0.5);
					}

					.header .mega-nav .menu > li.opened > span {
						color: #008265;
					}

					.header .mega-nav .menu > li.opened ul {
						display: block;
					}

						.header .mega-nav .menu > li.opened ul.sub-menu2 {
							visibility: visible;
							position: relative;
							padding: 0 1rem 1rem 0;
						}

					.header .mega-nav .menu > li > span {
						margin: 20px 0;
						position: relative;
					}

				.header .mega-nav .menu li > a {
					top: 0;
				}

				.header .mega-nav .menu > li > a > span {
					margin: 20px 0;
					position: relative;
				}

				.header .mega-nav .menu > li:hover span:after {
					display: none;
				}

				.header .mega-nav .menu > li.has-submenu > span:after {
					content: '';
					display: block;
					height: 48px;
					position: absolute;
					right: 0;
					top: -50%;
					width: 48px;
					margin-right: -12px;
					margin-top: -7px;
					transform: rotate(90deg) scale(0.5);
				}

	.mega-nav .menu .has-submenu > span:after {
		background: url("../images/Icons.svg") no-repeat;
		background-position: 37.64705882352941% 0;
	}

	.mega-nav .sub-menu2 > li a {
		margin-bottom: 1rem;
	}

	.mega-nav .sub-menu2 .sub-sub-menu {
		margin-bottom: 1rem;
	}

	.header .mega-nav .menu .login {
		border: 0 none;
		margin: 0 -16px;
	}

		.header .mega-nav .menu .login .btn {
			background: #008265;
			margin: 25px 0 15px;
			padding: 14.5px 30px;
			color: #fff;
			letter-spacing: 0;
			text-transform: uppercase;
		}

	.header .mega-nav .menu h5 {
		margin-bottom: 25px;
		color: #aaa;
		font-style: normal;
		font-weight: bold;
		font-size: 14.5px;
		line-height: 17px;
		letter-spacing: 0.2em;
		text-transform: uppercase;
	}


	.header .mega-nav .menu .mobile-only span {
		text-transform: none;
	}

	.header .mega-nav .menu .sub-menu {
		left: auto;
		padding: 0 18px;
		position: static;
		right: auto;
		top: auto;
		text-indent: 0 !important;
	}

		.header .mega-nav .menu .sub-menu > li {
			margin-bottom: 35px;
		}

		.header .mega-nav .menu .sub-menu a {
			margin-bottom: 20px;
			line-height: 17px;
			letter-spacing: 0.2em;
		}

	.header .mega-nav .menu span {
		top: auto;
	}

	/*.header .mega-nav .menu a {
        display: block;
    }*/

	.header .mega-nav .menu .sub-sub-menu a {
		color: #000;
		font-style: normal;
		font-weight: bold;
		font-size: 14px;
		line-height: 14px;
		letter-spacing: 0.05em;
		text-transform: capitalize;
		margin-bottom: 1.5rem;
	}

	.header .mega-nav form.search {
		display: block;
		position: static;
		padding: 0 0 5px;
	}

		.header .mega-nav form.search .form-content {
			width: auto;
			height: 40px;
		}

			.header .mega-nav form.search .form-content .do-search {
				transform: translateY(-14px) scale(0.923);
			}

			.header .mega-nav form.search .form-content input[type=text] {
				border-width: 1px;
				padding: 5px 15px 5px 15px;
				font-size: 16px;
			}

				.header .mega-nav form.search .form-content input[type=text]::placeholder {
					/* Chrome, Firefox, Opera, Safari 10.1+ */
					font-size: 14px;
				}

				.header .mega-nav form.search .form-content input[type=text]:-ms-input-placeholder {
					/* Internet Explorer 10-11 */
					font-size: 14px;
				}

				.header .mega-nav form.search .form-content input[type=text]::-ms-input-placeholder {
					/* Microsoft Edge */
					font-size: 14px;
				}


			.header .mega-nav form.search .form-content .closeButton {
				display: none;
			}

	.header .sub-nav {
		display: none;
	}

	.header .separator-nav {
		display: none;
	}

	a.btn.primary {
		min-width: 144px;
		padding: 16.5px 27px;
	}


	#twitterFeed .title {
		max-width: none !important;
	}
}

/*#endregion Header*/

/*#region Home page Press section*/



.link-underline {
	display: inline-block;
	color: #000;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 15px;
	text-transform: uppercase;
	text-decoration: none;
}

	.link-underline:after {
		background: linear-gradient(90deg, #008265 calc(100%/3), transparent 0 calc(200%/3), #008265 0) var(--d, 0%) 100%/300% 3px no-repeat;
		border-radius: 2px;
		content: '';
		display: block;
		height: 2px;
		margin-top: 5px;
		transition: 0.5s;
	}

	.link-underline:hover:after {
		--d: 100%;
	}

	.link-underline.inline {
		color: inherit;
		font-size: inherit;
		line-height: inherit;
		text-transform: inherit;
		text-decoration: none;
	}

		.link-underline.inline:after {
			margin-top: -5px;
			height: 1px;
		}

		.link-underline.inline.white:after {
			background: linear-gradient(90deg, #fff calc(100%/3), transparent 0 calc(200%/3), #fff 0) var(--d, 0%) 100%/300% 3px no-repeat;
		}

.press-wrapper .title, .twitter-feeds .title {
	display: flex;
	margin-bottom: 45px;
	align-items: center;
}

	.press-wrapper .title .separator, .twitter-feeds .title .separator {
		border-top: 1px solid #aaa;
		margin: 0 35px;
		width: 100%;
	}

.press-wrapper h2, .twitter-feeds h2 {
	color: #313131;
	/*font-family: "orpheuspro";*/
	/*font-style: normal;
    font-weight: normal;*/
	/*font-size: 2.5rem;
    line-height: 2.5rem;*/
}

.view-all {
	padding-right: 42px;
	min-height: 18px;
	/*min-width: 106px;*/
	position: relative;
	/*line-height: 25px;*/
	white-space: nowrap;
}

	.view-all:before {
		/*content: '';*/
		display: inline-block;
		position: absolute;
		right: 0;
		transition: background-image 0.2s ease-in-out;
		content: url(/Assets/OaktreeCap/Images/view-all-green.svg);
		width: 23px;
		height: 23px;
	}

	.view-all:hover:before {
		content: url(/Assets/OaktreeCap/Images/view-all-blue.svg);
	}

.press-wrapper .side {
	padding-left: 15px;
}

/*.press-wrapper .side .article {
		margin-bottom: 40px;
	}*/

.article-content .article.main .press-imagethumbnail {
	position: relative;
}

.article-content .article.main .insight-type {
	display: inline-block;
	width: 38px;
	height: 38px;
	position: absolute;
	right: 11px;
	top: 11px;
	transition: background-image 0.2s ease-in-out;
}

/*.article-content {
    width: 100%;
    padding-top: 35px;
    padding-right: 20px;
}*/

.article-content .articles {
	display: flex;
	justify-content: space-between;
}

/*.article-content time, .timeline-Tweet-metadata time {
        margin-bottom: 15px;
        color: #979797;
        font-style: normal;
        font-weight: bold;
        font-size: 11px;
        line-height: 25px;
        letter-spacing: 0.165em;
        text-transform: uppercase;
    }*/

time.embedded-date {
	/*margin-bottom: 15px;*/
	color: #979797;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	line-height: 25px;
	letter-spacing: 0.165em;
	text-transform: uppercase;
}

.article-content .article {
	max-width: 285px;
}

	.article-content .article a h5 {
		margin-bottom: 15px;
		display: inline-block;
		color: #000;
		font-style: normal;
		font-weight: 400;
		font-size: 22px;
		line-height: 32px;
		text-decoration: none;
		width: 100%;
	}

	.article-content .article a:hover h5 {
		color: #008265;
	}

	.article-content .article a {
		margin-bottom: 40px;
		display: block;
	}

	.article-content .article.main {
		max-width: 510px;
	}

		.article-content .article.main img {
			max-width: 100%;
			margin-bottom: 15px;
			display: block;
		}

		.article-content .article.main h5 {
			margin-bottom: 1rem;
			margin-top: .75rem;
			/*font-size: 44px;
			line-height: 47px;*/
		}

		.article-content .article.main p {
			margin-bottom: 10px;
			color: #000;
			font-style: normal;
			font-weight: normal;
			font-size: 18px;
			line-height: 28px;
		}

		.article-content .article.main a {
			margin-bottom: 0;
		}

.article-content ul {
	margin: 1rem 0;
	padding-left: 1rem;
}

	.article-content ul li {
		margin-bottom: 1rem;
		list-style-type: disc;
	}

	.article-content ul.indent li {
	}

	.article-content ul.quotes li {
		margin-bottom: 1.5rem;
	}

.article-content div.strategy-highlight {
	background-color: #f2f2f2;
	padding: 0.5rem 1rem;
}

	.article-content div.strategy-highlight p.paragraph {
		margin: 0 !important;
	}

.article-content div.section-title {
	position: relative;
	overflow: hidden;
}

.article-content .sectitle::before {
	z-index: 4;
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	top: 47%;
	background: #008625;
}

.timeline-Tweet-metadata {
	float: none;
	order: -1;
	margin-top: 2px;
}

.timeline-Tweet-text {
	color: #000;
	font-family: Roboto, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	white-space: initial;
}

.twitter-feeds {
	background: #f1f1f1;
	border-radius: 3px;
	max-width: 450px;
	width: 100%;
	padding: 35px 16px 35px 32px;
}

.timeline-TweetList-tweet {
	border-top: 2px solid #fff !important;
}

	.timeline-TweetList-tweet:first-child {
		border-top: 0 none !important;
	}

	.timeline-TweetList-tweet .row, .timeline-TweetList-tweet video {
		/*display: none !important;*/
	}

	.timeline-TweetList-tweet a {
		color: #008265 !important;
	}


.scrollable-content :hover::-webkit-scrollbar,
.scrollable-content :hover::-webkit-scrollbar-thumb {
	width: 10px;
	border-radius: 5px;
	background-clip: padding-box;
	border: 1px solid transparent;
	border-top: 0;
	border-bottom: 0;
	visibility: visible;
}

.scrollable-content :hover::-webkit-scrollbar-thumb {
	box-shadow: inset 0 0 0 5px #008265;
	visibility: visible;
}

.scrollable-content ::-webkit-scrollbar,
.scrollable-content ::-webkit-scrollbar-thumb {
	visibility: hidden;
	width: 10px;
}

.scrollable-content ::-webkit-scrollbar-thumb {
	visibility: hidden;
	width: 10px;
}

.scrollable-content {
	max-height: 550px;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	padding: 0 !important;
}

.timeline-TweetList-tweet .timeline-Tweet {
	display: flex !important;
	flex-direction: column !important;
	padding: 30px 0 !important;
}

.timeline-Tweet-retweetCredit {
	margin-left: 0 !important;
	order: -1 !important;
	color: #979797 !important;
	font-family: Roboto, sans-serif !important;
	font-style: normal !important;
	font-weight: bold !important;
	font-size: 11px !important;
	line-height: 25px !important;
	letter-spacing: 0.165em !important;
	text-transform: uppercase !important;
	margin-bottom: 8px;
}

.timeline-Tweet-retweetCreditIcon {
	position: relative;
	top: 1px;
	display: inline-block;
	margin-right: 4px;
	font-size: 14px;
}

.timeline-Tweet {
	/*cursor: pointer;*/
	padding: 10px;
}


.summaryCard {
	width: 100%;
	height: auto;
	border-radius: 10px;
	border: 1px solid black;
	padding-bottom: 5px;
	flex-wrap: wrap;
	margin-top: 8px;
	overflow: hidden;
}

.vertical-line {
	border-right: 2px solid #fff !important;
	border-top: none !important;
}

	.vertical-line:last-child {
		border-right: none !important;
	}

.Icon--retweetBadge {
	background: transparent url(/Assets/OaktreeCap/Images/retweet.svg) no-repeat center center/17px 17px !important;
	transform: scale(-1, 1) !important;
	width: 1.04167em;
}

.Icon {
	display: inline-block;
	height: 1.25em;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: text-bottom;
}

@media screen and (max-width: 1079px) {
	.link-underline {
		font-size: 13px;
		line-height: 14px;
	}

	.press-wrapper {
		flex-direction: column;
		padding: 20px 0;
	}

		.press-wrapper h2, .twitter-feeds h2 {
			/*font-size: 22px;
            line-height: 28px;*/
		}

		.press-wrapper .title .separator, .twitter-feeds .title .separator {
			margin: 0 22px;
		}

	.view-all {
		/*min-width: 99px;*/
		padding-right: 32px;
	}

	.press-wrapper .article-content {
		padding: 0;
	}

		.press-wrapper .article-content .article.main {
			margin: 0 auto;
			margin-bottom: 2rem;
		}

			.press-wrapper .article-content .article.main h5 {
				/*margin-bottom: 1rem;*/
			}

			.press-wrapper .article-content .article.main a h5 {
				font-size: 20px;
				line-height: 28px;
			}

			.press-wrapper .article-content .article.main p {
				font-size: 14px;
				line-height: 20px;
			}

		.press-wrapper .article-content .article a h5 {
			font-size: 18px;
			line-height: 26px;
		}

		/*.press-wrapper .article-content .article a {
            font-size: 22px;
            line-height: 28px;
        }*/

		.press-wrapper .article-content .article .link-underline {
			font-size: 13px;
			line-height: 14px;
		}

	.press-wrapper .title, .twitter-feeds .title {
		max-width: 510px;
		margin: 0 auto 45px;
	}

	.press-wrapper .side {
		display: flex;
		justify-content: center;
		margin: 0 -7.5px;
		padding-left: 0px;
		/*padding-bottom: 20px;*/
	}

		.press-wrapper .side .article {
			width: 50%;
			max-width: 262.5px;
			padding: 0 7.5px;
		}

			.press-wrapper .side .article:nth-child(n+3) {
				display: none;
			}

	.press-wrapper .articles {
		flex-direction: column;
	}

		.press-wrapper .articles .article.main {
			margin-bottom: 2rem;
		}

	.article-content .article.main h5 {
		margin-top: 1rem;
	}

	.twitter-feeds {
		margin: 0 -15px;
		padding: 45px 15px;
		width: auto;
		max-width: none;
	}

		.twitter-feeds .scrollable-content {
			max-width: 510px;
			margin: 0 auto;
		}
}

@media screen and (max-width: 767px) {
	.article-content .article.main h5 {
		margin-top: 1.5rem;
	}

	.press-wrapper .article-content .article.main a h5 {
		font-size: 16px;
		line-height: 20px;
	}

	.press-wrapper .article-content .article a h5 {
		font-size: 14px;
		line-height: 20px;
	}

	.article-content .article.main img {
		margin-bottom: 5px;
	}
}

/*#endregion Home page Press section*/

/*#region Footer*/

.footer {
	background: #008265;
	padding: 0 40px 55px;
}

	.footer .footer-content {
		max-width: 1440px;
		margin: 0 auto;
	}

	.footer .logo a {
		display: block;
	}

	.footer .logo img {
		max-height: 45px;
	}

	.footer .footer-links {
		padding: 65px 0 50px;
		display: flex;
		justify-content: space-between;
		border-bottom: 1px solid #fff;
	}

		.footer .footer-links .footer-menu {
			display: flex;
			margin-top: 14px;
			width: calc(100% - 275px);
			justify-content: space-between;
		}

			.footer .footer-links .footer-menu ul {
				padding: 0;
				list-style: none;
			}

		.footer .footer-links h5 {
			/*display: inline-block;*/
			margin-bottom: 25px;
			position: relative;
			font-style: normal;
			font-weight: bold;
			font-size: 14.5px;
			line-height: 17px;
			letter-spacing: 0.2em;
			text-decoration: none;
			text-transform: uppercase;
			transition: all 0.2s ease-in-out;
		}

		/*.footer .footer-links h5 a:after {
				background: #fff;
				border-radius: 2px;
				content: '';
				bottom: -10px;
				height: 2px;
				display: block;
				position: absolute;
				width: calc(100% - 2px);
				transform-origin: 100% 50%;
				transform: scaleX(0);
				transition: transform .2s ease;
			}

			.footer .footer-links h5 a:hover:after {
				transform: scaleX(1);
				transform-origin: 0 50%;
			}*/

		.footer .footer-links li > a {
			opacity: 0.6;
			color: #fff;
			font-style: normal;
			font-weight: 400;
			font-size: 12px;
			line-height: 22px;
			text-decoration: none;
			transition: all 0.2s ease-in-out;
		}

			.footer .footer-links li > a:hover {
				opacity: 1;
			}

	.footer .links {
		display: flex;
	}

		.footer .links > li:first-child {
			width: 25%;
		}

		.footer .links > li {
			width: 50%;
			text-align: center;
		}

			.footer .links > li:last-child {
				width: 25%;
				text-align: right;
			}

	.footer .social-links {
		display: flex;
		justify-content: flex-end;
		position: relative;
		margin-top: 35px;
	}

		.footer .social-links li {
			margin: 0 11.5px;
		}

	.footer .footer-submenu .menu {
		display: flex;
		justify-content: center;
		padding: 0;
		margin-top: 50px;
	}

		.footer .footer-submenu .menu li {
			margin: 0 23.5px;
		}

		.footer .footer-submenu .menu a {
			display: inline-block;
			position: relative;
			color: #fff;
			font-style: normal;
			font-weight: 600;
			font-size: 13px;
			line-height: 15px;
			text-decoration: none;
			transition: all 0.2s ease-in-out;
		}

			.footer .footer-submenu .menu a:after {
				content: '';
				display: block;
				background: #fff;
				border-radius: 2px;
				width: 100%;
				position: absolute;
				height: 2px;
				bottom: -5px;
				transform-origin: 100% 50%;
				transform: scaleX(0);
				transition: transform .2s ease;
			}

			.footer .footer-submenu .menu a:hover:after {
				transform: scaleX(1);
				transform-origin: 0 50%;
			}

	.footer .copyright {
		max-width: 620px;
		margin: 45px auto 28px;
		color: #fff;
		font-style: normal;
		font-weight: normal;
		font-size: 10px;
		line-height: 15px;
		text-align: center;
	}

	.footer .additional-links {
		display: flex;
		justify-content: center;
	}

		.footer .additional-links li {
			padding: 0 11px;
		}

			.footer .additional-links li a {
				display: inline-block;
				position: relative;
				color: #fff;
				font-style: normal;
				font-weight: 600;
				font-size: 10px;
				line-height: 12px;
				text-align: center;
				text-decoration: none;
				transition: all 0.2s ease-in-out;
			}

				.footer .additional-links li a:after {
					content: '';
					display: block;
					background: #fff;
					border-radius: 2px;
					width: 100%;
					position: absolute;
					height: 2px;
					bottom: -5px;
					transform-origin: 100% 50%;
					transform: scaleX(0);
					transition: transform .2s ease;
				}

				.footer .additional-links li a:hover:after {
					transform: scaleX(1);
					transform-origin: 0 50%;
				}

@media screen and (min-width: 1080px) and (max-width: 1279px) {
	.footer .footer-links h5 {
		font-size: 11px;
		line-height: 13px;
		letter-spacing: 0.1em;
	}

	.footer .footer-links .footer-menu {
		width: calc(100% - 250px);
	}
}

@media screen and (max-width: 1079px) {
	.footer {
		padding: 0 32px 25px;
	}

		.footer .logo {
			text-align: center;
		}

		.footer .footer-links {
			border-bottom: 0 none;
			padding: 45px 0 0;
			flex-direction: column;
		}

			.footer .footer-links .footer-menu {
				margin-top: 30px;
				width: auto;
				flex-direction: column;
			}

				.footer .footer-links .footer-menu > li {
					border-bottom: 1px solid #E7E7E7;
				}

					.footer .footer-links .footer-menu > li ul {
						display: none;
						padding-left: 20px;
					}

					.footer .footer-links .footer-menu > li.opened h5:after {
						transform: rotate(-90deg) scale(0.5);
					}

					.footer .footer-links .footer-menu > li.opened ul {
						display: block;
					}

				.footer .footer-links .footer-menu li {
					margin-bottom: 20px;
				}

	.mobile-only {
		display: block;
	}

	.desktop-only {
		display: none;
	}

	.footer .footer-links .footer-menu li > a {
		font-size: 14.5px;
		line-height: 17px;
		letter-spacing: 0.2em;
		opacity: 1;
	}

	.footer .footer-links .footer-menu h5 {
		position: relative;
	}

		.footer .footer-links .footer-menu h5.has-submenu:after {
			content: '';
			display: block;
			height: 48px;
			position: absolute;
			right: 0;
			top: -50%;
			width: 48px;
			margin-right: -12px;
			margin-top: 6px;
			z-index: 0;
			transform: rotate(90deg) scale(0.5);
		}

		.footer .footer-links .footer-menu h5,
		.footer .footer-links .footer-menu h5:hover,
		.footer .footer-links .footer-menu h5:focus,
		.footer .footer-links .footer-menu h5:active {
			padding-bottom: 20px;
			margin: 0;
			display: block;
			position: relative;
			z-index: 1;
			color: #fff;
		}

	/*.footer .footer-links .footer-menu h5:after,
            .footer .footer-links .footer-menu h5:hover:after,
            .footer .footer-links .footer-menu h5:focus:after,
            .footer .footer-links .footer-menu h5:active:after {
                display: none;
            }*/

	.footer .links {
		flex-direction: column;
	}

		.footer .links > li, .footer .links > li:last-child {
			width: auto;
		}

		.footer .links .menu {
			margin-top: 27px;
		}

			.footer .links .menu li {
				margin: 0 16.5px;
			}

		.footer .links .social-links {
			margin-top: 45px;
			justify-content: center;
		}

			.footer .links .social-links li:last-child {
				margin: 0 11.5px;
				text-align: center;
			}

	.footer .copyright {
		margin-bottom: 45px;
		font-size: 11px;
		line-height: 16px;
	}

	.footer .additional-links {
		margin: 0 -30px;
	}

		.footer .additional-links li {
			padding: 0 12.5px;
		}

			.footer .additional-links li a {
				font-size: 11px;
				line-height: 13px;
			}
}

/*#endregion Footer*/

/*#region New Home insights carousel*/

.oc-carousel-wrapper {
	background: #0F3557;
	padding: 60px 0;
}

	.oc-carousel-wrapper h2 {
		margin-bottom: 55px;
		color: #fff;
		/*font-style: normal;
        font-weight: bold;*/
		/*font-size: 28px;
        line-height: 28px;*/
		text-align: center;
		/*font-family: Roboto, 'sans-serif';*/
	}

	.oc-carousel-wrapper .insight-item {
		font-family: Roboto, 'sans-serif';
		padding: 20px 10px;
	}

		.oc-carousel-wrapper .insight-item a {
			display: block;
		}

		.oc-carousel-wrapper .insight-item .img-wrapper {
			padding: 40px 0 0;
		}

			.oc-carousel-wrapper .insight-item .img-wrapper img {
				border-radius: 3px;
			}

			.oc-carousel-wrapper .insight-item .img-wrapper .insight-thumbnail {
				transition: all .3s ease-in-out;
				position: relative;
			}

			.oc-carousel-wrapper .insight-item .img-wrapper:hover .insight-thumbnail {
				transform: translateY(-2%);
			}

			.oc-carousel-wrapper .insight-item .img-wrapper .insight-type {
				display: inline-block;
				position: absolute;
				width: 38px;
				height: 38px;
				right: 11px;
				top: 11px;
				transition: background-image 0.2s ease-in-out;
				background: url("../images/Icons2.svg") no-repeat;
			}

				.oc-carousel-wrapper .insight-item .img-wrapper .insight-type.article {
					background-position: 12.709030100334449% 90.9090909090909%;
				}

			.oc-carousel-wrapper .insight-item .img-wrapper .insight-thumbnail:hover .insight-type.article {
				transition: background-image 0.2s ease-in-out;
				background-position: 25.418060200668897% 90.9090909090909%;
			}

			.oc-carousel-wrapper .insight-item .img-wrapper .insight-type.audio {
				background-position: 0 90.9090909090909%;
			}

			.oc-carousel-wrapper .insight-item .img-wrapper .insight-thumbnail:hover .insight-type.audio {
				transition: background-image 0.2s ease-in-out;
				background-position: 50.836120401337794% 90.9090909090909%;
			}

			.oc-carousel-wrapper .insight-item .img-wrapper .insight-type.video {
				background-position: 63.54515050167224% 90.9090909090909%;
			}

			.oc-carousel-wrapper .insight-item .img-wrapper .insight-thumbnail:hover .insight-type.video {
				transition: background-image 0.2s ease-in-out;
				background-position: 38.12709030100334% 90.9090909090909%;
			}

		.oc-carousel-wrapper .insight-item .insight-desc .insights-type {
			color: #008265;
			font-style: normal;
			font-weight: bold;
			font-size: 11px;
			line-height: 25px;
			letter-spacing: 0.150em;
			text-transform: uppercase;
			/*text-decoration: none;*/
			display: inline-block;
			position: relative;
		}

		/*.oc-carousel-wrapper .insight-item .insight-desc .insights-type:after {
				background: #008265;
				border-radius: 2px;
				content: '';
				bottom: 0px;
				height: 2px;
				display: block;
				position: absolute;
				width: 100%;
				transform-origin: 100% 50%;
				transform: scaleX(0);
				transition: transform .2s ease;
			}

			.oc-carousel-wrapper .insight-item .insight-desc .insights-type:hover:after {
				transform: scaleX(1);
				transform-origin: 0 50%;
			}*/

		.oc-carousel-wrapper .insight-item .insight-desc .date {
			margin-bottom: 10px;
			color: #fff;
			font-style: normal;
			font-weight: bold;
			font-size: 11px;
			line-height: 25px;
			letter-spacing: 0.165em;
			text-transform: uppercase;
		}

		.oc-carousel-wrapper .insight-item .insight-desc .title-link {
			display: block;
			color: #fff;
			font-style: normal;
			font-weight: 400;
			font-size: 22px;
			text-decoration: none;
			margin-bottom: 15px;
			text-underline-offset: 4px;
			line-height: 32px;
		}

			.oc-carousel-wrapper .insight-item .insight-desc .title-link:hover {
				text-decoration: underline;
			}

		.oc-carousel-wrapper .insight-item .insight-desc .read-more {
			display: inline-block;
			margin: 0;
			color: #fff;
		}

			.oc-carousel-wrapper .insight-item .insight-desc .read-more a {
				color: #fff;
			}

	.oc-carousel-wrapper .oc-carousel-list .owl-nav .owl-prev,
	.oc-carousel-wrapper .oc-carousel-list .owl-nav .owl-next {
		height: 48px;
		position: absolute;
		top: 110px;
		width: 48px;
		font-size: 0;
		background: url("../images/Icons2.svg") no-repeat;
	}

	.oc-carousel-wrapper .oc-carousel-list .owl-nav .owl-prev {
		left: -48px;
		background-position: 16.608996539792386% 19.68503937007874%;
	}

		.oc-carousel-wrapper .oc-carousel-list .owl-nav .owl-prev:hover {
			background-position: 0 19.68503937007874%;
		}

	.oc-carousel-wrapper .oc-carousel-list .owl-nav .owl-next {
		right: -48px;
		background-position: 16.608996539792386% 38.58267716535433%;
	}

		.oc-carousel-wrapper .oc-carousel-list .owl-nav .owl-next:hover {
			background-position: 33.910034602076124% 18.89763779527559%;
		}

	.oc-carousel-wrapper .button-wrapper {
		text-align: center;
	}

		.oc-carousel-wrapper .button-wrapper .btn {
			border: 0 none;
			border-radius: 3px;
			cursor: pointer;
			display: block;
			min-width: 184px;
			padding: 22px 47px;
			position: relative;
			font-style: normal;
			font-weight: bold;
			font-family: Roboto, 'sans-serif';
			font-size: 14px;
			line-height: 14px;
			text-align: center;
			text-transform: uppercase;
			text-decoration: none;
			transition: all .2s ease-in-out;
		}

@media screen and (max-width: 1079px) {

	.oc-carousel-wrapper .oc-carousel-list .owl-nav .owl-prev,
	.oc-carousel-wrapper .oc-carousel-list .owl-nav .owl-next {
		top: 60px;
	}

	.oc-carousel-wrapper .insight-item .insight-desc .title-link {
		font-size: 20px;
		line-height: 28px !important;
	}
}

@media screen and (max-width: 767px) {

	.oc-carousel-wrapper h2 {
		margin-bottom: 0px;
	}

	.oc-carousel-wrapper .insight-item .insight-desc .title-link {
		font-size: 16px;
		line-height: 20px !important;
	}

	.oc-carousel-wrapper .owl-dots {
		display: block;
		margin: 40px auto;
		text-align: center;
	}

	.oc-carousel-wrapper .owl-dot {
		background: #F1F1F1 !important;
		border-radius: 100%;
		height: 10px;
		margin: 0 7.5px;
		width: 10px;
		opacity: 0.5;
	}

		.oc-carousel-wrapper .owl-dot.active {
			background: #fff !important;
			opacity: 1;
		}
}


/*#endregion New Home insights carousel*/

/*#region Home Billboard*/
.home-billboard {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.home-billboard-container {
	padding: 75px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	position: relative;
	min-height: 550px;
}

.home-billboard .img-wrapper img,
.home-billboard .img-wrapper video {
	position: absolute;
	top: 50%;
	left: 50%;
	right: 0;
	bottom: 0;
	z-index: -1;
	min-width: 100%;
	min-height: 100%;
	display: block;
	transform: translate(-50%, -50%);
	max-width: none;
}

.home-billboard .img-wrapper:after {
	background: #000;
	content: '';
	opacity: 0.3;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.home-billboard h1 {
	position: relative;
	max-width: 775px;
	margin: 0 auto 45px;
	color: #fff;
	font-family: "orpheuspro",serif;
	font-style: normal;
	font-weight: normal;
	font-size: 60px;
	line-height: 59px;
	text-align: center;
}

	.home-billboard h1 .animate-rows {
		display: inline-block;
	}

	.home-billboard h1 .row-1 {
		animation: 1000ms ease 0ms 1 normal both running fadeInUp;
	}

	.home-billboard h1 .row-2 {
		animation: 1000ms ease 200ms 1 normal both running fadeInUp;
	}

	.home-billboard h1 .row-3 {
		animation: 1000ms ease 400ms 1 normal both running fadeInUp;
	}

	.home-billboard h1 .row-4 {
		animation: 1000ms ease 600ms 1 normal both running fadeInUp;
	}

	.home-billboard h1 .row-5 {
		animation: 1000ms ease 800ms 1 normal both running fadeInUp;
	}

.home-billboard button {
	position: relative;
}

.home-billboard .btn-wrap {
	width: 194px;
	margin: 0 auto;
}

.btn-wrap {
	/*background: #fff;*/
	border-radius: 3px;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.social-links-wrapper {
	position: absolute;
	padding-top: 25px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

	.social-links-wrapper span {
		display: block;
		transform: rotate( 90deg);
		/*color: #fff;*/
		/*font-style: normal;*/
		font-weight: bold;
		font-size: 10px;
		line-height: 10px;
	}

/*.home-billboard .social-links, .page-banner .social-links {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    position: relative;
    margin-top: 25px;
}

    .home-billboard .social-links li, .page-banner .social-links li {
        margin: 5px;
    }*/

.social-links {
	/*display: flex;
    justify-content: flex-end;
    flex-direction: column;
    position: relative;*/
	/*margin-top: 15px;*/
}

/*.social-links li{
        margin: 5px;
    }*/

/*.social-links li:last-child {
    margin-right: 0;
}*/

/*.social-links li a {
    display: block;
    width: 47px;
    height: 47px;
    transition: background-image 0.2s ease-in-out;
}*/

@media screen and (max-width: 1079px) {
	.home-billboard h1 {
		font-size: 42px;
		line-height: 42px;
	}

	.social-links-wrapper {
		display: none;
	}

	.home-billboard-container {
		padding: 115px 15px;
	}

		.home-billboard-container h1 .animate-rows {
			display: inline;
		}
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
	.home-billboard {
		background-image: url('/images/oaktreecaplibraries/banners/hb_mobi_bg.png');
		background-repeat: no-repeat;
		background-size: cover;
	}

		.home-billboard .img-wrapper img, .home-billboard .img-wrapper video {
			z-index: 0 !important;
			display: none;
		}
}

/*#endregion Home Billboard*/

/*#region Home Page Assets*/
.home-strategies {
	display: flex;
	margin: 0 auto -30px;
	max-width: 1200px;
	position: relative;
	align-items: center;
	justify-content: space-between;
}

	.home-strategies .content {
		max-width: 430px;
		width: 100%;
	}

		.home-strategies .content h2 {
			margin-bottom: 30px;
			color: #000;
			/*font-style: normal;
            font-weight: bold;
            font-size: 28px;
            line-height: 1.2em;*/
			text-align: left;
		}

		.home-strategies .content p {
			margin-bottom: 25px;
			color: #000;
			font-style: normal;
			font-weight: normal;
			font-size: 20px;
			line-height: 28px;
		}

	.home-strategies .tiles {
		margin-top: 75px;
		display: flex;
		flex-wrap: wrap;
		text-align: center;
	}

		.home-strategies .tiles li {
			border-radius: 3px;
			overflow: hidden;
			height: 300px;
			margin: 0 32.5px;
			position: relative;
			width: 300px;
			visibility: hidden;
			opacity: 0;
			transform: matrix(1, 0, 0, 1, 0, 450);
			transition: opacity 1s ease-in-out, transform 1s ease-in-out;
		}

			.home-strategies .tiles li:nth-child(2n) {
				margin-top: 75px;
			}

			.home-strategies .tiles li.show {
				visibility: visible;
				transform: matrix(1, 0, 0, 1, 0, 0);
				opacity: 1;
			}

		.home-strategies .tiles img {
			border-radius: 3px;
			position: absolute;
			top: 0;
			left: 0;
			height: 300px;
			width: 300px;
			z-index: 0;
		}

		.home-strategies .tiles h3 {
			max-width: 260px;
			margin: 0 auto 25px;
			position: relative;
			z-index: 2;
			color: #fff;
			font-style: normal;
			font-weight: bold;
			font-size: 28px;
			line-height: 28px;
			text-align: center;
			transition: margin 1s;
		}

		.home-strategies .tiles .tile-content {
			position: relative;
			height: 100%;
			display: flex;
			flex-direction: column;
			justify-content: flex-start;
			top: 247px;
			max-height: 300px;
			transition: top 1s;
		}

			.home-strategies .tiles .tile-content a {
				position: relative;
				text-decoration: none;
			}

				.home-strategies .tiles .tile-content a:before {
					background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 87.5%);
					content: '';
					display: block;
					position: absolute;
					padding-top: min(100%, 300px);
					left: 0;
					right: 0;
					bottom: 0;
					z-index: 1;
				}

			.home-strategies .tiles .tile-content p {
				width: 260px;
				margin: 0 auto 10px;
				position: relative;
				z-index: 2;
				color: #fff;
				font-style: normal;
				/*font-weight: 600;*/
				font-size: 16px;
				line-height: 24px;
				text-align: center;
			}

			.home-strategies .tiles .tile-content span.link-underline {
				margin-bottom: 10px;
				color: #fff;
			}

@media screen and (max-width: 1200px) and (min-width: 1080px) {
	.home-strategies .content {
		max-width: 400px;
		padding-left: 20px;
	}

	.home-strategies .tiles li {
		margin: 0 15px;
	}


		.home-strategies .tiles li:nth-child(2n) {
			margin-top: 35px;
		}
}

@media screen and (max-width: 1079px) {
	.link-underline {
		font-size: 13px;
		line-height: 14px;
	}

	.home-strategies {
		flex-direction: column;
		padding: 50px 15px;
		margin: 0 auto;
	}

		.home-strategies .content {
			text-align: center;
		}

			.home-strategies .content h2 {
				margin-bottom: 20px;
				/*font-size: 22px;
                line-height: 28px;*/
				text-align: center;
			}

			.home-strategies .content p {
				padding: 0 20px;
				font-size: 16px;
				line-height: 20px;
			}

		.home-strategies .tiles {
			margin: 47.5px -7.5px 0;
			width: calc(100% + 15px);
			justify-content: center;
			max-width: 630px;
		}

			.home-strategies .tiles > li {
				height: auto;
				margin: 7.5px !important;
				padding-top: min(calc(50% - 15px), 300px);
				width: calc(50% - 15px);
				max-width: 300px;
				max-height: 300px;
			}

				.home-strategies .tiles > li img {
					width: 100%;
					height: 100%;
					max-height: 300px;
					max-width: 300px;
				}

				.home-strategies .tiles > li .tile-content {
					position: absolute;
					top: calc(100% - 43px) !important;
				}

					.home-strategies .tiles > li .tile-content:before {
						background: linear-gradient(180.12deg, rgba(0, 0, 0, 0) -27.43%, #000000 99.89%);
					}

					.home-strategies .tiles > li .tile-content h3 {
						max-width: 85%;
						margin: 0 auto 10px;
						font-size: 20px;
					}

					.home-strategies .tiles > li .tile-content p {
						max-width: 90%;
						width: auto;
						font-size: 12px;
						line-height: 16px;
					}

					.home-strategies .tiles > li .tile-content .link-underline {
						font-size: 13px;
						line-height: 14px;
					}
}

@media screen and (max-width: 576px) {
	.home-strategies .tiles > li .tile-content h3 {
		font-size: 16px;
	}
}
/*#endregion Home Page Assets*/

/*#region Bios Page*/
.table-view .table-view-content {
	/*max-width: 1180px;*/
	/*margin: 0 auto;
	padding-bottom: 130px;*/
}

	.table-view .table-view-content h2 {
		margin: 45px auto;
		color: #000;
		font-weight: normal;
		font-size: 3rem;
		text-align: center;
	}

	.table-view .table-view-content .table-filters {
		padding-bottom: 40px;
		display: flex;
		justify-content: space-between;
	}

		.table-view .table-view-content .table-filters > div > span {
			margin-right: 20px;
			color: #000;
			font-style: normal;
			font-weight: 500;
			font-size: 14px;
			line-height: 20px;
			letter-spacing: 0.03em;
		}

		.table-view .table-view-content .table-filters .dropdown-filter-wrapper {
			display: inline-block;
			/*width: 259px;*/
		}

		.table-view .table-view-content .table-filters .search-filter-wrapper {
			position: relative;
			/*width: 259px;*/
		}

		.table-view .table-view-content .table-filters #search-filter {
			border: 0 none;
			display: inline-block;
			padding: 13px 0;
			/*width: 239px;*/
			color: #000;
			font-style: normal;
			font-weight: 500;
			font-size: 16px;
			line-height: 22px;
			letter-spacing: 0.03em;
		}

		.table-view .table-view-content .table-filters .search-filter-wrapper:after {
			border-radius: 2px;
			background: #008265;
			content: '';
			height: 2px;
			width: 100%;
			position: absolute;
			bottom: 0;
			left: 0;
			transition: all 0.2s ease-in-out;
		}

		.table-view .table-view-content .table-filters .search-filter-wrapper span {
			display: none;
		}

		.table-view .table-view-content .table-filters .search-filter-wrapper .svg-search {
			margin: 0;
			border: 0 none;
			cursor: pointer;
			position: absolute;
			right: 0;
			bottom: 13px;
			height: 26px;
			width: 26px;
			transform: scale(0.85);
		}

	.table-view .table-view-content .dataTables_wrapper .dataTables_paginate .fg-button.ui-state-disabled {
		background: #008265;
		border-radius: 3px;
		cursor: none;
		color: #fff;
		opacity: 1;
	}



.back.link-underline {
	display: inline-block;
	min-height: 18px;
	position: relative;
	padding-left: 32px;
	line-height: 15px;
}

	.back.link-underline:before {
		content: '';
		/*display: inline-block;*/
		position: absolute;
		left: 0;
		transform: rotate(180deg);
		transition: background-image 0.2s ease-in-out;
		content: url(/Assets/OaktreeCap/Images/view-all-green.svg);
		width: 21px;
		height: 21px;
	}

	.back.link-underline:hover:before {
		content: url(/Assets/OaktreeCap/Images/view-all-blue.svg);
	}


.person-bio-img {
	border-radius: 3px;
	max-width: 324px;
	margin-right: 55px;
	/*height: 100%;*/
	display: block;
	margin: 0 auto;
}

.person-bio-content .bio-wrapper {
	display: flex;
	padding: 50px 0 0;
	color: #000;
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
}

	.person-bio-content .bio-wrapper h1 {
		font-family: "orpheuspro";
		font-size: 58px;
		line-height: 81px;
	}

	.person-bio-content .bio-wrapper h2 {
		margin-bottom: 35px;
		font-weight: 500;
		font-size: 22px;
		line-height: 31px;
		font-family: "Roboto";
	}

/*.person-bio .person-bio-content .bio-wrapper p {
                margin-bottom: 25px;
            }*/

/*.alignRight {
	float: right;
}*/

@media screen and (max-width: 991px) {
	.person-bio-img {
		max-width: 220px;
	}

	.person-bio-content .bio-wrapper h1 {
		font-size: 26px;
		line-height: 37px;
	}

	.person-bio-content .bio-wrapper h2 {
		font-size: 20px;
		line-height: 1.25;
	}
}

.exec-img {
	border-radius: 3px;
}

.senior-exec h4 a {
	margin-bottom: 0;
	position: relative;
	display: inline-block;
	color: #000;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

	.senior-exec h4 a:hover {
		color: #008265;
	}

	.senior-exec h4 a:after {
		content: '';
		display: block;
		background: #000;
		border-radius: 2px;
		width: 100%;
		position: absolute;
		height: 2px;
		bottom: 0;
		transform-origin: 100% 50%;
		transform: scaleX(0);
		transition: transform .2s ease;
	}

.senior-exec h5 {
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
}

.table-view .table-view-content .table-filters .ui-selectmenu-text {
	display: block; /*inline-block;*/
	padding: 13px 0;
	color: rgba(0, 0, 0, 0.45);
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.03em;
}

.table-bios {
	min-width: 500px;
}

	.table-bios .row {
		font-style: normal;
		font-weight: 600;
		letter-spacing: 0.03em;
		font-size: .8rem;
		margin: 0 auto;
		padding: 0;
		line-height: 1.5;
		border-bottom: 1px solid #d0d0d0;
		flex: 1 1 auto;
	}

		.table-bios .row:first-child {
			background-color: #0F3557 !important;
			color: #fff;
		}

		.table-bios .row:nth-of-type(even) {
			background-color: #F1F1F1;
		}

		.table-bios .row:nth-of-type(odd) {
			background-color: #fff;
		}

		.table-bios .row .paragraph {
			word-break: normal;
		}

		.table-bios .row a.paragraph {
			color: #008265;
		}

			.table-bios .row a.paragraph:hover {
				color: #000000;
				text-decoration: underline;
			}



.colorGreen {
	color: #008265 !important;
}

.filter {
	border-bottom: solid 2px #008265;
	border-left: none;
	border-right: none;
	border-top: none;
	position: relative;
	cursor: pointer;
	height: 30px;
	width: 219px;
	font-size: 16px;
	letter-spacing: 0.03em;
}

#memo-archives-filter-menu, .ui-menu-item .ui-menu-item-wrapper.ui-state-active,
#department-filter-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
	background: transparent;
	border: 0;
	color: #008265;
	margin: 0;
}

#memo-archives-filter-menu, #insights-filter-menu, #department-filter-menu {
	border: 0 none;
	box-shadow: 0px 9px 15px rgb(0 0 0 / 10%);
	padding: 20px 27px;
}

.ui-selectmenu-menu.ui-selectmenu-open {
	z-index: 999;
}


#sf-country-menu {
	border: 0 none;
	box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.1);
	padding: 20px 27px;
	text-align: left;
}


	#sf-country-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active,
	#memo-archives-filter-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active,
	#insights-filter-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active,
	#department-filter-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
		background: transparent;
		border: 0;
		color: #008265;
		margin: 0;
	}

	#sf-country-menu .ui-menu-item .ui-menu-item-wrapper,
	#memo-archives-filter-menu .ui-menu-item .ui-menu-item-wrapper,
	#insights-filter-menu .ui-menu-item .ui-menu-item-wrapper,
	#department-filter-menu .ui-menu-item .ui-menu-item-wrapper {
		padding: 0;
		color: #000;
		font-style: normal;
		font-weight: bold;
		font-size: 14px;
		line-height: 32px;
		letter-spacing: 0.05em;
	}

	#sf-country-menu .ui-menu-item .ui-menu-item-wrapper,
	#memo-archives-filter-menu .ui-menu-item .ui-menu-item-wrapper,
	#insights-filter-menu .ui-menu-item .ui-menu-item-wrapper {
		text-transform: capitalize;
	}

.table-view .table-view-content .table-filters .ui-selectmenu-button.ui-button {
	background: transparent;
	border: 0 none;
	padding: 0;
	display: inline-block;
	position: relative;
}

	.table-view .table-view-content .table-filters .ui-selectmenu-button.ui-button.ui-selectmenu-button-open .ui-selectmenu-icon {
		transform: rotate( 180deg) translateY(-50%);
		transform-origin: top;
	}

	.table-view .table-view-content .table-filters .ui-selectmenu-button.ui-button.ui-selectmenu-button-open:after {
		background: #000;
	}

	.table-view .table-view-content .table-filters .ui-selectmenu-button.ui-button:after {
		border-radius: 2px;
		background: #008265;
		content: '';
		height: 2px;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		transition: all 0.2s ease-in-out;
	}

.table-view .table-view-content .table-filters .ui-selectmenu-button.ui-button {
	background: transparent;
	border: 0 none;
	padding: 0;
	display: inline-block;
	position: relative;
	width: 225px;
}

.table-view .table-view-content .table-filters .ui-selectmenu-icon {
	position: absolute;
	right: 0;
	top: 50%;
	transition: background-image 0.2s ease-in-out;
	transform: translateY(-50%);
}

#location-filter-menu, #department-filter-menu {
	border: 0 none;
	box-shadow: 0px 9px 15px rgb(0 0 0 / 10%);
	padding: 20px 27px;
}

	#location-filter-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active, #department-filter-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
		background: transparent;
		border: 0;
		color: #008265;
		margin: 0;
	}

	#location-filter-menu .ui-menu-item .ui-menu-item-wrapper, #department-filter-menu .ui-menu-item .ui-menu-item-wrapper {
		padding: 0;
		color: #000;
		font-style: normal;
		font-weight: bold;
		font-size: 14px;
		line-height: 32px;
		letter-spacing: 0.05em;
		/*text-transform: capitalize;*/
	}

.table-view .table-view-content .dataTables_wrapper .dataTables_paginate .fg-button.previous.ui-state-disabled, .table-view .table-view-content .dataTables_wrapper .dataTables_paginate .fg-button.previous.ui-state-disabled:after {
	background: transparent;
}
/*#region Pagination */
.pagination {
	/*float: left;*/
	font-size: 15px;
	font-weight: bold;
	border-radius: 4px;
}

	.pagination a, .pagination span {
		padding: 6px 7px;
	}

	.pagination a {
		color: #000000;
		text-decoration: none;
		margin: 0 5px;
	}

	.pagination li.active a {
		cursor: default !important;
	}

	.pagination span, .pagination a.active, .pagination a:hover:not(.active), .pagination li.active a {
		background-color: #008265;
		color: #ffffff;
	}

	.pagination a:hover:not(.active) {
		cursor: pointer;
	}
/*#endregion Pagaination*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.table-view .table-view-content .table-filters .ui-selectmenu-button.ui-button {
		width: 200px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.table-view .table-view-content .table-filters .ui-selectmenu-button.ui-button {
		width: 160px;
	}
}

@media screen and (max-width: 767px) {
	.table-view .table-view-content h2 {
		margin-top: 0;
		margin-bottom: 35px;
		/*font-size: 22px;
		line-height: 31px;
		font-weight: 600;*/
	}

	.table-view .table-view-content .table-filters {
		flex-direction: column-reverse;
	}

		.table-view .table-view-content .table-filters > div > span {
			display: none;
		}

		.table-view .table-view-content .table-filters .dropdown-filter-wrapper {
			display: block;
			width: 100%;
			margin-top: 15px;
		}

			.table-view .table-view-content .table-filters .dropdown-filter-wrapper .ui-selectmenu-button.ui-button {
				width: 100%;
			}

		.table-view .table-view-content .table-filters .search-filter-wrapper {
			display: block;
			width: 100%;
			margin-top: 15px;
		}

			.table-view .table-view-content .table-filters .search-filter-wrapper span {
				display: block;
				margin-bottom: 12px;
			}

			.table-view .table-view-content .table-filters .search-filter-wrapper #search-filter {
				width: 100%;
			}

	.table-view .table-view-content .dataTable tbody td {
		min-width: 152px;
		width: 25%;
	}

	.table-view .table-view-content .dataTables_wrapper {
		overflow: auto;
		width: 100%;
	}
}

/*#endregion Bios Page*/
.ocm-2cols {
	display: flex;
	margin: 0 auto;
	padding: 55px 15px 90px;
	max-width: 1345px;
}

@media screen and (max-width: 1079px) {

	.ocm-2cols {
		flex-direction: column;
		padding: 50px 15px 0;
	}
}

/*#region About page Odometer stats*/
.featured-stats-wrapper {
	background: #F1F1F1;
}

	.featured-stats-wrapper .featured-stats {
		display: flex;
		max-width: 1440px;
		margin: 0 auto;
		padding: 80px 0;
		min-height: 274px;
		justify-content: space-evenly;
		align-items: center;
	}

		.featured-stats-wrapper .featured-stats li {
			text-align: center;
		}

			.featured-stats-wrapper .featured-stats li:after {
				background: #0F3557;
				content: '';
				display: block;
				height: 4px;
				margin: 20px auto 0;
				width: 60px;
			}

		.featured-stats-wrapper .featured-stats .value {
			display: block;
			margin-bottom: 10px;
			color: #0F3557;
			font-family: "orpheuspro", serif;
			font-style: normal;
			font-weight: normal;
			font-size: 60px;
			line-height: 59px;
			text-align: center;
		}

			.featured-stats-wrapper .featured-stats .value > span {
				display: inline-block;
				vertical-align: middle;
			}

			.featured-stats-wrapper .featured-stats .value.year .odometer-formatting-mark {
				display: none;
			}

		.featured-stats-wrapper .featured-stats .description {
			color: #008265;
			font-style: normal;
			font-weight: 400;
			font-size: 22px;
			line-height: 22px;
			text-align: center;
		}

@media screen and (max-width: 600px) {
	.featured-stats-wrapper .featured-stats {
		flex-direction: column;
		padding: 30px 15px;
	}

		.featured-stats-wrapper .featured-stats li {
			margin: 20px auto;
		}

		.featured-stats-wrapper .featured-stats .value {
			margin-bottom: 0;
			font-size: 40px;
			line-height: 59px;
		}

		.featured-stats-wrapper .featured-stats .description {
			font-size: 18px;
			line-height: 22px;
		}
}


.odometer.odometer-auto-theme,
.odometer.odometer-theme-minimal {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	position: relative;
}

	.odometer.odometer-auto-theme .odometer-digit,
	.odometer.odometer-theme-minimal .odometer-digit {
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		*zoom: 1;
		*display: inline;
		position: relative;
	}

		.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
		.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
			display: inline-block;
			vertical-align: middle;
			*vertical-align: auto;
			*zoom: 1;
			*display: inline;
			visibility: hidden;
		}

		.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
		.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
			text-align: left;
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			overflow: hidden;
		}

		.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
		.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
			display: block;
		}

		.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
		.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
			display: block;
			-webkit-backface-visibility: hidden;
		}

		.odometer.odometer-auto-theme .odometer-digit .odometer-value,
		.odometer.odometer-theme-minimal .odometer-digit .odometer-value {
			display: block;
			-webkit-transform: translateZ(0);
		}

			.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
			.odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
				position: absolute;
			}

	.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
	.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
		-webkit-transition: -webkit-transform 2s;
		-moz-transition: -moz-transform 2s;
		-ms-transition: -ms-transform 2s;
		-o-transition: -o-transform 2s;
		transition: transform 2s;
	}

	.odometer.odometer-auto-theme.odometer-animating .odometer-ribbon-inner,
	.odometer.odometer-theme-minimal.odometer-animating .odometer-ribbon-inner {
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
	.odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner {
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
	.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
		-webkit-transition: -webkit-transform 2s;
		-moz-transition: -moz-transform 2s;
		-ms-transition: -ms-transform 2s;
		-o-transition: -o-transform 2s;
		transition: transform 2s;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	.odometer.odometer-auto-theme .odometer-formatting-mark,
	.odometer.odometer-theme-minimal .odometer-formatting-mark {
		vertical-align: bottom;
	}

	.odometer.odometer-auto-theme .odometer-value,
	.odometer.odometer-theme-minimal .odometer-value {
		text-align: center;
	}
/*#endregion About page Odometer stats*/

/*#region About banner*/

.page-banner {
	width: 100%;
	min-height: 400px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

	.page-banner .overlay {
		background: rgba(0, 0, 0, 0.55);
		width: 100%;
		height: 100%;
		position: absolute;
		flex-direction: column;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	/*.page-banner:before {
		background: rgba(0, 0, 0, 0.55);
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
	}*/

	/*.page-banner img {
		position: absolute;
		left: 50%;
		top: 50%;
		max-width: 100%;
		transform: translate(-50%, -50%);
		z-index: -1;
	}*/

	.page-banner h1 {
		position: relative;
		/*color: #fff;*/
		font-family: "orpheuspro", serif;
		/*font-style: normal;
        font-weight: normal;*/
		font-size: 82px;
		line-height: 1;
		text-align: center;
		width: 80%;
	}

@media screen and (max-width: 1024px) {
	.page-banner img {
		height: 100%;
	}
}

@media screen and (max-width: 767px) {
	.page-banner {
		min-height: 200px;
	}

		.page-banner h1 {
			font-size: 42px;
		}
}
/*#endregion About banner*/

.sliding-info {
	background: #fff;
	padding: 0 15px;
}

	.sliding-info .sliding-info-content {
		max-width: 1210px;
		margin: 0 auto;
		display: flex;
		position: relative;
		align-items: center;
		justify-content: flex-end;
	}

		.sliding-info .sliding-info-content.fixed h2 {
			position: fixed;
			top: 50%;
			transform: translateY(-50%);
			z-index: 1;
		}

	.sliding-info h2 {
		position: absolute;
		top: 50vh;
		left: 0;
		transform: translateY(-50%);
		color: #000;
		font-style: normal;
		/*font-weight: bold;
		font-size: 58px;*/
		line-height: 1em;
	}

	.sliding-info .trigger-1 {
		position: absolute;
		top: 50vh;
		height: 1px;
		background: #f00;
	}

	.sliding-info .trigger-2 {
		position: absolute;
		bottom: 50vh;
		height: 1px;
		background: #f00;
	}

	.sliding-info img {
		max-width: 615px;
		width: 100%;
	}

	.sliding-info .slides {
		max-width: 842px;
		width: 100%;
	}

		.sliding-info .slides .item {
			margin-top: 90px;
			position: relative;
			opacity: 0;
			height: 100vh;
		}

			.sliding-info .slides .item.visible {
				opacity: 1;
			}

	.sliding-info .img-wrap {
		display: inline-block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

		.sliding-info .img-wrap:after {
			background: linear-gradient(270deg, #F1F1F1 0%, rgba(170, 170, 170, 0) 94.78%);
			content: '';
			display: block;
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
		}

	.sliding-info .value-wrapper {
		position: absolute;
		top: 50%;
		right: 0;
		width: 50%;
		transform: translateY(-50%);
	}

	.sliding-info .value {
		display: block;
		margin-bottom: 10px;
		color: #0F3557;
		font-family: "orpheuspro", serif;
		font-style: normal;
		font-weight: normal;
		font-size: 60px;
		line-height: 59px;
		text-align: center;
	}

	.sliding-info .description {
		color: #008265;
		font-style: normal;
		font-weight: 500;
		font-size: 22px;
		line-height: 22px;
		text-align: center;
	}

		.sliding-info .description:after {
			background: #0F3557;
			content: '';
			display: block;
			height: 4px;
			margin: 20px auto 0;
			width: 60px;
		}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
	.sliding-info .slides {
		max-width: 674px;
	}

	.sliding-info img {
		max-width: 492px;
	}

	.sliding-info .value {
		font-size: 48px;
		line-height: 48px;
	}

	.sliding-info .description {
		font-size: 18px;
		line-height: 18px;
	}
}

@media screen and (max-width: 1023px) {
	.sliding-info {
		padding: 55px 15px 55px;
	}

		.sliding-info .sliding-info-content {
			flex-direction: column;
		}

			.sliding-info .sliding-info-content h2 {
				margin-bottom: 55px;
				position: static;
				/*font-size: 22px;
				line-height: 31px;*/
				transform: translate(0, 0);
			}

			.sliding-info .sliding-info-content .slides .item {
				opacity: 1;
				margin-top: 0;
				height: auto;
			}

			.sliding-info .sliding-info-content .owl-dots {
				margin-top: 55px;
				text-align: center;
			}

			.sliding-info .sliding-info-content .owl-dot {
				background: #000;
				border: 0 none;
				border-radius: 100%;
				width: 10px;
				height: 10px;
				margin: 0 7.5px;
				opacity: 0.4;
			}

				.sliding-info .sliding-info-content .owl-dot.active {
					background: #008265;
					opacity: 1;
				}

			.sliding-info .sliding-info-content .img-wrap {
				display: block;
				position: static;
				transform: none;
			}

				.sliding-info .sliding-info-content .img-wrap img {
					margin: 0 auto;
				}

				.sliding-info .sliding-info-content .img-wrap:after {
					display: none;
				}

			.sliding-info .sliding-info-content .value-wrapper {
				position: static;
				padding-top: 25px;
				width: 100%;
				transform: translateY(0);
			}

				.sliding-info .sliding-info-content .value-wrapper .value {
					font-size: 40px;
					line-height: 60px;
				}

				.sliding-info .sliding-info-content .value-wrapper .description {
					font-size: 18px;
					line-height: 22px;
				}
}

/*#region About page Doughnut charts*/
.oc-2cols-2colbg-light-grey {
	background: linear-gradient( 90deg, #fff 0%, #fff 50%, #f1f1f1 50%, #f1f1f1 100%);
}

.group .grouped-content {
	/*background: #f2f2f2;*/
	/*max-width: 1180px;*/
	/*margin: 0 auto;*/
	/*padding: 100px 0;*/
	display: flex;
}

.group .tabs h5 {
	cursor: pointer;
	color: #000;
	font-style: normal;
	font-weight: bold;
	font-size: 14.5px;
	line-height: 17px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.group .tabs {
	display: flex;
	width: 100%;
	justify-content: space-between;
	position: relative;
}

	.group .tabs.flex-row {
		padding: 0 0 20px;
	}

	.group .tabs.flex-column {
		padding-left: 15px;
		max-width: 278px;
		min-width: 278px;
	}

	.group .tabs.flex-row h5 {
		text-align: center;
	}

	.group .tabs.flex-row:after, .group .tabs.flex-column:after {
		background: #E0E0E0;
		border-radius: 100px;
		content: '';
		position: absolute;
	}

	.group .tabs.flex-row:after {
		left: 0;
		right: 0;
		height: 4px;
		bottom: 0;
	}

	.group .tabs.flex-column:after {
		width: 4px;
		right: 0;
		top: 0;
		bottom: 0;
	}

	.group .tabs.flex-column li {
		padding: 15px 20px 15px 0;
		position: relative;
		cursor: pointer;
		color: #000;
		font-style: normal;
		font-weight: bold;
		font-size: 14.5px;
		line-height: 17px;
		letter-spacing: 0.2em;
		text-transform: uppercase;
	}

	.group .tabs.flex-row > li:after, .group .tabs.flex-column > li:after {
		background: #008265;
		content: '';
		opacity: 0;
		position: absolute;
		z-index: 1;
		transition: opacity 0.2s ease-in-out;
	}

	.group .tabs.flex-row > li:after, .group .tabs.flex-row > li.active:after {
		width: 100%;
		height: 4px;
		bottom: -20px;
		border-radius: 100px;
	}

	.group .tabs.flex-column > li:after, .group .tabs.flex-column > li.active:after {
		right: 0;
		top: 0;
		bottom: 0;
		width: 4px;
	}

	.group .tabs li h5:hover {
		color: #008265;
	}

	.group .tabs.flex-row > li:hover:after, .group .tabs.flex-column > li:hover:after, .group .tabs.flex-row > li.active:after, .group .tabs.flex-column > li.active:after {
		opacity: 1;
	}

	.group .tabs.flex-row > li, .group .tabs.flex-column > li {
		position: relative;
		flex-grow: 1;
	}

		.group .tabs.flex-row > li.active:after, .group .tabs.flex-column > li.active:after {
			background: #008265;
			border-radius: 100px;
			content: '';
			position: absolute;
			z-index: 1;
		}

.group .grouped-content.flex-row .tabs-content {
	padding: 40px 15px 40px 80px;
	background: #f1f1f1; /*Needs to be taken care of with condition in view*/
}

.group .grouped-content.flex-column .tabs-content {
	padding: 0;
}

.group .tabs-content h2,
.group .tabs-content h5 {
	display: none;
	position: relative;
	color: #000;
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 39px;
}

.group .grouped-content.flex-row .tabs-content li.active h5 {
	display: block;
}

.group .tabs-content li.active h5:after {
	display: none;
}

.group .tabs-content h2:after,
.group .tabs-content h5:after {
	content: '';
	width: 48px;
	height: 48px;
	position: absolute;
	right: -8px;
	top: -0px;
	transform: rotate(90deg) scale(0.35);
}

.group .tabs-content h6 {
	margin-bottom: 35px;
	position: relative;
	color: #000;
	font-style: normal;
	font-weight: bold;
	font-size: 14.5px;
	line-height: 17px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

	.group .tabs-content h6 sup {
		position: absolute;
		top: -50%;
		margin-left: 5px;
		color: #000;
		font-style: normal;
		font-weight: normal;
		font-size: 12px;
		line-height: 14px;
		letter-spacing: 0.2em;
		text-transform: uppercase;
		vertical-align: top;
	}

.group .tabs-content .content {
	margin-top: 19px;
	/*padding-top: 45px;*/
	display: none;
	justify-content: space-between;
}

.group .tabs-content .active .content {
	display: flex;
}

.group .tabs-content .active h2:after,
.group .tabs-content .active h5:after {
	transform: rotate(-90deg) scale(0.35);
}

.group .tabs-content .asset-wrap {
	/*max-width: 600px;*/
	width: 100%;
}

.group .breakdown ul {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	max-height: 222px;
	width: 100%;
}

	.group .breakdown ul li {
		margin-bottom: 15px;
		/*padding-left: 24px;*/
		position: relative;
		color: #000;
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 22px;
		letter-spacing: 0.03em;
	}

		.group .breakdown ul li .listBullet {
			border-radius: 100%;
			content: '';
			display: block;
			width: 14px;
			height: 14px;
			position: absolute;
			top: 4px;
			left: 0;
		}

.group .breakdown .doughnut-chart {
	max-width: 330px;
	max-height: 330px;
}

	.group .breakdown .doughnut-chart.mobile {
		display: none;
	}

@media screen and (max-width: 991px) {
	.group .tabs-content ul {
		max-height: none;
	}

	/*.group{
		background: none;
	}*/

	.oc-2cols-2colbg-light-grey {
		background: unset;
	}

	.group .grouped-content {
		padding: 35px 0px;
	}

		.group .grouped-content.flex-row .tabs-content, .group .grouped-content.flex-column .tabs-content {
			padding: 0;
			background: none;
			width: 100%;
		}

	.group .tabs {
		display: none;
	}

	.group .tabs-content {
		padding: 0;
	}

		.group .tabs-content h2,
		.group .tabs-content h5 {
			padding: 15px;
			margin: 0 -15px -15px;
			display: block;
			font-size: 16px;
			line-height: 19px;
			letter-spacing: normal;
		}

		.group .tabs-content li.active h5:after {
			display: block;
		}

		.group .tabs-content h6 {
			font-size: 12.5px;
			line-height: 15px;
		}

		.group .tabs-content > li {
			border: 1px solid #aaa;
			border-radius: 3px;
			margin: 5px auto;
			padding: 0 15px 15px;
		}

		.group .tabs-content .active .content {
			flex-direction: column;
		}

		.group .tabs-content .doughnut-chart.desktop {
			display: none !important;
		}

		.group .tabs-content .doughnut-chart.mobile {
			display: block;
			max-width: 200px;
			max-height: 200px;
			margin: 0 auto 50px;
		}
}


/*#endregion About page Doughnut charts*/

/*#region Portfolio Managers carousel*/

.people-list .people-list-content .owl-nav .owl-prev {
	left: -48px;
}

.people-list .people-list-content .owl-nav .owl-next {
	right: -48px;
}

.people-list .people-list-content .person a {
	display: block;
}

.people-list .people-list-content .person {
	max-width: 200px;
	margin: auto;
	padding: 5px;
}

	.people-list .people-list-content .person img {
		border-radius: 3px;
		margin-bottom: 15px;
		transition: all .3s ease-in-out;
	}

		.people-list .people-list-content .person img:hover {
			transform: translateY(-2%);
		}

	/*.people-list .people-list-content .person h4 a {*/
	.people-list .people-list-content .person .full-name {
		margin-bottom: 6px;
		/*position: relative;*/
		display: inline-block;
		color: #000;
		font-style: normal;
		font-weight: bold;
		font-size: 22px;
		line-height: 28px;
		/*text-decoration: none;*/
		/*transition: all 0.2s ease-in-out;*/
	}

	/*.people-list .people-list-content .person h5 {*/
	.people-list .people-list-content .person .job-title {
		color: #000;
		display: inline-block;
		font-weight: 500;
		font-size: 16px;
		line-height: 21px;
	}

.people-list .people-list-content .owl-nav .owl-prev,
.people-list .people-list-content .owl-nav .owl-next {
	height: 48px;
	position: absolute;
	top: 88px;
	width: 48px;
	font-size: 0;
	transition: background-image 0.2s ease-in-out;
}

@media screen and (max-width: 767px) {

	.people-list .people-list-content .owl-nav {
		display: none;
	}

	.people-list .people-list-content .owl-dots {
		margin-top: 20px;
		display: block;
		text-align: center;
	}

		.people-list .people-list-content .owl-dots .owl-dot {
			background: #000;
			border: 0 none;
			border-radius: 100%;
			width: 10px;
			height: 10px;
			margin: 0 7.5px;
			opacity: 0.4;
		}

			.people-list .people-list-content .owl-dots .owl-dot.active {
				background: #008265;
				opacity: 1;
			}

	.people-list .people-list-content .people-wrapper.scroll-wrapper {
		margin: 0 7.5px;
		padding-bottom: 25px !important;
	}

	.people-list .people-list-content .person img {
		max-width: 100%;
	}

	/*.people-list .people-list-content .person h4 {*/
	.people-list .people-list-content .person .full-name {
		font-size: 18px;
		line-height: 25px;
	}

	/*.people-list .people-list-content .person h5 {*/
	.people-list .people-list-content .person .job-title {
		font-size: 14px;
		line-height: 18px;
	}

	.people-list .people-list-content h2 {
		margin-bottom: 25px;
	}

	.people-list .people-list-content .person {
		width: 157px;
	}

	.people-list .people-list-content .btn-wrap {
		margin-top: 30px;
	}

	.vertical-line {
		border-right: none !important;
		border-top: 2px solid #fff !important;
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

		.vertical-line:first-child {
			border-top: none !important;
		}

	#twitterFeed .col-6 {
		max-width: 100% !important;
		flex: 0 0 100% !important;
	}
}

/*#endregion Portfolio Managers carousel*/

@media screen and (max-width: 1023px) {
	.btn.secondary {
		padding: 17px 27px;
	}
}


.references {
	background: #F2F2F2;
}

	.references ul {
		max-width: 1200px;
		margin: 0 auto;
		list-style: none;
	}

		.references ul li {
			margin-bottom: 1.5em;
			color: #000;
			font-style: normal;
			font-weight: normal;
			font-size: 11px;
			line-height: 15px;
			letter-spacing: 0.03em;
		}

		.references ul sup {
			float: left;
			vertical-align: top;
			font-size: 100%;
			margin: 10px 0 0 0;
			top: 0em;
		}

		.references ul p {
			margin-left: 10px;
		}

/*#region strategies of an asset class*/
.full-width-tabs-wrapper .tab {
	border: 1px solid #aaa;
	border-radius: 3px;
	margin: 10px 0;
	padding: 15px 25px;
}

.full-width-tabs-wrapper button {
	position: relative;
	cursor: pointer;
	color: #008265;
	font-family: "orpheuspro";
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	line-height: 59px;
	padding-right: 30px;
	background: none;
	border: 0;
	width: 100%;
	text-align: left;
}

	.full-width-tabs-wrapper button:hover {
		color: #43997B;
	}

	.full-width-tabs-wrapper button:after {
		content: '';
		display: block;
		width: 48px;
		height: 48px;
		position: absolute;
		right: -11px;
		top: 6.5px;
		transform: rotate(90deg) scale(0.5);
	}

.full-width-tabs-wrapper .active button:after {
	top: 6px;
	transform: rotate(-90deg) scale(0.5);
}

.full-width-tabs-wrapper .description {
	font-weight: 500;
}

@media screen and (max-width: 991px) {
	.full-width-tabs-wrapper .tab {
		padding: 18px 16px;
	}

	.full-width-tabs-wrapper button {
		font-size: 26px;
		line-height: 31px;
	}

		.full-width-tabs-wrapper button:after {
			top: -8.5px;
			transform: rotate(90deg) scale(0.35);
		}

	.full-width-tabs-wrapper .description {
		margin-top: 20px;
	}

	.full-width-tabs-wrapper .active button:after {
		top: -8.5px;
		transform: rotate(-90deg) scale(0.35);
	}
}
/*#endregion strategies of an asset class*/

.quote-symbol-large {
	margin-bottom: -58px;
	color: #008265;
	font-family: "orpheuspro";
	font-style: normal;
	font-weight: bold;
	font-size: 102px;
	line-height: 102px;
}

.quote-text {
	margin-bottom: 20px;
	color: #000;
	font-family: "orpheuspro";
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 31px;
}

.green-bordered-box {
	border: 3px solid #008265;
	border-radius: 3px;
	padding: 25px 64px 35px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.quote-author {
	/*color: #000;
	font-style: normal;
	line-height: 58px;*/
}

	.quote-author img {
		margin-right: 15px;
		display: inline-block;
		vertical-align: middle;
		border-radius: 50%;
		width: 70px;
		height: 70px;
	}

/*#region Insights page*/

.insights-list-wrapper .insights-list-content .heading-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.insights-list-wrapper .insights-list-content .insightfilter {
	text-align: right;
}

	.insights-list-wrapper .insights-list-content .insightfilter > span {
		margin-right: 15px;
		color: #000;
		font-style: normal;
		font-weight: 500;
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0.03em;
	}

.insights-list-wrapper .insights-list-content .dropdown-filter-wrapper {
	display: inline-block;
}

	.insights-list-wrapper .insights-list-content .dropdown-filter-wrapper .ui-selectmenu-icon {
		position: absolute;
		right: 0;
		top: 50%;
		transition: background-image 0.2s ease-in-out;
		transform: translateY(-50%);
	}

	.insights-list-wrapper .insights-list-content .dropdown-filter-wrapper .ui-selectmenu-button.ui-button {
		background: transparent;
		border: 0 none;
		padding: 0;
		display: inline-block;
		position: relative;
		width: 239px;
	}

		.insights-list-wrapper .insights-list-content .dropdown-filter-wrapper .ui-selectmenu-button.ui-button:after {
			border-radius: 2px;
			background: #008265;
			content: '';
			height: 2px;
			width: 100%;
			position: absolute;
			bottom: 0;
			left: 0;
		}

		.insights-list-wrapper .insights-list-content .dropdown-filter-wrapper .ui-selectmenu-button.ui-button.ui-selectmenu-button-open:after {
			background: #000;
		}

		.insights-list-wrapper .insights-list-content .dropdown-filter-wrapper .ui-selectmenu-button.ui-button.ui-selectmenu-button-open .ui-selectmenu-icon {
			transform: rotate(180deg);
			transform-origin: top;
		}

	.insights-list-wrapper .insights-list-content .dropdown-filter-wrapper .ui-selectmenu-text {
		display: inline-block;
		padding: 13px 0;
		width: 219px;
		color: rgba(0, 0, 0, 0.45);
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 22px;
		letter-spacing: 0.03em;
	}

.insights-list-wrapper .insights-list-content .tabs {
	display: flex;
	padding: 0 0 20px;
	width: 100%;
	justify-content: space-between;
	position: relative;
}

	.insights-list-wrapper .insights-list-content .tabs:before {
		content: '';
		display: none;
	}

	.insights-list-wrapper .insights-list-content .tabs:after {
		background: #E0E0E0;
		border-radius: 100px;
		content: '';
		left: 0;
		right: 0;
		height: 4px;
		position: absolute;
		bottom: 0;
	}

	.insights-list-wrapper .insights-list-content .tabs > li {
		position: relative;
		flex-grow: 1;
	}

		.insights-list-wrapper .insights-list-content .tabs > li h5 {
			text-align: center;
		}

		.insights-list-wrapper .insights-list-content .tabs > li:after {
			background: #008265;
			border-radius: 100px;
			content: '';
			opacity: 0;
			width: 100%;
			height: 4px;
			position: absolute;
			bottom: -20px;
			z-index: 1;
			transition: opacity 0.2s ease-in-out;
		}

		.insights-list-wrapper .insights-list-content .tabs > li:hover h5 {
			color: #008265;
		}

		.insights-list-wrapper .insights-list-content .tabs > li:hover:after, .insights-list-wrapper .insights-list-content .tabs > li.active:after {
			opacity: 1;
		}

	.insights-list-wrapper .insights-list-content .tabs h5 {
		cursor: pointer;
		color: #000;
		font-style: normal;
		font-weight: bold;
		font-size: 14.5px;
		line-height: 17px;
		letter-spacing: 0.2em;
		text-transform: uppercase;
	}

.insights-list-wrapper .insights-list-content .tabs-content {
	padding: 0;
}

	.insights-list-wrapper .insights-list-content .tabs-content h2,
	.insights-list-wrapper .insights-list-content .tabs-content h5 {
		position: relative;
		color: #000;
		font-style: normal;
		font-weight: bold;
		font-size: 28px;
		line-height: 39px;
		text-align: left;
	}

	.insights-list-wrapper .insights-list-content .tabs-content h6 {
		margin-bottom: 35px;
		position: relative;
		color: #000;
		font-style: normal;
		font-weight: bold;
		font-size: 14.5px;
		line-height: 17px;
		letter-spacing: 0.2em;
		text-transform: uppercase;
	}

		.insights-list-wrapper .insights-list-content .tabs-content h6 sup {
			position: absolute;
			top: -50%;
			margin-left: 5px;
			color: #000;
			font-style: normal;
			font-weight: normal;
			font-size: 12px;
			line-height: 14px;
			letter-spacing: 0.2em;
			text-transform: uppercase;
			vertical-align: top;
		}

	.insights-list-wrapper .insights-list-content .tabs-content .content {
		padding-top: 45px;
		display: none;
		justify-content: space-between;
		text-align: center;
	}

	.insights-list-wrapper .insights-list-content .tabs-content .active .content {
		display: block;
	}

	.insights-list-wrapper .insights-list-content .tabs-content .active h2,
	.insights-list-wrapper .insights-list-content .tabs-content .active h5 {
		display: block;
	}

		.insights-list-wrapper .insights-list-content .tabs-content .active h2:after,
		.insights-list-wrapper .insights-list-content .tabs-content .active h5:after {
			transform: rotate(-90deg) scale(0.35);
		}

	.insights-list-wrapper .insights-list-content .tabs-content .asset-wrap {
		max-width: 600px;
		width: 100%;
	}

.insights-list-wrapper .insights-list {
	display: flex;
	flex-wrap: wrap;
}

	.insights-list-wrapper .insights-list .insight-item {
		margin: 50px 0px;
		text-align: left;
	}

		.insights-list-wrapper .insights-list .insight-item a {
			display: block;
		}

.insights-list-wrapper .title-link {
	margin-bottom: 15px;
	line-height: 32px;
	/*font-family: orpheuspro, sans-serif;*/
	font-weight: 400;
	font-size: 22px;
	display: block;
	font-style: normal;
	color: black;
	text-underline-offset: 4px;
}

	.insights-list-wrapper .title-link:hover {
		text-decoration: none;
		color: #008265;
	}

.insights-list-wrapper .titleUnderline:hover {
	text-decoration: underline;
}

.insights-list-wrapper .img-wrapper {
	margin-bottom: 25px;
	position: relative;
	transition: all .3s ease-in-out;
}

	.insights-list-wrapper .img-wrapper img {
		border-radius: 3px;
		max-width: 100%;
	}

	.insights-list-wrapper .img-wrapper:hover {
		transform: translateY(-2%);
	}

.insights-list-wrapper .insight-type {
	display: inline-block;
	width: 38px;
	height: 38px;
	position: absolute;
	right: 11px;
	top: 11px;
	transition: background-image 0.2s ease-in-out;
}

.insights-list-wrapper .button-wrapper {
	margin-top: 95px;
	text-align: center;
}

.insights-list-wrapper .insights-type {
	color: #008265;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	line-height: 25px;
	letter-spacing: 0.150em;
	text-transform: uppercase;
	/*text-decoration: none;*/
	display: inline-block;
	position: relative;
}

/*.insights-list-wrapper .insights-type:after {
		background: #008265;
		border-radius: 2px;
		content: '';
		bottom: 0px;
		height: 2px;
		display: block;
		position: absolute;
		width: 100%;
		transform-origin: 100% 50%;
		transform: scaleX(0);
		transition: transform .2s ease;
	}

	.insights-list-wrapper .insights-type:hover:after {
		transform: scaleX(1);
		transform-origin: 0 50%;
	}*/

.insights-list-wrapper .date {
	margin-bottom: 10px;
	color: #979797;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	line-height: 25px;
	letter-spacing: 0.165em;
	text-transform: uppercase;
}

.insights-list-wrapper .read-more {
	display: inline-block;
	margin: 0;
}

	.insights-list-wrapper .read-more a {
		color: #000;
	}

.insights-list-wrapper .btn-wrap {
	margin-top: 50px;
}

.insights-list-wrapper .archives {
	display: none;
}

.listen,
.download,
.archived {
	display: inline-block;
	position: relative;
	padding-left: 32px;
	margin-right: 20px;
	color: #000;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.03em;
	text-decoration: none;
}

	.listen:before,
	.download:before,
	.archived:before {
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.listen:after,
	.download:after,
	.archived:after {
		background: #008265;
		border-radius: 2px;
		content: '';
		bottom: -5px;
		left: 0;
		height: 2px;
		display: block;
		position: absolute;
		width: 100%;
		transform-origin: 100% 50%;
		transform: scaleX(0);
		transition: transform .2s ease;
	}

	.listen:hover:after,
	.download:hover:after,
	.archived:hover:after {
		transform: scaleX(1);
		transform-origin: 0 50%;
	}


@media screen and (min-width: 1024px) {
	.archivedInsightsDiv {
		display: inline-block;
	}
}

@media screen and (max-width: 1023px) {
	.insights-list-wrapper .insights-list-content .tabs {
		border: 1px solid #aaa;
		border-radius: 3px;
		flex-direction: column;
		padding: 0;
		position: relative;
	}

		.insights-list-wrapper .insights-list-content .tabs:before {
			display: block;
			position: absolute;
			height: 18px;
			width: 18px;
			right: 16px;
			top: 17.5px;
		}

		.insights-list-wrapper .insights-list-content .tabs.opened:before {
			transform: rotate(180deg);
		}

		.insights-list-wrapper .insights-list-content .tabs li {
			padding: 18px 16px;
			max-width: none;
		}

			.insights-list-wrapper .insights-list-content .tabs li h5 {
				text-align: left;
			}

			.insights-list-wrapper .insights-list-content .tabs li:after {
				display: none;
			}

		.insights-list-wrapper .insights-list-content .tabs:after {
			display: none;
		}

	.insights-list-wrapper .insights-list-content .insightfilter {
		text-align: left;
	}

		.insights-list-wrapper .insights-list-content .insightfilter .archived {
			/*display: block;*/
			margin-bottom: 25px;
		}

	.insights-list-wrapper .insights-list-content .archives {
		display: block;
	}

	.insights-list-wrapper .insights-list-content .dropdown-filter-wrapper .ui-selectmenu-button.ui-button {
		width: 180px;
	}

	.insights-list-wrapper .insights-list-content .active h2 {
		margin-bottom: 25px;
		font-size: 22px;
		line-height: 31px;
	}

	.insights-list-wrapper .insights-list-content .heading-row {
		flex-direction: column;
		align-items: unset;
	}

	.insights-list-wrapper .insights-list-content .tabs-content .memos-list {
		margin: 0;
	}

	.insights-list-wrapper .insights-list-content .tabs-content .memo-sublist {
		border: 0 none;
		padding: 0;
	}

		.insights-list-wrapper .insights-list-content .tabs-content .memo-sublist h3 {
			display: none;
			color: #000;
			font-size: 22px;
			line-height: 31px;
		}

			.insights-list-wrapper .insights-list-content .tabs-content .memo-sublist h3:after {
				display: none;
			}

		.insights-list-wrapper .insights-list-content .tabs-content .memo-sublist.opened h3 {
			display: block;
			margin-top: 23px;
		}

		.insights-list-wrapper .insights-list-content .tabs-content .memo-sublist .memo-items {
			margin: 0 -13px;
		}

		.insights-list-wrapper .insights-list-content .tabs-content .memo-sublist .memo-item {
			width: calc(50% - 26px);
			margin: 13px;
		}

		.insights-list-wrapper .insights-list-content .tabs-content .memo-sublist .archived {
			border-radius: 100%;
			padding: 0;
			width: 36px;
			height: 36px;
			position: relative;
			font-size: 0;
		}

			.insights-list-wrapper .insights-list-content .tabs-content .memo-sublist .archived:before {
				display: inline-block;
				content: '';
				height: 24px;
				width: 24px;
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
			}

		.insights-list-wrapper .insights-list-content .tabs-content .memo-sublist .title {
			font-size: 16px;
			line-height: 27px;
		}
}


@media screen and (max-width: 1079px) {
	.insights-list-wrapper .title-link {
		order: 4;
		font-size: 20px;
		line-height: 28px !important;
	}
}

@media screen and (max-width: 767px) {
	.insights-list-wrapper .insights-list .insight-item {
		display: flex;
		flex-direction: column;
	}

	.insights-list-wrapper .insights-list .insight-type {
		transform: scale(0.85);
	}

	.insights-list-wrapper .img-wrapper {
		order: 1;
	}

	.insights-list-wrapper .date {
		order: 3;
		margin-bottom: 0;
	}

	.insights-list-wrapper .insights-type {
		order: 2;
	}

	.insights-list-wrapper .title-link {
		order: 4;
		font-size: 16px;
		line-height: 20px !important;
	}

	.insights-list-wrapper .read-more {
		order: 5;
	}

	.insights-list-wrapper .btn-wrap {
		margin-top: 0px;
	}
}

@media screen and (max-width: 576px) {
	.insights-list-wrapper .insights-list .insight-item {
		margin: 50px 0px 10px 0px;
	}

	.insights-list-wrapper .btn-wrap {
		margin-top: 50px;
	}
}
/*#endregion Insights page*/


/*#region Subscribe Email Alerts*/

.form-banner {
	/*background: url("https://b2cdevassets.blob.core.windows.net/ocmb2c/Assets/Images/2.png") no-repeat;*/
	background: url("/images/oaktreecaplibraries/default-album/grey-banner.png") no-repeat;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	background-position: 50% 50%;
	background-size: cover;
}

	.form-banner .overlay {
		background: rgba(0, 0, 0, 0.55);
		width: 100%;
		height: 100%;
	}

.subscribe-form {
	/*margin: 80px 15px;
	padding: 0 !important;
	overflow: hidden !important;*/
}

	.subscribe-form .form-submitted-message {
		/*padding: 40px;*/
		background: #f1f1f1;
	}

	.subscribe-form .form-wrapper {
		max-width: 460px;
		height: 100%;
		padding: 30px 40px !important;
		width: 100%;
	}

		.subscribe-form .form-wrapper form {
			max-width: 365px;
		}

		.subscribe-form .form-wrapper.has-scrollbar {
			padding-right: 20px !important;
		}

			.subscribe-form .form-wrapper.has-scrollbar form {
				max-width: 385px;
			}

		.subscribe-form .form-wrapper .scroll-content {
			max-width: calc(100% - 12%) !important;
		}

	.subscribe-form form {
		max-width: 460px;
		color: #000;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 24px;
	}

	.subscribe-form h2 {
		text-align: left;
	}

	.subscribe-form p {
		margin-bottom: 20px;
	}

	.subscribe-form ul li {
		display: list-item;
	}

	.subscribe-form .errMessage {
		color: red;
		margin-bottom: 9px;
		font-style: normal;
		font-weight: 500;
		font-size: 11px;
		line-height: 13px;
		margin-left: auto;
		margin-right: auto;
		max-width: 375px;
		/*padding-left: 10px;*/
	}

	.subscribe-form .errMessageStar {
		color: red;
		margin-bottom: 9px;
		font-style: normal;
		font-weight: 500;
		font-size: 25px;
		line-height: 13px;
	}

	.subscribe-form .captchaErrMessage {
		color: red;
		font-style: normal;
		font-weight: 500;
		font-size: 11px;
		line-height: 13px;
		margin-left: auto;
		margin-right: auto;
		max-width: 375px;
	}

	.subscribe-form .heading {
		margin-bottom: 20px;
	}

	.subscribe-form label {
		display: inline-block;
		margin-bottom: 9px;
		color: #000;
		font-style: normal;
		font-weight: 500;
		font-size: 11px;
		line-height: 13px;
		letter-spacing: 0.2em;
		text-transform: uppercase;
	}

	.subscribe-form input.text-field {
		background: #F1F1F1;
		border: 1px solid #F1F1F1;
		border-radius: 3px;
		padding: 17.5px 19px;
		margin-bottom: 20px;
		width: 100%;
		color: #000;
		font-style: normal;
		/*font-weight: 600;*/
		font-size: 16px;
		line-height: 22px;
		letter-spacing: 0.03em;
	}

		.subscribe-form input.text-field:focus {
			border: 1px solid #008265;
		}

	.subscribe-form .dropdown-filter-wrapper.has-value #sf-country-button {
		color: #000;
	}

	.subscribe-form .ui-selectmenu-menu.ui-selectmenu-open {
		overflow: auto;
		max-width: 100%;
	}

	.subscribe-form #sf-country-button {
		background: #F1F1F1;
		border: 1px solid #F1F1F1;
		border-radius: 3px;
		padding: 17.5px 19px;
		margin-bottom: 20px;
		width: 100%;
		color: #aaa;
		font-family: "Roboto", sans-serif;
		font-style: normal;
		/*font-weight: 600;*/
		font-size: 16px;
		line-height: 22px;
		letter-spacing: 0.03em;
	}

	.subscribe-form .link-underline {
		color: #008265;
		font-size: 16px;
		line-height: 24px;
		font-weight: 500;
		text-transform: none;
	}

		.subscribe-form .link-underline:after {
			height: 1px;
			margin-top: 0;
		}

	.subscribe-form .checkbox-field {
		display: none;
	}

	.subscribe-form .checkbox {
		cursor: pointer;
		display: inline-block;
		margin: 0 9px 0 0;
		vertical-align: middle;
	}

	.subscribe-form .checkbox-field ~ label {
		display: inline-block;
	}

	.subscribe-form .btn {
		margin-top: 40px;
		width: 100%;
	}



	.subscribe-form form {
		background: #fff;
		margin: 0 auto;
		max-width: 550px;
		padding: 40px;
		width: 100%;
	}

		.subscribe-form form p,
		.subscribe-form form h2,
		.subscribe-form form fieldset,
		.subscribe-form form .btn-wrap {
			display: block;
			max-width: 375px;
			margin-left: auto;
			margin-right: auto;
		}

@media screen and (max-width: 767px) {

	.subscribe-form .btn {
		padding: 22px 47px;
	}

	.subscribe-form form {
		/*padding: 40px 20px;*/
	}
}


/*#endregion Subscribe Email Alerts*/


.people-wrapper-container {
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.people-wrapper-container {
		width: 100% !important;
	}
}

/*#region Contact us*/
.ui-widget-content {
	border: 1px solid #ddd;
	background: #fff;
	color: #333
}
.ui-tooltip.ui-widget-content.map-info {
	opacity: 1;
}

	.ui-tooltip.ui-widget-content.map-info .tooltip-inner {
		padding: 12px;
		background-color: transparent;
		text-align: left;
		font-family: Arial, Helvetica, sans-serif;
	}

	.ui-tooltip.ui-widget-content.map-info .tooltip-arrow {
		display: none;
		/*background-color:transparent;*/
		/*color: transparent;*/
	}

	.ui-tooltip.ui-widget-content.map-info .tooltip-inner {
		max-width: unset;
	}

		.ui-tooltip.ui-widget-content.map-info .tooltip-inner h4 {
			margin-bottom: 10px;
			color: #000;
			font-style: normal;
			font-weight: 600;
			font-size: 16px;
			line-height: 20px;
			font-family: Arial, Helvetica, sans-serif;
		}

		.ui-tooltip.ui-widget-content.map-info .tooltip-inner .address {
			margin-bottom: 7px;
			color: #000;
			font-style: normal;
			font-weight: 500;
			font-size: 14px;
			line-height: 20px;
			font-family: Arial, Helvetica, sans-serif;
		}

		.ui-tooltip.ui-widget-content.map-info .tooltip-inner .phone {
			margin-bottom: 10px;
		}

		.ui-tooltip.ui-widget-content.map-info .tooltip-inner .fax,
		.ui-tooltip.ui-widget-content.map-info .tooltip-inner .phone {
			font-weight: 400;
			font-size: 14px;
			color: black;
			line-height: 1;
			font-family: Arial, Helvetica, sans-serif;
		}

		.ui-tooltip.ui-widget-content.map-info .tooltip-inner a {
			color: #008265;
			text-decoration: none;
			font-size: 14px;
		}

.map-wrapper {
	background: #f1f1f1;
	padding: 0 0 15px;
}

	.map-wrapper svg {
		max-width: 1180px;
		width: 100%;
		margin: 0 auto;
		display: block;
	}

.map-item .map-label {
	fill: #000;
	font-style: normal;
	font-weight: 500;
	font-size: 11px;
	line-height: 13px;
	text-align: right;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.map-item:hover {
	cursor: pointer;
}

	.map-item:hover .map-icon {
		fill: #0F3557;
	}

	.map-item:hover .map-label {
		stroke: #000;
	}

.map-wrapper-dk .map-wrapper {
	background-color: #0F3557 !important;
}

	.map-wrapper-dk .map-wrapper svg {
		max-width: 1180px;
		width: 100%;
		margin: 0 auto;
		display: block;
	}

	.map-wrapper-dk .map-wrapper .map-label {
		fill: #fff;
	}

	.map-wrapper-dk .map-wrapper .map-item:hover .map-label {
		fill: #fff;
		stroke: #fff;
		stroke-width: 0.5px;
	}

	.map-wrapper-dk .map-wrapper .map-item:hover .map-icon {
		fill: #008265;
	}



.contact-us-countries li {
	padding-left: 30px;
}

	.contact-us-countries li:before {
		background: url("../images/Icons4.svg") no-repeat;
	}

	.contact-us-countries li:before {
		background-position: 98.14814814814815% 73.4006734006734%;
	}

	.contact-us-countries li:before {
		width: 24px;
		height: 24px;
	}

	.contact-us-countries li:before {
		content: '';
		position: absolute;
		left: 15px;
	}

.contact-us-countries h4 {
	position: relative;
	cursor: pointer;
	color: #008265;
	font-family: "orpheuspro";
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	line-height: 59px;
}

	.contact-us-countries h4:hover {
		color: #43997B;
	}

	.contact-us-countries h4:after {
		content: '';
		width: 48px;
		height: 48px;
		position: absolute;
		right: -12px;
		top: 5.5px;
		transform: rotate(90deg) scale(0.5);
	}

.contact-us-countries .active h4:after {
	transform: rotate(-90deg) scale(0.5);
}

.contact-us-countries h5 {
	margin-bottom: 10px;
	color: #000;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
}

.contact-us-countries .address {
	margin-bottom: 7px;
	color: #000;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
}

/*.contact-us-countries .phone {
	margin-bottom: 10px;
}*/

.contact-us-countries .fax,
.contact-us-countries .phone {
	color: #000;
	font-style: normal;
	/*font-weight: 700;*/
	font-size: 11px;
	line-height: 22px;
}

.contact-us-countries a {
	/*display: inline-block;
	position: relative;*/
	color: #008265;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	letter-spacing: 0.03em;
	text-decoration: none;
}

/*.contact-us-countries a:after {
		background: #008265;
		border-radius: 2px;
		content: '';
		bottom: -3px;
		height: 2px;
		display: block;
		position: absolute;
		width: 100%;
		transform-origin: 100% 50%;
		transform: scaleX(0);
		transition: transform .2s ease;
	}*/

/*.contact-us-countries a:hover:after {
		transform: scaleX(1);
		transform-origin: 0 50%;
	}*/

@media screen and (max-width: 767px) {

	.contact-us-countries h4 {
		font-size: 24px;
		line-height: 40px;
	}

		.contact-us-countries h4:after {
			top: -4px;
			right: -15px;
			transform: rotate(90deg) scale(0.35);
		}

	.contact-us-countries .active h4:after {
		transform: rotate(-90deg) scale(0.35);
	}
}

/*#endregion Contact us*/

/*#region Careers Page*/
.our-people .column.quote {
	border-radius: 3px;
	border: 3px solid #fff;
	padding: 25px 64px 35px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.our-people .quote-symbol {
	color: #fff;
	margin-bottom: -58px;
	font-family: "orpheuspro";
	font-style: normal;
	font-weight: bold;
	font-size: 102px;
	line-height: 102px;
}

.our-people .quote-text {
	color: #fff;
	margin-bottom: 20px;
	font-family: "orpheuspro";
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 31px;
}

.our-people .link-underline {
	color: #fff;
	margin-bottom: 20px;
}

	.our-people .link-underline:after {
		background: linear-gradient( 90deg, #fff calc(100%/3), transparent 0 calc(200%/3), #fff 0) var(--d, 0%) 100%/300% 3px no-repeat;
	}

.our-people .quote-author {
	color: #fff;
	font-style: normal;
	line-height: 58px;
}

.our-people .owl-carousel .quote-author img {
	max-width: 58px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}

.our-people .quote-author .inline-block {
	display: inline-block;
	vertical-align: middle;
}

.our-people .quote-author .name {
	font-weight: bold;
	font-size: 16px;
	line-height: 28px;
}

.our-people .quote-author .position {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
}

/*This close button is used in Careers page, Our people modals to close the modal*/
.oc-modal-close {
	height: 30px;
	width: 30px;
	position: absolute;
	right: 1.7rem;
	top: 2.5rem;
	transform: translateY(-50%);
	cursor: pointer;
	transition: background-image 0.2s ease-in-out;
	content: url(/Assets/OaktreeCap/Images/close-black.svg);
}


@media screen and (max-width: 1023px) {
	.our-people .column {
		margin-left: auto;
		margin-right: auto;
		font-size: 16px;
		line-height: 24px;
	}

		.our-people .column.quote {
			border-width: 2px;
			padding: 25px 15px;
		}

	.our-people .quote-text {
		font-size: 16px;
		line-height: 22px;
		font-weight: 400;
	}

	.our-people .link-underline {
		font-size: 13px;
		line-height: 14px;
	}

	.our-people .owl-carousel .quote-author img {
		max-width: 64px;
	}

	.our-people .quote-author .name {
		font-size: 14px;
		line-height: 28px;
	}

	.our-people .quote-author .position {
		font-size: 12px;
		line-height: 16px;
	}
}

@media screen and (max-width: 767px) {
	.our-people .owl-item {
		padding: 0;
	}
}

@media screen and (min-width: 1200px) {
	.card-columns {
		column-count: 5;
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	.card-columns {
		column-count: 3;
	}
}

.card-columns .card {
	overflow: hidden;
}

	.card-columns .card:before {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34.64%, #000000 87.5%);
		content: '';
		display: block;
		position: absolute;
		padding-top: 265px;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
	}

	.card-columns .card .card-img-overlay {
		z-index: 2;
		transition: top 1s;
	}

	.card-columns .card h3 {
		margin: 0 auto 15px;
		position: relative;
		min-height: 62px;
		color: #fff;
		font-family: "Roboto", sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 20px;
		line-height: 31px;
		text-align: center;
		transition: margin 1s;
	}

	.card-columns .card ul {
		padding-left: 20px;
		margin: 0 auto 20px;
		position: relative;
		list-style: disc;
		color: #fff;
		font-style: normal;
		font-weight: 600;
		font-size: 13px;
		line-height: 18px;
		text-align: left;
	}

@media screen and (max-width: 767px) {
	.card-columns {
		align-items: center;
		display: flex;
		flex-direction: column;
	}

		.card-columns .card {
			max-width: 200px;
		}

			.card-columns .card h3 {
				min-height: 48px;
				margin-bottom: 11px;
				font-size: 16px;
				line-height: 24px;
			}

			.card-columns .card ul {
				margin-bottom: 15px;
				font-size: 11px;
				line-height: 15px;
			}
}

/*#endregion Careers Page*/


/*#region ESG Frameworks and Members*/
.membership .membership-content .tab-list {
	display: flex;
	margin: 12px -13px;
	flex-wrap: wrap;
	position: relative;
}

	.membership .membership-content .tab-list li {
		margin: 13px;
		max-width: calc(20% - 26px);
		width: 100%;
	}

		.membership .membership-content .tab-list li:after {
			content: '';
			width: 17px;
			height: 17px;
			position: absolute;
			display: none;
			right: 24px;
			top: 24px;
			background: url("/Assets/OaktreeCap/Images/arrow-down-green.svg") no-repeat;
		}

		.membership .membership-content .tab-list li .img-wrapper {
			/*background: #FFFFFF;*/
			box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
			max-width: 215px;
			height: 80px;
			padding: 9.5px 15px;
			position: relative;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
		}

		.membership .membership-content .tab-list li .description {
			/*background: #fff;*/
			border: 1px solid #F1F1F1;
			box-sizing: border-box;
			box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
			border-radius: 3px;
			position: absolute;
			padding: 27px 54px;
			left: 13px;
			margin-top: 25px;
			right: 13px;
			/*color: #000;
				font-family: "Roboto", sans-serif;
				font-style: normal;
				font-weight: normal;
				font-size: 14px;
				line-height: 21px;*/
		}

		.membership .membership-content .tab-list li.active .img-wrapper:before {
			content: '';
			display: block;
			width: 0;
			height: 0;
			position: absolute;
			bottom: -26px;
			border-top: 0 none;
			border-left: 13px solid transparent;
			border-right: 13px solid transparent;
			border-bottom: 13px solid #f1f1f1;
		}

		.membership .membership-content .tab-list li.active .img-wrapper:after {
			content: '';
			display: block;
			width: 0;
			height: 0;
			position: absolute;
			bottom: -26px;
			z-index: 1;
			border-top: 0 none;
			border-left: 11px solid transparent;
			border-right: 11px solid transparent;
			border-bottom: 11px solid #fff;
		}

		.membership .membership-content .tab-list li img {
			max-width: 100%;
			max-height: 61px;
			height: auto;
		}

.membership .membership-content .tab-list-wrap {
	max-width: 1210px;
	display: block;
	margin: 13px auto;
	padding: 0 15px;
	position: relative;
}

	.membership .membership-content .tab-list-wrap li {
		cursor: pointer;
	}

.membership .membership-content .membership-list {
	max-width: 1210px;
	display: block;
	margin: 13px auto;
	padding: 0 15px;
	position: relative;
}

.membership .membership-content .description {
	margin-top: 35px;
}

/*.membership .membership-content a {
        color: #008265;
        text-decoration: none;
    }

        .membership .membership-content a:hover {
            text-decoration: underline;
        }*/
/*
.membership .membership-content .owl-nav .owl-prev,
.membership .membership-content .owl-nav .owl-next {
	height: 48px;
	position: absolute;
	top: 150px;
	width: 48px;
	font-size: 0;
	transition: background-image 0.2s ease-in-out;
}

.membership .membership-content .owl-nav .owl-prev {
	left: -93px;
}

.membership .membership-content .owl-nav .owl-next {
	right: -93px;
}*/



@media screen and (max-width: 767px) {
	.membership .membership-content {
		padding: 10px 0 0 0;
	}

		.membership .membership-content .tab-list li {
			border: 1px solid #aaa;
			box-sizing: border-box;
			border-radius: 3px;
			max-width: none;
			cursor: pointer;
			position: relative;
			margin: 10px 15px;
			padding: 15px;
		}

			.membership .membership-content .tab-list li .img-wrapper {
				background: transparent;
				box-shadow: none;
				max-width: none;
				display: block;
				height: auto;
				padding: 0;
				margin: 0;
				z-index: 1;
			}

			.membership .membership-content .tab-list li img {
				max-height: 45px;
				width: auto;
			}

			.membership .membership-content .tab-list li:after {
				display: block;
			}

			.membership .membership-content .tab-list li.active:after {
				transform: rotate(-180deg);
			}

			.membership .membership-content .tab-list li.active .img-wrapper:before, .membership .membership-content .tab-list li.active .img-wrapper:after {
				display: none;
			}

			.membership .membership-content .tab-list li .description {
				padding: 0;
				position: static;
				box-shadow: none;
				border: 0 none;
			}

				.membership .membership-content .tab-list li .description .oc-close {
					display: none;
				}
}
/*#endregion ESG Frameworks and Members*/

/*#region Important Notice Modal*/
.oc-modal-important {
	max-width: 600px;
}

	.oc-modal-important .modal-body {
		padding: 2rem;
	}

	.oc-modal-important .modal-content {
		border-radius: 0;
	}

	.oc-modal-important h5 {
		font-size: 1rem;
		font-weight: bold;
		margin-bottom: 1rem;
	}

	.oc-modal-important .paragraph {
		font-size: 0.8rem;
		line-height: 1.5;
		margin-bottom: 1rem;
	}

	.oc-modal-important button {
		padding: 0.5rem 2rem;
		background-color: transparent;
		border: 2px solid #333;
		color: black;
	}

		.oc-modal-important button:hover {
			cursor: pointer;
			background-color: #f4f4f4;
		}
/*#endregion Important Notice Modal*/

/*#region Podcast*/
@media screen and (max-width: 991px) {
	.podcast-poster {
		max-width: 362px;
		width: 100%;
		margin-bottom: 20px;
	}
}

/*#endregion*/


/*#region memo and insight details*/
.insights-3col-wrapper {
	padding: 5rem 0;
}

	.insights-3col-wrapper .article-content h1.test-h1 {
		font-family: 'orpheuspro', serif;
		font-size: 2.75rem;
		font-weight: 300;
		color: #008265;
		margin-bottom: 2rem;
	}

	.insights-3col-wrapper .article-content ul li {
		list-style-type: none;
	}

	.insights-3col-wrapper .article-content .ac-left-sidebar,
	.insights-3col-wrapper .article-content .ac-right-sidebar {
		top: 130px;
		z-index: 55;
	}

	.insights-3col-wrapper .article-cotent .left-sidebar-options {
		display: block;
	}

	.insights-3col-wrapper .article-content .left-sidebar-options .btnSubscribe {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		padding: 1rem;
	}

	.insights-3col-wrapper .article-content .left-sidebar-options ul.insight-actions {
		margin: 0;
		padding: 0;
	}

		.insights-3col-wrapper .article-content .left-sidebar-options ul.insight-actions li {
			list-style-type: none;
			margin-bottom: 1.5rem;
		}

	.insights-3col-wrapper .article-content .social-links-wrapper-test {
		position: relative;
		right: 0;
		z-index: 1;
		float: right;
	}

		.insights-3col-wrapper .article-content .social-links-wrapper-test span {
			display: none;
		}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
	.insights-3col-wrapper .article-content .social-links-wrapper-test {
		width: 100%;
		float: none;
		text-align: center;
	}

		.insights-3col-wrapper .article-content .social-links-wrapper-test ul {
			padding: 0;
		}

			.insights-3col-wrapper .article-content .social-links-wrapper-test ul li {
				display: inline-block;
			}
}

@media only screen and (max-width: 575.98px ) {
	.insights-3col-wrapper .article-content .ac-left-sidebar .options-btn {
		width: 30px;
		height: 30px;
		float: right;
		position: relative;
	}

	.insight-commentary-wrapper .article-content .ac-left-sidebar ul.insight-actions li a {
		font-size: 14px;
		line-height: 14px;
	}

	.insights-3col-wrapper .article-content .ac-left-sidebar .options-btn span {
		height: 6px;
		width: 6px;
		opacity: 1;
		border-radius: 3px;
		background-color: #ccc;
		position: absolute;
		transition: all ease 0.1s;
	}

		.insights-3col-wrapper .article-content .ac-left-sidebar .options-btn span.bar1 {
			left: 0;
			top: 50%;
			transform: translateY(-50%);
		}

		.insights-3col-wrapper .article-content .ac-left-sidebar .options-btn span.bar2 {
			left: 50%;
			top: 50%;
			transform: translate(-50%, -50%);
		}

		.insights-3col-wrapper .article-content .ac-left-sidebar .options-btn span.bar3 {
			right: 0;
			top: 50%;
			transform: translate(0,-50%);
		}

	.insights-3col-wrapper .article-content .left-sidebar-options {
		display: none;
	}

	.insights-3col-wrapper .article-content h1.test-h1 {
		margin-top: 2rem;
	}

	.insights-3col-wrapper .article-content .social-links-wrapper-test {
		width: 100%;
		float: none;
		text-align: center;
	}

		.insights-3col-wrapper .article-content .social-links-wrapper-test ul {
			padding: 0;
		}

			.insights-3col-wrapper .article-content .social-links-wrapper-test ul li {
				display: inline-block;
			}
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	.insight-commentary-wrapper .article-content .ac-left-sidebar {
		padding-right: 1rem;
	}

		.insight-commentary-wrapper .article-content .ac-left-sidebar .left-sidebar-options a.btn {
			font-size: 12px;
			display: inline-block;
			padding: .75rem 2rem;
			min-width: 0;
		}

		.insight-commentary-wrapper .article-content .ac-left-sidebar ul.insight-actions li a {
			font-size: 12px;
			line-height: 14px;
		}

	.insight-commentary-wrapper .article-content .ac-right-sidebar ul {
		padding-left: 1rem;
	}
}

@media only screen and (min-width:992px) and (max-width: 1199px) {
	.insight-commentary-wrapper .article-content .ac-left-sidebar {
		padding-right: 0;
	}

		.insight-commentary-wrapper .article-content .ac-left-sidebar .left-sidebar-options a.btn {
			font-size: 12px;
			display: inline-block;
			padding: .75rem 2rem;
			min-width: 0;
		}

		.insight-commentary-wrapper .article-content .ac-left-sidebar ul.insight-actions li a {
			font-size: 11px;
			line-height: 14px;
		}

	.insight-commentary-wrapper .article-content .ac-right-sidebar ul {
		padding-left: 0;
	}
}
/*#endregion memo and insight details*/

/*#region Accessibility focus styles*/


.header .logo:focus, .mega-nav .menu li > span:focus, .mega-nav .menu li > a:focus, .sub-nav .menu > li > span:focus, .sub-nav .menu li a:focus, .actions-nav a.action-search:focus, form.search .form-content .do-search:focus, form.search .form-content .closeButton:focus, .social-links-wrapper > ul > li > a:focus, .home-strategies .tiles .tile-content a:focus, .oc-carousel-wrapper .insight-item a:focus, .article-content .article a:focus, a.view-all:focus, .article-content .article.main a:focus, .timeline-TweetList-tweet a:focus, .sub-nav .sub-menu > li a:focus, .oc-modal-important .modal-body > div > a:focus button, .oc-modal-important .modal-body > div > button:focus, .link-underline:focus, .hyperlink:focus, .full-width-tabs-wrapper button:focus, .full-width-tabs-wrapper button:focus-visible, .people-list .people-list-content .person a:focus, .insights-list-wrapper .insights-list .insight-item a:focus, .table-bios .row a.paragraph.colorGreen:focus, .pagination a:focus, button:focus, a:focus {
	outline-color: #008265;
	outline-offset: 3px;
	outline-style: solid;
	outline-width: 2px;
}

	.mega-nav .menu li > span:focus:not(:focus-visible), .mega-nav .menu li > a:focus:not(:focus-visible), .sub-nav .menu > li > span:focus:not(:focus-visible), .sub-nav .menu li a:focus:not(:focus-visible), .link-underline:focus:not(:focus-visible), .hyperlink:focus:not(:focus-visible), .full-width-tabs-wrapper button:focus:not(:focus-visible), .table-bios .row a.paragraph.colorGreen:focus:not(:focus-visible), .pagination a:focus:not(:focus-visible), .people-list .people-list-content .person a:focus:not(:focus-visible), .insights-list-wrapper .insights-list .insight-item a:focus:not(:focus-visible) {
		outline-style: none;
	}

.btn:focus {
	outline-color: #008265;
	outline-offset: 3px;
	outline-style: solid !important;
	outline-width: 2px;
}

.footer .logo:focus, .footer .footer-links li > a:focus, .footer .footer-submenu .menu a:focus, .footer .additional-links li a:focus, .social-links li a:focus {
	outline-color: white;
	outline-offset: 3px;
	outline-style: solid;
	outline-width: 2px;
}

.footer .footer-links li > a:focus {
	opacity: 1;
}

.mega-nav .menu > li:focus-visible .sub-menu {
	display: flex;
}

.sub-nav .menu > li:focus .sub-menu-wrapper {
	display: block;
}

/*#endregion Accessibility focus styles*/

/*#region evidon GDPR banner styles*/
.consentHyperlink {
	color: white;
	font-size: inherit;
	line-height: inherit;
	text-transform: inherit;
	display: inline-block;
	text-decoration: underline;
}

.evidon-banner-message {
	line-height: 1.25;
}
/*#endregion evidon GDPR banner styles*/


@keyframes bar-xr {
	0% {
		top: 50%;
		opacity: 1;
	}

	50% {
		left: 50%;
		transform: translate(-50%,-50%);
		height: 6px;
		width: 6px;
		border-radius: 3px;
	}

	60% {
		transform: translate(-50%,-50%) rotate(45deg);
		width: 2px;
		height: 2px;
		border-radius: 2px;
	}

	100% {
		left: 50%;
		transform: translate(-50%,-50%) rotate(45deg);
		height: 2px;
		width: 2px;
		height: 30px;
		transform-origin: (0,0);
	}
}

@keyframes bar-xl {
	0% {
		top: 50%;
		opacity: 1;
	}

	50% {
		left: 50%;
		transform: translate(-50%,-50%);
		height: 6px;
		width: 6px;
		border-radius: 3px;
	}

	60% {
		transform: translate(-50%,-50%) rotate(-45deg);
		width: 2px;
		height: 2px;
		border-radius: 2px;
	}

	100% {
		left: 50%;
		transform: translate(-50%,-50%) rotate(-45deg);
		height: 2px;
		width: 2px;
		height: 30px;
		transform-origin: 0,0);
	}
}



/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}

	.owl-carousel .owl-stage {
		position: relative;
		-ms-touch-action: pan-Y;
		touch-action: manipulation;
		-moz-backface-visibility: hidden
	}

		.owl-carousel .owl-stage:after {
			content: ".";
			display: block;
			clear: both;
			visibility: hidden;
			line-height: 0;
			height: 0
		}

	.owl-carousel .owl-stage-outer {
		position: relative;
		overflow: hidden;
		-webkit-transform: translate3d(0,0,0)
	}

	.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0)
	}

	.owl-carousel .owl-item {
		min-height: 1px;
		float: left;
		-webkit-backface-visibility: hidden;
		-webkit-touch-callout: none
	}

		.owl-carousel .owl-item img {
			display: block;
			width: 100%
		}

	.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
		display: none
	}

	.no-js .owl-carousel, .owl-carousel.owl-loaded {
		display: block
	}

	.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
		cursor: pointer;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none
	}

	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
		background: 0 0;
		color: inherit;
		border: none;
		padding: 0 !important;
		font: inherit
	}

	.owl-carousel.owl-loading {
		opacity: 0;
		display: block
	}

	.owl-carousel.owl-hidden {
		opacity: 0
	}

	.owl-carousel.owl-refresh .owl-item {
		visibility: hidden
	}

	.owl-carousel.owl-drag .owl-item {
		-ms-touch-action: pan-y;
		touch-action: pan-y;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none
	}

	.owl-carousel.owl-grab {
		cursor: move;
		cursor: grab
	}

	.owl-carousel.owl-rtl {
		direction: rtl
	}

		.owl-carousel.owl-rtl .owl-item {
			float: right
		}

	.owl-carousel .animated {
		animation-duration: 1s;
		animation-fill-mode: both
	}

	.owl-carousel .owl-animated-in {
		z-index: 0
	}

	.owl-carousel .owl-animated-out {
		z-index: 1
	}

	.owl-carousel .fadeOut {
		animation-name: fadeOut
	}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

	.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
		max-height: 0
	}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}

	.owl-carousel .owl-video-play-icon:hover {
		-ms-transform: scale(1.3,1.3);
		transform: scale(1.3,1.3)
	}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
	margin-top: 10px
}

	.owl-theme .owl-nav [class*=owl-] {
		color: #FFF;
		font-size: 14px;
		margin: 5px;
		padding: 4px 7px;
		background: #D6D6D6;
		display: inline-block;
		cursor: pointer;
		border-radius: 3px
	}

		.owl-theme .owl-nav [class*=owl-]:hover {
			background: #869791;
			color: #FFF;
			text-decoration: none
		}

	.owl-theme .owl-nav .disabled {
		opacity: .5;
		cursor: default
	}

		.owl-theme .owl-nav.disabled + .owl-dots {
			margin-top: 10px
		}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}

	.owl-theme .owl-dots .owl-dot span {
		width: 10px;
		height: 10px;
		margin: 5px 7px;
		background: #D6D6D6;
		display: block;
		-webkit-backface-visibility: visible;
		transition: opacity .2s ease;
		border-radius: 30px
	}

	.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
		background: #869791
	}

</style > <style type="text/css" media="all" >/* ===== General ===== */
body {
	background-color: #fff;
	font-family: 'roboto', sans-serif;
	min-height: 100vh;
}

/* ===== Scaffolding ===== */
.container {
	max-width: 1440px;
}

.no-gutters {
	margin-left: -15px;
	margin-right: -15px;
}

.xs-gutters {
	margin-right: -0.125rem;
	margin-left: -0.125rem;
}

	.xs-gutters > .col, body .xs-gutters > [class*="col-"] {
		padding-right: 0.125rem;
		padding-left: 0.125rem;
	}

.sm-gutters {
	margin-right: -3px;
	margin-left: -3px;
}

	.sm-gutters > .col, body .sm-gutters > [class*="col-"] {
		padding-right: 3px;
		padding-left: 3px;
	}

.md-gutters {
	margin-right: -5px;
	margin-left: -5px;
}

	.md-gutters > .col, body .md-gutters > [class*="col-"] {
		padding-right: 5px;
		padding-left: 5px;
	}

.lg-gutters {
	margin-right: -10px;
	margin-left: -10px;
}

	.lg-gutters > .col, body .lg-gutters > [class*="col-"] {
		padding-right: 10px;
		padding-left: 10px;
	}

.xl-gutters {
	margin-right: -20px;
	margin-left: -20px;
}

	.xl-gutters > .col, body .xl-gutters > [class*="col-"] {
		padding-right: 20px;
		padding-left: 20px;
	}

/* ===== Layouts ===== */
section {
	padding: 5rem 0 3rem;
	position: relative;
}

	section.ltgrey {
		background-color: #f4f4f4;
	}

	section.bfblue {
		background-color: #0F3557;
		color: #fff;
	}

	section.left-diag,
	section.right-diag {
		padding-top: 3rem;
		padding-bottom: 8rem;
	}

		section.left-diag::before {
			position: absolute;
			content: "";
			width: 100%;
			height: 60px;
			top: -59px;
			background-color: #fff;
			clip-path: polygon(100% 0, 100% 100%, 0 100%);
		}

		section.right-diag::before {
			position: absolute;
			content: "";
			width: 100%;
			height: 60px;
			top: -59px;
			background-color: #fff;
			clip-path: polygon(100% 100%, 0 100%, 0 0);
		}

		section.right-diag.ltgrey::before {
			background-color: #f4f4f4;
		}

		section.left-diag.ltgrey::before {
			background-color: #f4f4f4;
		}

		section.right-diag.bfblue::before {
			background-color: #0F3557;
		}

		section.left-diag.bfblue::before {
			background-color: #0F3557;
		}

	section.bfblue h2 {
		color: #fff;
	}

	section.bfblue table {
		color: #fff;
	}

		section.bfblue table a {
			color: #fff;
		}

	section#footnote p.footnote {
		font-size: 0.8rem;
		line-height: 24px;
		position: relative;
	}

	section#footnote p sup {
		position: absolute;
		top: 5px;
	}

	section.terms h3 {
		font-family: 'Roboto', sans-serif;
		font-weight: bold;
		font-size: 1.25rem;
	}

ol.endnotes {
	margin: 0;
	padding: 0;
	padding-left: 10px !important;
}

	ol.endnotes li {
		list-style-type: none;
	}

		ol.endnotes li p {
			font-size: 0.8rem;
			margin: 0 0 0.5rem;
			padding-left: 5px;
			position: relative;
		}

			ol.endnotes li p sup {
				left: -15px;
				position: absolute;
				top: 5px;
				text-align: right;
				display: inline-block;
				width: 15px;
				height: 10px;
			}

/* ===== Typography ===== */
p {
	font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5 {
	font-family: 'orpheuspro', serif;
}

h2 {
	font-style: normal;
	font-size: 3rem;
	line-height: 1.2em;
	letter-spacing: -0.02em;
	font-family: "orpheuspro", serif;
	position: relative;
}

	h2 sup {
		font-size: 1rem;
		position: absolute;
		top: 30%;
		transform: translateY(-37%);
		margin-left: 5px;
	}

p.highlighted-text {
	color: #0F3557;
	font-family: "orpheuspro", serif;
	font-style: normal;
	font-weight: normal;
	font-size: 42px;
	line-height: 50px;
}

.oc-text-white {
	color: #ffffff !important;
}

/* ===== Links ===== */
a,
.page-link {
	color: #008265;
	text-decoration: none;
	transition: all ease 0.2s;
}

	a:active {
		outline: none !important;
	}

	a:hover {
		color: #008265;
		text-decoration: underline;
		transition: all ease 0.2s;
	}

	a:focus:not(:focus-visible) {
		outline: 0 !important;
	}

	.page-link:hover {
		color: #008265;
	}

/*.hyperlink {
	color: #008265;
	font-weight: 600;
	font-size: inherit;
	line-height: inherit;
	text-transform: inherit;
	text-decoration: none;
	display: inline-block;
}

	.hyperlink:after {
		background: linear-gradient( 90deg, #008265 calc(100%/3), transparent 0 calc(200%/3), #008265 0) var(--d, 0%) 100%/300% 3px no-repeat;
		border-radius: 2px;
		content: '';
		display: block;
		height: 2px;
		margin-top: 5px;
		transition: 0.5s;
		margin-top: -5px;
		height: 1px;
	}

	.hyperlink:hover {
		text-decoration: none;
		color: #008265;
	}

		.hyperlink:hover:after {
			--d: 100%;
		}*/

.link-underline {
	display: inline-block;
	color: #000;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 15px;
	text-transform: uppercase;
	text-decoration: none;
}

	.link-underline:after {
		background: linear-gradient(90deg, #008265 calc(100%/3), transparent 0 calc(200%/3), #008265 0) var(--d, 0%) 100%/300% 3px no-repeat;
		border-radius: 2px;
		content: '';
		display: block;
		height: 2px;
		margin-top: 5px;
		transition: 0.5s;
	}

	.link-underline:hover:after {
		--d: 100%;
	}

.back.link-underline {
	display: inline-block;
	min-height: 18px;
	position: relative;
	padding-left: 32px;
	line-height: 15px;
}

	.back.link-underline:hover {
		color: #000;
		text-decoration: none;
	}

	.back.link-underline:before {
		content: '';
		position: absolute;
		left: 0;
		transform: rotate(180deg);
		transition: background-image 0.2s ease-in-out;
		content: url('../images/view-all-green.svg');
		width: 21px;
		height: 21px;
	}

	.back.link-underline:hover:before {
		content: url('../images/view-all-blue.svg');
	}

/* ===== Images ===== */
img {
	width: 100%;
	max-width: 100%;
}

	img.borderrad-4 {
		border-radius: 4px;
	}

/* ===== Tables ===== */
table .thead-blue {
	color: #ffffff;
	background-color: #0F3557;
}

table thead th {
	border: 0 !important;
	font-weight: normal;
}

table.table td {
	padding: 1rem 0.75rem;
	line-height: 1.5;
}

table.table th,
table.table td {
	padding: 1rem;
}

/* ===== Form Elements ===== */
.form-control {
	background-color: #fafafa !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
	border-color: #008265;
	background-color: #008265;
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(0,130,101,0.5);
}

.btn:focus,
.btn:active,
.btn:visited {
	outline: none;
	box-shadow: none;
	border: 0;
}

.form-control:focus,
.form-control:active,
.form-control:visited {
	outline: none;
	box-shadow: none;
	border-color: #ccc;
}

.btn-primary {
	background-color: #008265;
	border: 0;
	min-width: 250px;
	font-size: 1rem;
}

	.btn-primary:hover,
	.btn-primary:active,
	.btn-primary:focus,
	.btn-primary:visited {
		background-color: #0a755d;
		outline: none;
		box-shadow: none;
	}


/* ===== Header & Navigation ===== */
header {
	background-color: #fff;
	/* border-bottom: 1px solid rgba(0,0,0,0.1); */
	z-index: 1200 !important;
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

	header.top-header.sticky-top {
		z-index: 9800;
	}

	header .main-logo a {
		display: inline-block;
	}

	header .main-logo img {
		max-width: 200px;
	}

#menu-toggle {
	display: none;
}

.top-nav-container {
	position: relative;
}

.top-nav {
	display: block;
}

header ul.main-nav {
	margin: 0;
	padding: 0;
}

	header ul.main-nav li {
		list-style-type: none;
		display: inline-block;
	}

		header ul.main-nav li a {
			display: block;
			position: relative;
			color: #333;
			padding: 1rem;
			font-style: normal;
			font-weight: bold;
			font-size: 1rem;
			letter-spacing: 0.2em;
			text-transform: uppercase;
			text-decoration: none;
		}

			header ul.main-nav li a::after {
				background: #008265;
				border-radius: 2px;
				content: '';
				bottom: 5px;
				height: 2px;
				display: block;
				position: absolute;
				width: calc(100% - 36px);
				transform: scaleX(0);
				transition: transform .2s ease;
			}

		header ul.main-nav li:hover a::after {
			transform: scaleX(1);
		}

		header ul.main-nav li.has-subitems {
			position: relative;
		}

			header ul.main-nav li.has-subitems ul {
				display: none;
				position: absolute;
				z-index: 999999;
				background: #fff;
				text-align: left;
				margin: 0;
				padding: 1rem 0.5rem 0.5rem;
				width: 260px;
				top: 45px;
				left: -0.5rem;
				box-shadow: 0 5px 10px rgba(0,0,0,0.2);
			}

				header ul.main-nav li.has-subitems ul:hover {
					display: block;
				}

				header ul.main-nav li.has-subitems ul li {
					margin-bottom: 0.5rem;
				}

					header ul.main-nav li.has-subitems ul li a {
						font-size: 0.8rem;
						font-weight: bold;
						line-height: 1.25;
						color: #000;
						text-transform: capitalize;
						letter-spacing: 0.1rem;
						padding: 0.25rem 1rem;
					}

						header ul.main-nav li.has-subitems ul li a::after {
							display: none;
						}

						header ul.main-nav li.has-subitems ul li a:hover {
							color: #008265;
						}

				header ul.main-nav li.has-subitems ul.open {
					display: block;
				}

				header ul.main-nav li.has-subitems ul li {
					display: list-item;
					list-style-type: none;
				}

/* ===== Footer ===== */
footer.footer {
	background-color: #008265;
	padding: 0 40px 15px;
}

footer .footer-logo {
	max-width: 180px;
	margin-bottom: 1rem;
}

footer .top-footer {
	padding: 3rem 0 1rem;
}

	footer .top-footer ul.flinks,
	footer .top-footer ul.fb-links {
		margin: 0;
		padding: 0;
	}

		footer .top-footer ul.flinks li,
		footer .top-footer ul.fb-links li {
			list-style-type: none;
			display: inline-block;
		}

			footer .top-footer ul.flinks li a {
				display: block;
				color: #fff;
				font-style: normal;
				font-size: 1rem;
				font-weight: bold;
				padding: 0 1rem;
				letter-spacing: 0.2em;
				text-transform: uppercase;
				text-decoration: none;
			}

footer a:focus {
	outline-color: #333;
}

footer .top-footer ul.flinks li a span.link-underline,
footer .top-footer ul.fb-links li a span.link-underline {
	color: #ffffff;
	position: relative;
}

footer .top-footer ul.fb-links li a {
	display: block;
	color: #fff;
	font-style: normal;
	font-size: 0.8rem;
	font-weight: bold;
	padding: 0 1rem;
	text-decoration: none;
}

	footer .top-footer ul.fb-links li a span.link-underline:after,
	footer .top-footer ul.flinks li a span.link-underline:after {
		content: '';
		display: block;
		background: #fff;
		border-radius: 2px;
		width: 100%;
		position: absolute;
		height: 2px;
		bottom: -5px;
		left: -1px;
		transform-origin: 100% 50%;
		transform: scaleX(0);
		transition: transform .2s ease;
	}

footer .top-footer ul.flinks li a span.link-underline:hover:after {
	transform: scaleX(1);
	transform-origin: 0 50%;
}

footer .top-footer ul.flinks ul {
	display: none;
}

footer .copyright-text .copyright {
	color: #fff;
	font-size: 0.8rem;
}


/* ===== Page Hero ===== */
.hero {
	background-image: url('../../images/librariesprovider5/oac/banners/bg-1.jpg');
	background-size: cover;
	background-position: center center;
	position: relative;
	overflow: hidden;
}

	.hero .hero-content {
		padding: 150px 0;
		background-color: rgba(0,0,0,0.5);
	}

.home .hero-content h1 {
	font-size: 3rem;
}

.hero-content h1 {
	color: #fff;
	font-size: 5rem;
	font-weight: normal;
	font-family: 'orpheuspro', serif;
	margin-bottom: 1rem;
}

.hero-content h5 {
	color: #fff;
	font-size: 2rem;
	font-family: 'orpheuspro', serif;
	margin: 0;
}

.contact-hero {
	background-image: url('../../images/librariesprovider5/oac/banners/bg-2.jpg');
	background-size: cover;
	background-position: center center;
	position: relative;
	overflow: hidden;
}

	.contact-hero .hero-content {
		padding: 150px 0;
		background-color: rgba(0,0,0,0.5);
	}

.terms-hero {
	background-color: #008265;
	padding: 5rem 0;
}

.press-overview span.date {
	color: #008265;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	line-height: 25px;
	letter-spacing: 0.165em;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
	display: block;
}

/* ===== Cards =====*/
.sv-card-link {
	display: block;
}

	.sv-card-link:hover {
		text-decoration: none;
		transform: translateY(-10px);
		transition: all ease 0.3s;
	}

.sv-card {
	padding: 1rem;
	background-color: #ffffff;
	text-align: center;
	transition: all ease 0.3s;
	border-radius: 3px;
}

	.sv-card hr {
		width: 30px;
		height: 4px;
		background-color: #008265;
		margin: 2rem auto;
	}

	.sv-card img {
		max-width: 200px;
	}

.oc-stats {
	background: #F1F1F1;
	padding: 2rem 0;
}

section#footnote {
	padding: 3rem 0;
}

.oc-stats {
	padding: 0 !important;
}

.featured-stats-wrapper .featured-stats {
	padding: 15px !important;
	min-height: 220px !important;
}

.featured-stats-wrapper .featured-stats {
	display: flex;
	max-width: 1440px;
	margin: 0 auto;
	padding: 80px 0;
	min-height: 274px;
	justify-content: space-evenly;
	align-items: center;
}

	.featured-stats-wrapper .featured-stats li {
		text-align: center;
	}

	.featured-stats-wrapper .featured-stats .value {
		display: block;
		margin-bottom: 10px;
		color: #0F3557;
		font-family: "orpheuspro", serif;
		font-style: normal;
		font-weight: normal;
		font-size: 60px;
		line-height: 59px;
		text-align: center;
		letter-spacing: -0.1rem;
	}

		.featured-stats-wrapper .featured-stats .value.year .odometer-formatting-mark {
			display: none;
		}

		.featured-stats-wrapper .featured-stats .value > span {
			display: inline-block;
			vertical-align: middle;
		}

	.featured-stats-wrapper .featured-stats .description {
		color: #008265;
		font-style: normal;
		font-weight: 400;
		font-size: 22px;
		line-height: 22px;
		text-align: center;
	}

	.featured-stats-wrapper .featured-stats li:after {
		background: #0F3557;
		content: '';
		display: block;
		height: 4px;
		margin: 20px auto 0;
		width: 60px;
	}

section.haum {
	padding: 1rem 0 3rem;
	background-color: #f4f4f4;
}

.svg-title h3 {
	color: #0F3557;
	font-weight: 700;
	letter-spacing: -0.07rem;
	margin-bottom: 0;
}

.aum-bar1-div {
	position: fixed;
}

rect {
	color: #008265;
}

.aumbar-1 rect {
	transform-origin: 0% 0%;
}

.year {
	fill: #0F3557;
	font-size: 0.8rem;
	font-weight: bolder;
	text-transform: uppercase;
	letter-spacing: -0.05rem;
}

.aumdiv {
	/* fill: #C47526; */
	fill: #ccc;
}

.aumtotal tspan.aumamt {
	font-size: 2.75rem;
	fill: #0F3557;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -0.15rem;
}

.aumtotal tspan.aumlabel {
	font-size: 1.5rem;
	font-family: Helvetica, Arial, sans-serif;
	fill: #0F3557;
	font-weight: bold;
	margin-left: 3px;
}

section.global-map {
	padding: 3rem 0;
	background-color: #0F3557;
}

/* Spac Pages */
.ocp-wrapper h2 {
	color: #008265;
	margin-bottom: 1.5rem;
}

.ipo-logo {
	max-width: 300px;
	margin: 1rem 0 3rem;
}

</style > <style type="text/css" media="all" >
/* Portfolio Stats */
.portfolio-stats {
	padding: 2rem 0 3rem;
}

.portfolio-stats h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 1.25rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	margin-bottom: 2rem;
}

.portfolio-stats ul {
	margin: 0;
	padding: 0;
}

	.portfolio-stats ul li {
		display: list-item;
		list-style-type: none;
		padding: 0 0 0 30px;
		position: relative;
		margin-bottom: 0.5rem;
		transition: all ease 0.2s;
	}

		.portfolio-stats ul li::before {
			content: '';
			position: absolute;
			top: 2px;
			left: 0;
			width: 18px;
			height: 18px;
			border-radius: 9px;
			background-color: #333;
		}

.portfolio-stats p.footnote {
	font-size: 0.8rem;
	font-style: italic;
	margin-top: 1rem;
}

.client-mix-chart {
	position: relative;
	width: 400px;
	height: 400px;
	margin: 0 auto 2rem;
	border-radius: 100%;
}

	.client-mix-chart p.center {
		background: #fff;
		position: absolute;
		text-align: center;
		font-size: 28px;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 200px;
		height: 200px;
		margin: auto;
		border-radius: 50%;
		line-height: 35px;
		padding: 15% 0 0;
	}

	.client-mix-chart .slice-1 {
		border-radius: 50%;
		background-color: #008265;
		clip-path: polygon(50% 50%, 50% 0, 100% 0, 100% 100%, 0 100%, 0 75%);
		height: 100%;
		position: absolute;
		width: 100%;
		transition: all ease 0.2s;
	}

.client-mix ul li.key-slice-1.hover {
	padding-left: 48px;
	font-weight: bold;
	transition: all ease 0.2s;
}

.client-mix ul li.key-slice-1::before {
	background-color: #008265;
	transition: all ease 0.2s;
}

.client-mix ul li.key-slice-1.hover::before {
	width: 36px;
	transition: all ease 0.2s;
}

.client-mix-chart .slice-2 {
	border-radius: 50%;
	background-color: #0F3557;
	clip-path: polygon(50% 50%, 0 75%, 0 20%);
	height: 100%;
	position: absolute;
	width: 100%;
	transition: all ease 0.2s;
}

.client-mix ul li.key-slice-2.hover {
	padding-left: 48px;
	font-weight: bold;
	transition: all ease 0.2s;
}

.client-mix ul li.key-slice-2::before {
	background-color: #0F3557;
	transition: all ease 0.2s;
}

.client-mix ul li.key-slice-2.hover::before {
	width: 36px;
	transition: all ease 0.2s;
}

.client-mix-chart .slice-3 {
	border-radius: 50%;
	background-color: #D3BE41;
	clip-path: polygon(50% 50%, 0 20%, 30% 0);
	height: 100%;
	position: absolute;
	width: 100%;
	transition: all ease 0.2s;
}

.client-mix ul li.key-slice-3.hover {
	padding-left: 48px;
	font-weight: bold;
	transition: all ease 0.2s;
}

.client-mix ul li.key-slice-3::before {
	background-color: #D3BE41;
	transition: all ease 0.2s;
}

.client-mix ul li.key-slice-3.hover::before {
	width: 36px;
	transition: all ease 0.2s;
}

.client-mix-chart .slice-4 {
	border-radius: 50%;
	background-color: #66A2AA;
	clip-path: polygon(50% 50%, 30% 0, 0 0, 50% 0);
	height: 100%;
	position: absolute;
	width: 100%;
	transition: all ease 0.2s;
}

.client-mix ul li.key-slice-4.hover {
	padding-left: 48px;
	font-weight: bold;
	transition: all ease 0.2s;
}

.client-mix ul li.key-slice-4::before {
	background-color: #66A2AA;
	transition: all ease 0.2s;
}

.client-mix ul li.key-slice-4.hover::before {
	width: 36px;
	transition: all ease 0.2s;
}

.client-mix-chart .slice-1:hover,
.client-mix-chart .slice-2:hover,
.client-mix-chart .slice-3:hover,
.client-mix-chart .slice-4:hover {
	transform: scale(1.075);
	transition: all ease 0.2s;
}

.client-mix-chart .primary-focus,
.client-mix-chart .secondary-focus {
	transition: all ease 0.2s;
}

	.client-mix-chart .primary-focus.expand,
	.client-mix-chart .secondary-focus.expand {
		transform: scale(1.05);
		transition: all ease 0.2s;
	}

@media (max-width: 575.98px) and (orientation: portrait) {
}

@media (max-width: 575.98px) and (orientation: portrait) {
	body {
		overflow-x: scroll;
		/* font-size: 12px; */
	}

	section {
		padding: 3rem 0;
	}

	.header {
		height: 100px;
	}

	#menu-toggle {
		height: 32px;
		width: 32px;
		display: block;
		position: relative;
		cursor: pointer;
		float: right;
	}

		#menu-toggle span {
			background: #000;
			border-radius: 2px;
			display: block;
			transition: .25s ease-in-out;
		}

		#menu-toggle #hamburger {
			position: absolute;
			height: 100%;
			width: 100%;
		}

			#menu-toggle #hamburger span {
				width: 25px;
				height: 2px;
				position: relative;
				top: 5px;
				left: 3.5px;
				margin: 5px 0;
			}

				#menu-toggle #hamburger span:nth-child(1) {
					transition-delay: .5s;
				}

				#menu-toggle #hamburger span:nth-child(2) {
					width: 12.5px;
					transition-delay: .625s;
				}

				#menu-toggle #hamburger span:nth-child(3) {
					transition-delay: .75s;
				}

		#menu-toggle #cross {
			position: absolute;
			height: 100%;
			width: 100%;
			transform: rotate(45deg);
		}

			#menu-toggle #cross span:nth-child(1) {
				height: 0%;
				width: 2px;
				position: absolute;
				top: 10%;
				left: 15px;
				transition-delay: 0s;
			}

			#menu-toggle #cross span:nth-child(2) {
				width: 0%;
				height: 2px;
				position: absolute;
				left: 10%;
				top: 15px;
				transition-delay: .25s;
			}

		#menu-toggle.opened #hamburger span {
			width: 0%;
		}

			#menu-toggle.opened #hamburger span:nth-child(1) {
				transition-delay: 0s;
			}

			#menu-toggle.opened #hamburger span:nth-child(2) {
				transition-delay: .125s;
			}

			#menu-toggle.opened #hamburger span:nth-child(3) {
				transition-delay: .25s;
			}

		#menu-toggle.opened #cross span:nth-child(1) {
			height: 80%;
			transition-delay: .625s;
		}

		#menu-toggle.opened #cross span:nth-child(2) {
			width: 80%;
			transition-delay: .375s;
		}

	.top-nav-container {
		display: none;
		visibility: none;
		opacity: 0;
		position: absolute;
		height: 100vh;
		width: 100%;
		left: 0;
		top: 0;
		transition: all ease 0.3s;
	}

		.top-nav-container.opened {
			display: block;
			visibility: visible;
			background: #fff;
			opacity: 1;
			left: 0;
			z-index: 999999;
			border-top: 1px solid #ececec;
			transition: all ease 0.3s;
			top:100px;
		}

	header ul.main-nav {
		padding: 0 1rem;
		text-align: left;
	}

		header ul.main-nav > li {
			display: list-item;
			border-bottom: 1px solid #f4f4f4;
		}

			header ul.main-nav > li a {
				font-size: 1rem !important;
				padding: 1rem !important;
			}

				header ul.main-nav > li a::after {
					display: none;
				}

				header ul.main-nav > li a:focus:not(:focus-visible) {
					outline-style: none;
				}

		header ul.main-nav li.has-subitems a {
			display: block;
			position: relative;
			font-size: 1rem;
		}

		header ul.main-nav li.has-subitems > a::before {
			/* content: '\f078';
        position: absolute;
        top: 50%;
        right: 0.75rem;
        transform: translateY(-45%);
        color: #008265;
        font-size: 0.65rem;
        font-family: FontAwesome; */
			content: '';
			display: block;
			height: 48px;
			position: absolute;
			right: 0;
			top: 5%;
			width: 48px;
			margin-right: -12px;
			margin-top: 0;
			z-index: 0;
			transform: rotate(90deg) scale(0.5);
			background-image: url('../docs/librariesprovider5/oac-v2/icons.svg');
			background-repeat: no-repeat;
			background-position: 37.64705882352941% 0;
		}

		header ul.main-nav li.has-subitems > a.expand::before {
			transform: rotate(-90deg) scale(0.5);
		}

		header ul.main-nav li.has-subitems > a.expand::after {
			display: none;
		}

		header ul.main-nav li.has-subitems ul {
			display: none;
			position: relative;
		}

			header ul.main-nav li.has-subitems ul.open {
				display: block;
				top: 0;
				box-shadow: none;
				padding: 0 1rem;
				width: 100%;
			}

	.mobi-ir-nav-container {
		padding: 0.5rem 0;
		background-color: #008265;
	}

		.mobi-ir-nav-container.sticky-top {
			top: 67px;
		}

		.mobi-ir-nav-container .mobi-ir-navlink {
			color: #fff;
			text-transform: uppercase;
			font-size: 0.9rem;
			font-weight: 600;
		}

	#mobi-menu-toggle {
		height: 32px;
		width: 32px;
		display: block;
		position: relative;
		cursor: pointer;
		float: right;
	}

		#mobi-menu-toggle span {
			background: #fff;
			border-radius: 2px;
			display: block;
			transition: .25s ease-in-out;
		}

		#mobi-menu-toggle #hamburger {
			position: absolute;
			height: 100%;
			width: 100%;
		}

			#mobi-menu-toggle #hamburger span {
				width: 25px;
				height: 2px;
				position: relative;
				top: 5px;
				left: 3.5px;
				margin: 5px 0;
			}

				#mobi-menu-toggle #hamburger span:nth-child(1) {
					transition-delay: .5s;
				}

				#mobi-menu-toggle #hamburger span:nth-child(2) {
					width: 12.5px;
					transition-delay: .625s;
				}

				#mobi-menu-toggle #hamburger span:nth-child(3) {
					transition-delay: .75s;
				}

		#mobi-menu-toggle #cross {
			position: absolute;
			height: 100%;
			width: 100%;
			transform: rotate(45deg);
		}

			#mobi-menu-toggle #cross span:nth-child(1) {
				height: 0%;
				width: 2px;
				position: absolute;
				top: 10%;
				left: 15px;
				transition-delay: 0s;
			}

			#mobi-menu-toggle #cross span:nth-child(2) {
				width: 0%;
				height: 2px;
				position: absolute;
				left: 10%;
				top: 15px;
				transition-delay: .25s;
			}

		#mobi-menu-toggle.opened #hamburger span {
			width: 0%;
		}

			#mobi-menu-toggle.opened #hamburger span:nth-child(1) {
				transition-delay: 0s;
			}

			#mobi-menu-toggle.opened #hamburger span:nth-child(2) {
				transition-delay: .125s;
			}

			#mobi-menu-toggle.opened #hamburger span:nth-child(3) {
				transition-delay: .25s;
			}

		#mobi-menu-toggle.opened #cross span:nth-child(1) {
			height: 80%;
			transition-delay: .625s;
		}

		#mobi-menu-toggle.opened #cross span:nth-child(2) {
			width: 80%;
			transition-delay: .375s;
		}

	footer.footer {
		padding: 0 15px 15px;
	}

	footer hr {
		display: none;
	}

	footer .top-footer {
		padding: 3rem 0 0;
	}

	footer .footer-logo {
		display: block;
		margin: 0 auto 3rem;
	}

	footer.footer .top-footer ul.fb-links {
		text-align: center;
	}

	footer .top-footer ul.flinks li {
		display: list-item;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid rgba(255,255,255,0.25);
	}

		footer .top-footer ul.flinks li a {
			padding: 0;
			font-size: 1rem !important;
			display: block;
			position: relative;
		}

		footer .top-footer ul.flinks li.has-subitems a.subitem-link {
			display: block;
			position: relative;
		}

			footer .top-footer ul.flinks li.has-subitems a.subitem-link.expand {
				margin-bottom: 20px;
			}

			footer .top-footer ul.flinks li.has-subitems a.subitem-link::after {
				content: '';
				display: block;
				height: 48px;
				position: absolute;
				right: 0;
				top: -50%;
				width: 48px;
				margin-right: -12px;
				margin-top: 0;
				z-index: 0;
				transform: rotate(90deg) scale(0.5);
				background-image: url('../images/sprites/Icons.svg');
				background-repeat: no-repeat;
				background-position: 37.64705882352941% 19.12350597609562%;
			}

		footer .top-footer ul.flinks li.has-subitems a.expand.subitem-link::after {
			transform: rotate(-90deg) scale(0.5);
		}

		footer .top-footer ul.flinks li a span.link-underline {
			font-size: 0.75rem;
		}

	footer .top-footer ul.flinks ul {
		display: none;
		margin-left: 20px;
		padding: 0;
	}

		footer .top-footer ul.flinks ul.open {
			display: block;
			margin-top: 20px;
		}

		footer .top-footer ul.flinks ul li {
			border-bottom: 0;
			padding: 0;
		}

			footer .top-footer ul.flinks ul li a {
				text-transform: capitalize;
				font-size: 14.5px;
				font-weight: normal;
				line-height: 17px;
				letter-spacing: 0.2em;
				opacity: 1;
				padding: 0;
			}

	footer .bottom-footer {
		border: 0;
		padding: 0 0 2rem;
	}

		footer .bottom-footer ul.flinks li {
			display: list-item;
			border-bottom: 1px solid rgba(255,255,255,0.25);
		}

			footer .bottom-footer ul.flinks li a {
				padding: 0.75rem 0;
			}

				footer .bottom-footer ul.flinks li a span.link-underline {
					font-size: 0.75rem;
				}

	footer .top-footer ul.fb-links li a {
		font-size: 0.8rem !important;
	}

	.table-responsive table {
		min-width: 700px;
	}

	.ir-hero .hero-content {
		padding: 50px 0;
	}

		.ir-hero .hero-content h1 {
			font-size: 2.5rem;
			line-height: 1;
		}

	.ocp-wrapper {
		margin-top: 100px;
	}

	.hero-content {
		padding: 100px 0 !important;
	}

	.section-title h2 {
		font-size: 1.75rem;
	}

	.home .hero-content h1 {
		font-size: 2rem;
	}

	.hero-content h1 {
		font-size: 2.5rem;
	}

	section h2 {
		font-size: 2rem;
	}

	p.highlighted-text {
		font-size: 2rem;
		line-height: 1.25;
	}

	.featured-stats-wrapper .featured-stats {
		flex-direction: column;
		padding: 30px 15px;
	}

		.featured-stats-wrapper .featured-stats li {
			margin: 20px auto;
		}

		.featured-stats-wrapper .featured-stats .value {
			margin-bottom: 0;
			font-size: 40px;
			line-height: 59px;
		}

		.featured-stats-wrapper .featured-stats .description {
			font-size: 18px;
			line-height: 22px;
		}

	.client-mix-chart {
		width: 340px;
		height: 340px;
	}

	.hyperlink:after {
		display: none;
	}

	.terms-hero {
		padding: 0;
	}
}

@media (max-width: 767.98px) {
	ul.main-nav {
		text-align: right;
	}

	header ul.main-nav li a {
		font-size: 0.5rem;
		padding: 0.5rem;
	}

	header ul.main-nav li.has-subitems ul li a {
		font-size: 0.5rem;
	}

	footer .top-footer .footer-logo {
		display: block;
		margin: 0 auto;
	}

	ul.flinks,
	ul.fb-links {
		text-align: center;
	}

	footer .top-footer ul.flinks li a,
	footer .top-footer ul.fb-links li a {
		font-size: 0.5rem;
	}
}

@media (min-width: 767.99px) and (max-width: 991.98px) {

	.container {
		max-width: 720px;
	}

	header ul.main-nav li a {
		font-size: 0.75rem;
		padding: 1rem 0.5rem;
	}

	footer .top-footer ul.flinks li a {
		font-size: 0.7rem;
		padding: 0 0.5rem;
	}

	footer .top-footer ul.flinks ul {
		display: none;
	}

	.hero-content {
		padding: 100px 0 !important;
	}

		.hero-content h1 {
			font-size: 2rem;
		}

	section h2 {
		font-size: 2rem;
	}

	.featured-stats-wrapper .featured-stats {
		/* max-width: 1440px; */
		height: 100px;
		padding: 1rem 0 2rem;
	}

		.featured-stats-wrapper .featured-stats::after {
			bottom: 0;
			width: 30px;
			height: 2px;
		}

		.featured-stats-wrapper .featured-stats li {
			text-align: center;
		}

		.featured-stats-wrapper .featured-stats .value {
			font-size: 36px;
			line-height: 30px;
		}

			.featured-stats-wrapper .featured-stats .value.year .odometer-formatting-mark {
				display: none;
			}

			.featured-stats-wrapper .featured-stats .value > span {
				display: inline-block;
				vertical-align: middle;
			}

		.featured-stats-wrapper .featured-stats .description {
			font-size: 16px;
			line-height: 18px;
		}

		.featured-stats-wrapper .featured-stats li:after {
			background: #0F3557;
			content: '';
			display: block;
			height: 4px;
			margin: 20px auto 0;
			width: 60px;
		}

	p.highlighted-text {
		font-size: 1.5rem;
		line-height: 1.25;
	}
}

@media (max-width: 1079px) {
	.header {
		height: 100px !important;
	}
}

/*region Privacy Policy*/
.terms h3 {
	margin: 2rem 0;
}

.terms ul {
	margin-left: 3rem !important;
}

ul li {
	list-style-type: disc;
}
/*endregion Privacy Policy*/

.odometer.odometer-auto-theme,
.odometer.odometer-theme-minimal {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
position: relative;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-minimal .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
    display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-minimal .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
    position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.odometer.odometer-auto-theme .odometer-formatting-mark,
.odometer.odometer-theme-minimal .odometer-formatting-mark {
    vertical-align: bottom;
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-minimal .odometer-value {
    text-align: center;
}

