/*!
Theme Name: Base WP - Joe
Theme URI: https://wp7.designshoppstaging.com/sites/lightbase/
Author: Design Shopp
Author URI: https://designshopp.com
Description: This theme enables dev to quickly be up and running with a wordpress theme. It has various component to speed up the development process.
Version: 0.1
License: NO ONE BUT DS CAN USE IT •__•
License URI: https://designshopp.com
Text Domain: base
Tags: Secure and paperless access to traditional and alternative investment solutions

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

bootstrap is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	/*outline: 1px dotted ButtonText;*/
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	clear: both;
}

dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin:0;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}


.site-content ul{list-style: none;}
.site-content ul li{padding-left: 30px;position: relative;margin-bottom: 5px;}
.site-content ul li:before{content: "";width: 4px;height: 4px;top: 8px;background: rgb(46, 49, 68);border-radius: 50%;left: 8px;position: absolute;}
.site-content ul li ul li:before{width: 4px;height: 2px;top: 10px;}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;

	cursor: pointer;
	background-color: rgb(240, 86, 65);
	color: #fff;
	padding: 12px 25px 12px 25px;
	display: inline-block;
	text-transform: uppercase;
	box-shadow: none;
	font-weight: bold;
	border: 0;
	letter-spacing: 0.5px;
	font-size: 15px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	/*border-color: #ccc #bbb #aaa;*/
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	/*border-color: #aaa #bbb #bbb;*/
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: rgb(46, 49, 68);;
	border: 1px solid rgb(208, 209, 215);
	border-radius: 3px;
	padding: 10px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/


a:visited {
	/*color: purple;*/
}

a:hover, a:active {
	color: rgb(240, 86, 65);
	text-decoration: none;
	outline: 0;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	padding: 10px 0;
}
.main-navigation ul{ margin: 0; padding: 0; }
.main-navigation li {
	display: inline-block;
	line-height: 20px;
	margin: 0;
	padding: 0 20px;
	position: relative;
}

.header-language,
.main-navigation li a {
	display: inline-block;
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 8px;
}
.main-navigation li:first-child a{padding-left: 0}
.main-navigation a:hover + .opensubmenu,
.main-navigation .current-menu-ancestor > a + .opensubmenu,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current-menu-parent > a,
.main-navigation a:hover,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a{
	color: rgb(240, 86, 65);
}
.main-navigation ul ul:before{
	content: "";
	position: absolute;
	top: -8px;
	background-image: url(./images/menu-arrow.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.main-navigation ul ul { display: none; position: absolute; left: 50%;
	transform: translateX(-50%);
	background: #fff;
	box-shadow: 0px 3px 7px rgba(46, 49, 69, 0.23);
	border-radius: 8px;
	padding: 5px;
}
.main-navigation ul ul li { float: none; /*width: 150px; */width: 130px;padding: 0}
.main-navigation ul ul li a { padding: 8px 10px !important;}
.main-navigation ul li:hover > ul { display: block;}
.main-navigation ul.sub-menu li:hover > ul{display: block !important;margin-top: -5px;}
.main-navigation ul ul ul.sub-menu{ left: 100%; top: 0;transform: translateX(0%); }
.main-navigation ul ul ul.sub-menu:before{left: -11px;top: 42%;transform: rotate(270deg);}



.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.site-footer .widget {
	margin: 0 0 1.8em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}



/* -----------------------------
	Theme Style Css
----------------------------- */

/* Font Family -----------------


---------------------------- */



a {
	outline: none; cursor: pointer;
	color: rgb(46, 49, 68);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#page{ overflow: hidden; }

.container{
	width: 100%;
	max-width: 1230px;
	margin: 0 auto;
}

/* ********* Theme CSS ********* */



/* ------------------------------
	HEADER css
------------------------------ */
.site-header{

}
.custom-logo-link{max-width: 220px;}
.main-navigation .header-sign,.main-navigation .header-start{/*margin: 3px 6px;*/margin: 3px 2px;}

.header-sign,.header-start{
	font-weight: bold;
	display: inline-block;
	letter-spacing: 1px;
	border-radius: 30px;
	padding: 10px 20px;
	box-shadow: 0px 4px 10px 1px rgba(46, 49, 69, 0.23);
	font-size: 13px;
}

.sticky .header-sign,.sticky .header-start{
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: right 18px bottom 10px;
	margin-top: 3px;
	/*colors*/
	background-color: rgb(46, 49, 68);
	color: rgb(255, 255, 255);
}

.sticky .header-sign:hover,.sticky .header-start:hover{
	color: rgb(240, 86, 65);
}

.header-sign{background-color: #fff;color: rgb(46, 49, 68);
	background-image: url('./images/lock-icon.png');
	background-repeat: no-repeat;
	background-position: right 18px bottom 10px;
	background-size: 15px;
	padding-right: 45px;
	/*display: none;*/
}
.header-start{color: #fff;background-color: rgb(46, 49, 68);}

.header-mobile-language-column{margin-bottom: 20px;display: inline-block;}
.header-mobile-language{
	padding-right: 10px;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	color: rgb(132, 134, 142);
	text-transform: uppercase;
}
.header-mobile-language.active{    color: #fff;}
.main-navigation > div{
	display: inline-block;
	padding: 10px 0;
}

.mobile-navigation .menu > li{margin-bottom: 20px;position: relative;}
.mobile-navigation ul{list-style: none;margin-left: 0;text-align: center;}
.mobile-menu{
	position: fixed;
	right: 15px;
	z-index: 11;
	top: 12px;
}

@media (max-width: 1024px) {
	.mobile-navigation ul.sub-menu {
		padding-top: 0;
		padding-left: 15px;
	}
}

.mobile-navigation .header-start{background-color: rgb(240, 86, 65);color: #fff;}

.header-mobile-sign{text-align: right;display: inline-block;float: right;}
.header-mobile-sign a{color: #fff;
	background-image: url(./images/lock-icon.png);
	background-repeat: no-repeat;
	background-position: right 5px bottom 2px;
	padding-top: 15px;
	padding-right: 35px;
	background-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
}

.header-desktop-language{color: rgb(46, 49, 68);text-transform: uppercase;font-weight: bold;    font-size: 13px;}
.container-fluid .header-desktop-language{
	float: right;
	position: relative;
	/*padding: 13px 20px 0 20px;*/
	padding: 13px 15px 0 15px;
}


/*toggle menu*/

.toggle-menu i {
	/*position: absolute;*/
	display: block;
	height: 2px;
	background: rgb(46, 49, 68);
	width: 30px;
	left: 0px;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin: 6px 0;
}

.toggle-menu i:nth-child(1) {
	/*top: 16px;*/
}

.toggle-menu i:nth-child(2) {
	/*top: 24px;*/
}

.toggle-menu i:nth-child(3) {
	/*top: 32px;*/
}

.toggle-menu.active i:nth-child(1) {
	/*top: 25px;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);*/
	-webkit-transform: rotate(-45deg) translate(-9px, 6px);
	transform: rotate(-45deg) translate(-9px, 6px);
}

.toggle-menu.active i:nth-child(2) {
	background: transparent;
}

.toggle-menu.active i:nth-child(3) {
	/*top: 25px;
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);*/
	-webkit-transform: rotate(45deg) translate(-6px, -3px);
	transform: rotate(45deg) translate(-6px, -3px);
}
/*end toggle menu*/

.mobile-navigation .menu .sub-menu a{color: #fff;font-weight: 400;letter-spacing: 0.5px;}
.mobile-navigation .menu .current-menu-item a{color :rgb(240, 86, 65)}

.mobile-navigation {
	display: none;
	background-color: rgb(46, 49, 68);
	padding: 20px;
	border: 15px solid #fff;
	position: fixed;
	top: 45px;
	width: 100%;
	z-index: 9999;
}
.mobile-navigation .menu a {
	padding: 6px 0;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
}

/* ------------------------------
	FOOTER
------------------------------ */
.site-footer{font-weight: 300;font-size: 14px;background-color: rgb(255, 255, 255);position: relative;}
.site-info p{font-size: 12px;margin: 0}
.site-info a{font-weight: 400;}
.site-footer .widget-title{font-weight: 600;letter-spacing: 0.4px;    text-transform: uppercase;}
.site-footer .textwidget p{letter-spacing: 0.4px;}
.footer-social li {display: inline-block;margin: 0 7px;}
.footer-social li:first-child{margin-left: 0}
.footer-social li a {
	display: block;
	width: 40px;
	height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background: #d0d1d7;
	border-radius: 50%;
	text-align: center;
	line-height: 43px;
	font-size: 20px;
	color: #fff;
}
.footer-social li a:hover {opacity: 0.7;}

.site-footer .menu{list-style: none;}
.site-footer .menu li{margin-bottom: 10px;}
.site-footer .menu li a{text-transform: uppercase;font-weight: 600;letter-spacing: 0.4px;}


.footer-security{background-color: #BB3434;background-color: RGB(72, 106, 178);color: #fff;/*padding: 12px 0 2px;*/padding: 16px 0 5px;position: fixed;width: 100%;bottom: 0;z-index: 1;box-shadow: 0px 0px 10px 1px rgba(46, 49, 69, 0.23);}
.footer-security-title{font-weight: bold;text-transform: uppercase;font-size: 13px;}
.footer-security p{font-weight: 400;    line-height: 18px;}
.footer-security a{text-decoration: underline;color: #fff;font-weight: 500}
.footer-security-close{position: absolute;right: 10px;background-image: url(./images/close-icon.png);
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	transform: rotate(45deg);
}



/*font face*/



/* font converted using font-converter.net. thank you! */
@font-face {
	font-family: "HKGrotesk";
	src: url(./fonts/HKGrotesk-Light/HKGrotesk-Light.eot); /* IE9 Compat Modes */
	src: url(./fonts/HKGrotesk-Light/HKGrotesk-Light.otf) format("opentype"), /* Open Type Font */
	url(./fonts/HKGrotesk-Light/HKGrotesk-Light.svg) format("svg"), /* Legacy iOS */
	url(./fonts/HKGrotesk-Light/HKGrotesk-Light.ttf) format("truetype"), /* Safari, Android, iOS */
	url(./fonts/HKGrotesk-Light/HKGrotesk-Light.woff) format("woff"), /* Modern Browsers */
	url(./fonts/HKGrotesk-Light/HKGrotesk-Light.woff2) format("woff2"); /* Modern Browsers */
	font-weight: 300;
	font-style: normal;
}

/* font converted using font-converter.net. thank you! */
@font-face {
	font-family: "HKGrotesk";
	src: url(./fonts/HKGrotesk-Light/HKGrotesk-LightItalic.eot); /* IE9 Compat Modes */
	src: url(./fonts/HKGrotesk-Light/HKGrotesk-LightItalic.eot?#iefix) format("embedded-opentype"), /* IE6-IE8 */
	url(./fonts/HKGrotesk-Light/HKGrotesk-LightItalic.svg) format("svg"), /* Legacy iOS */
	url(./fonts/HKGrotesk-Light/HKGrotesk-LightItalic.ttf) format("truetype"), /* Safari, Android, iOS */
	url(./fonts/HKGrotesk-Light/HKGrotesk-LightItalic.woff) format("woff"), /* Modern Browsers */
	url(./fonts/HKGrotesk-Light/HKGrotesk-LightItalic.woff2) format("woff2"); /* Modern Browsers */
	font-weight: 300;
	font-style: italic;
}

/* font converted using font-converter.net. thank you! */
@font-face {
	font-family: "HKGrotesk";
	src: url(./fonts/HKGrotesk-Regular/HKGrotesk-Regular.eot); /* IE9 Compat Modes */
	src: url(./fonts/HKGrotesk-Regular/HKGrotesk-Regular.eot?#iefix) format("embedded-opentype"), /* IE6-IE8 */
	url(./fonts/HKGrotesk-Regular/HKGrotesk-Regular.otf) format("opentype"), /* Open Type Font */
	url(./fonts/HKGrotesk-Regular/HKGrotesk-Regular.svg) format("svg"), /* Legacy iOS */
	url(./fonts/HKGrotesk-Regular/HKGrotesk-Regular.ttf) format("truetype"), /* Safari, Android, iOS */
	url(./fonts/HKGrotesk-Regular/HKGrotesk-Regular.woff) format("woff"), /* Modern Browsers */
	url(./fonts/HKGrotesk-Regular/HKGrotesk-Regular.woff2) format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}

/* font converted using font-converter.net. thank you! */
@font-face {
	font-family: "HKGrotesk";
	src: url(./fonts/HKGrotesk-Regular/HKGrotesk-Italic.eot); /* IE9 Compat Modes */
	src: url(./fonts/HKGrotesk-Regular/HKGrotesk-Italic.eot?#iefix) format("embedded-opentype"), /* IE6-IE8 */
	url(./fonts/HKGrotesk-Regular/HKGrotesk-Italic.otf) format("opentype"), /* Open Type Font */
	url(./fonts/HKGrotesk-Regular/HKGrotesk-Italic.svg) format("svg"), /* Legacy iOS */
	url(./fonts/HKGrotesk-Regular/HKGrotesk-Italic.ttf) format("truetype"), /* Safari, Android, iOS */
	url(./fonts/HKGrotesk-Regular/HKGrotesk-Italic.woff) format("woff"), /* Modern Browsers */
	url(./fonts/HKGrotesk-Regular/HKGrotesk-Italic.woff2) format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: italic;
}

/* font converted using font-converter.net. thank you! */
@font-face {
	font-family: "HKGrotesk";
	src: url(./fonts/HKGrotesk-Medium/HKGrotesk-Medium.eot); /* IE9 Compat Modes */
	src: url(./fonts/HKGrotesk-Medium/HKGrotesk-Medium.eot?#iefix) format("embedded-opentype"), /* IE6-IE8 */
	url(./fonts/HKGrotesk-Medium/HKGrotesk-Medium.otf) format("opentype"), /* Open Type Font */
	url(./fonts/HKGrotesk-Medium/HKGrotesk-Medium.svg) format("svg"), /* Legacy iOS */
	url(./fonts/HKGrotesk-Medium/HKGrotesk-Medium.ttf) format("truetype"), /* Safari, Android, iOS */
	url(./fonts/HKGrotesk-Medium/HKGrotesk-Medium.woff) format("woff"), /* Modern Browsers */
	url(./fonts/HKGrotesk-Medium/HKGrotesk-Medium.woff2) format("woff2"); /* Modern Browsers */
	font-weight: 500;
	font-style: normal;
}

/* font converted using font-converter.net. thank you! */
@font-face {
	font-family: "HKGrotesk";
	src: url(./fonts/HKGrotesk-Medium/HKGrotesk-MediumItalic.eot); /* IE9 Compat Modes */
	src: url(./fonts/HKGrotesk-Medium/HKGrotesk-MediumItalic.eot?#iefix) format("embedded-opentype"), /* IE6-IE8 */
	url(./fonts/HKGrotesk-Medium/HKGrotesk-MediumItalic.otf) format("opentype"), /* Open Type Font */
	url(./fonts/HKGrotesk-Medium/HKGrotesk-MediumItalic.svg) format("svg"), /* Legacy iOS */
	url(./fonts/HKGrotesk-Medium/HKGrotesk-MediumItalic.ttf) format("truetype"), /* Safari, Android, iOS */
	url(./fonts/HKGrotesk-Medium/HKGrotesk-MediumItalic.woff) format("woff"), /* Modern Browsers */
	url(./fonts/HKGrotesk-Medium/HKGrotesk-MediumItalic.woff2) format("woff2"); /* Modern Browsers */
	font-weight: 500;
	font-style: italic;
}

/* font converted using font-converter.net. thank you! */
@font-face {
	font-family: "HKGrotesk";
	src: url(./fonts/HKGrotesk-Semibold/HKGrotesk-SemiBold.eot); /* IE9 Compat Modes */
	src: url(./fonts/HKGrotesk-Semibold/HKGrotesk-SemiBold.eot?#iefix) format("embedded-opentype"), /* IE6-IE8 */
	url(./fonts/HKGrotesk-Semibold/HKGrotesk-SemiBold.otf) format("opentype"), /* Open Type Font */
	url(./fonts/HKGrotesk-Semibold/HKGrotesk-SemiBold.svg) format("svg"), /* Legacy iOS */
	url(./fonts/HKGrotesk-Semibold/HKGrotesk-SemiBold.ttf) format("truetype"), /* Safari, Android, iOS */
	url(./fonts/HKGrotesk-Semibold/HKGrotesk-SemiBold.woff) format("woff"), /* Modern Browsers */
	url(./fonts/HKGrotesk-Semibold/HKGrotesk-SemiBold.woff2) format("woff2"); /* Modern Browsers */
	font-weight: 600;
	font-style: normal;
}

/* font converted using font-converter.net. thank you! */
@font-face {
	font-family: "HKGrotesk";
	src: url(./fonts/HKGrotesk-Semibold/HKGrotesk-SemiBoldItalic.eot); /* IE9 Compat Modes */
	src: url(./fonts/HKGrotesk-Semibold/HKGrotesk-SemiBoldItalic.eot?#iefix) format("embedded-opentype"), /* IE6-IE8 */
	url(./fonts/HKGrotesk-Semibold/HKGrotesk-SemiBoldItalic.otf) format("opentype"), /* Open Type Font */
	url(./fonts/HKGrotesk-Semibold/HKGrotesk-SemiBoldItalic.svg) format("svg"), /* Legacy iOS */
	url(./fonts/HKGrotesk-Semibold/HKGrotesk-SemiBoldItalic.ttf) format("truetype"), /* Safari, Android, iOS */
	url(./fonts/HKGrotesk-Semibold/HKGrotesk-SemiBoldItalic.woff) format("woff"), /* Modern Browsers */
	url(./fonts/HKGrotesk-Semibold/HKGrotesk-SemiBoldItalic.woff2) format("woff2"); /* Modern Browsers */
	font-weight: 600;
	font-style: italic;
}

/* font converted using font-converter.net. thank you! */
@font-face {
	font-family: "HKGrotesk";
	src: url(./fonts/HKGrotesk-Bold/HKGrotesk-Bold.eot); /* IE9 Compat Modes */
	src: url(./fonts/HKGrotesk-Bold/HKGrotesk-Bold.eot?#iefix) format("embedded-opentype"), /* IE6-IE8 */
		/* url(./fonts2/HKGrotesk-Bold/HKGrotesk-Bold.otf) format("opentype"), Open Type Font */
	url(./fonts/HKGrotesk-Bold/HKGrotesk-Bold.svg) format("svg"), /* Legacy iOS */
	url(./fonts/HKGrotesk-Bold/HKGrotesk-Bold.ttf) format("truetype"), /* Safari, Android, iOS */
	url(./fonts/HKGrotesk-Bold/HKGrotesk-Bold.woff) format("woff"), /* Modern Browsers */
	url(./fonts/HKGrotesk-Bold/HKGrotesk-Bold.woff2) format("woff2"); /* Modern Browsers */
	font-weight: bold;
	font-style: normal;
}

/* font converted using font-converter.net. thank you! */
@font-face {
	font-family: "HKGrotesk";
	src: url(./fonts/HKGrotesk-Bold/HKGrotesk-BoldItalic.eot); /* IE9 Compat Modes */
	src: url(./fonts/HKGrotesk-Bold/HKGrotesk-BoldItalic.eot?#iefix) format("embedded-opentype"), /* IE6-IE8 */
	url(./fonts/HKGrotesk-Bold/HKGrotesk-BoldItalic.otf) format("opentype"), /* Open Type Font */
	url(./fonts/HKGrotesk-Bold/HKGrotesk-BoldItalic.svg) format("svg"), /* Legacy iOS */
	url(./fonts/HKGrotesk-Bold/HKGrotesk-BoldItalic.ttf) format("truetype"), /* Safari, Android, iOS */
	url(./fonts/HKGrotesk-Bold/HKGrotesk-BoldItalic.woff) format("woff"), /* Modern Browsers */
	url(./fonts/HKGrotesk-Bold/HKGrotesk-BoldItalic.woff2) format("woff2"); /* Modern Browsers */
	font-weight: bold;
	font-style: italic;
}

/*common css*/


body{
	font-family: "HKGrotesk";
	background: rgb(245, 246, 250);
	color: rgb(46, 49, 68);
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 1.5;
	/*font-size: 13px;*/
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin-bottom: 10px;
	font-weight: 400;
}
h1,.big-title{
	font-size: 39px;
	font-weight: bold;
}

h2{
	font-size: 36px;
}

h3{
	font-size: 28px;
}

h4{
	/*font-size: 23px;*/
	font-size: 18px;
}
h5{
	font-size: 19px;
}
h6{
	/*font-size: 18px;*/
	font-size: 17px;
}
p{
	margin-bottom: 10px;
}


.font-weight-medium{font-weight: 500 !important}
.font-weight-semibold{font-weight: 600 !important}
.text-black{color: #000}


.btn{background-color: rgb(232, 94, 80);color: #fff;padding: 13px 25px 12px 25px;border-radius: 35px;display: inline-block;text-transform: uppercase;box-shadow: 0px 3px 7px rgba(46, 49, 69, 0.23);font-weight: bold;
	border: 0;
	letter-spacing: 0.5px;
	font-size: 13px;
}
.btn:hover{background-color: rgb(46, 49, 68);color: #fff;}
.btn:focus{box-shadow: none;}

.arrow-btn{background-color: rgb(232, 94, 80);color: #fff;padding: 15px 60px 15px 30px;border-radius: 35px;display: inline-block;text-transform: uppercase;box-shadow: 0px 3px 7px rgba(46, 49, 69, 0.23);font-weight: bold;
	background-image: url(./images/icon-arrow-white.png);
	background-repeat: no-repeat;
	background-position: center right 25px;
	background-size: 18px;
	font-size: 13px;
	letter-spacing: 0.5px;
}
.arrow-btn:hover{background-color: rgb(46, 49, 68);color: #fff;}

.back-to-top{
	display: none;
	position: absolute;
	right: 0;
	bottom: 20px;
	font-weight: bold;
	padding-right: 25px;
	letter-spacing: 1px;
}
.home .back-to-top{display: block;}
.back-to-top:before{
	content: "";
	position: absolute;
	width: 18px;
	height: 20px;
	top: 2px;
	right: 0;
	background-image: url(./images/icon-arrow.png);
	background-repeat: no-repeat;
	background-size: 17px;
	background-position: right center;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}



.slick_slider_prev{
	position: absolute;
	height: 100%;
	width: 100px;
	z-index: 100;
	cursor: pointer;
	background: transparent;
}
.our-history-section{position: relative;}
.slick_slider_next{
	position: absolute;
	height: 100%;
	width: 100px;
	z-index: 100;
	cursor: pointer;
	background: transparent;
	right: 0;
	top: 0;
}

.slick_slider_next span,
.slick_slider_prev span {
	opacity: 0;
	pointer-events: none;
	transition: all .1s ease;
	position: fixed;
	width: 80px;
	height: 80px;
	background-color: transparent;
	background-size: cover;
}
.slick_slider_prev:hover span,.slick_slider_next:hover span{opacity: 1;}
.slick_slider_prev span {background-image: url('./images/arrow-next.png');transform: rotate(180deg);}
.slick_slider_next span {background-image: url('./images/arrow-next.png');}

.blur{-webkit-filter: blur(5px);filter: blur(5px);display: none !important;}

/*--home css - */


.site-header{
	position: fixed;
	width: 100%;
	z-index: 11;
	/*top: 30px;*/
	/* background: rgb(255, 255, 255); The Fallback */
	/* background-color: rgba(255,255,255,0.60); */
	color: #fff;
}

#home-banner{
	/*background-image: url(./images/home-header.png);*/
	background-size: cover;
	min-height: 700px;
	background-position: center bottom;
	position: relative;
}
#home-banner .container{/*z-index: 0;*/}
#maximage .mc-image:before{
	/*content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(./images/gradient-Layer.png);
	background-size: cover;*/
}

#maximage{position: absolute !important;	height: 700px !important;z-index: 0;}
div.mc-image{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 700px !important;
	background-position: center bottom !important;
}

#arrow_left{position: relative;z-index: 1;width: 30px;height: 30px;background-image: url(./images/icon-arrow-black.png);background-repeat: no-repeat;  transform: rotate(180deg);display: inline-block;background-position: center;background-size: 20px;}
#arrow_right{position: absolute;right: 15px;z-index: 1;width: 30px;height: 30px;background-image: url(./images/icon-arrow-black.png);background-repeat: no-repeat;display: inline-block;background-position: center;background-size: 20px;}
#arrow_left:hover{background-image: url(./images/icon-arrow.png);}
#arrow_right:hover{background-image: url(./images/icon-arrow.png);}

#home-solution{
	background-color: rgb(46, 49, 68);
	position: relative;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.home-solution-title{color: rgb(254, 255, 255);}
.home-solution-strip{
	position: absolute;
	top: -50px;
	background-color: rgb(46, 49, 68);
	color: rgb(254, 255, 255);
	padding: 15px 30px;
	border-radius: 0px 3px 0px 0px;
	overflow: hidden;
}
.solution-col-explore{margin-bottom: 30px;}
.solution-box{
	/*margin-bottom: 30px;*/
	overflow: hidden;
	border-radius: 3px;
	z-index: 1;
	position: relative;
}
.solution-first-box{background-size: cover;min-height: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	border-radius: 3px 3px 0px 0px;
	overflow: hidden;
}
.solution-first-box:before{
	content: "";
	opacity: 0.3;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-image: url('./images/solutions -overlay.png');
}

.solution-first-box img{max-width: 150px;}
.solution-second-box{background-color: #fff;padding: 30px;}

.solution-col-explore::before {
	content: "";
	position: absolute;
	background-color: #fff;
	height: 100%;
	width: calc(100% - 30px);
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 0;
	border-radius: 5px;
}

.solution-box-title{max-height: 24px;overflow: hidden;font-weight: bold;}
.solution-box-desc{min-height: 95px;overflow: hidden;max-height: 108px;}
.solution-box-more{text-transform: uppercase;font-weight: bold;letter-spacing: 0.5px;
	background-image: url(./images/icon-arrow.png);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: left center;
	padding-left: 30px;
}


#home-investment{
	background-image: url('./images/mountain.png');
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-position: bottom;
}
#home-investment:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbfbfd+0,f5f6fa+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(251,251,253,0) 0%, rgba(245,246,250,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(251,251,253,0) 0%,rgba(245,246,250,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(251,251,253,0) 0%,rgba(245,246,250,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fbfbfd', endColorstr='#f5f6fa',GradientType=0 ); /* IE6-9 */
}

.traditional-btn{
	color: rgb(46, 49, 68);
	background-color: #fff;
	padding: 15px 60px 15px 30px;
	border-radius: 35px;
	display: inline-block;
	text-transform: uppercase;
	box-shadow: 0px 3px 7px rgba(46, 49, 69, 0.23);
	font-weight: bold;
	border: 0;
	letter-spacing: 0.5px;
	/*font-size: 14px;*/
	background-image: url(./images/icon-arrow.png);
	background-repeat: no-repeat;
	background-position: center right 25px;
	background-size: 18px;
	position: relative;
}



.alternative-btn{
	position: relative;
	background-color: rgb(46, 49, 68);
	color: #fff;
	padding: 15px 60px 15px 30px;
	border-radius: 35px;
	display: inline-block;
	text-transform: uppercase;
	box-shadow: 0px 3px 7px rgba(46, 49, 69, 0.23);
	font-weight: bold;
	border: 0;
	letter-spacing: 0.5px;
	/*font-size: 14px;*/
	background-image: url(./images/icon-arrow.png);
	background-repeat: no-repeat;
	background-position: center right 25px;
	background-size: 18px;
}

.switch {
	position: relative;
	display: inline-block;
	width: 55px;
	height: 26px;
	margin: 0 20px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 0px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {background-color: rgb(32, 34, 51);}
input:checked + .slider:before {
	-webkit-transform: translateX(30px);
	-ms-transform: translateX(30px);
	transform: translateX(30px);
	background-color: rgb(240, 86, 65);

}
/* Rounded sliders */
.slider.round {border-radius: 34px;}
.slider.round:before {border-radius: 50%;}

.investment-box{padding: 20px;min-height: 253px;box-shadow: 0px 7px 12px rgba(46, 49, 69, 0.13);border-radius: 3px;background-color: #fff;}
.investment-slider{position: relative;z-index: 0}
.investment-slider .col-md-6::before {
	/*content: "";
	position: absolute;
	background-color: #fff;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	z-index: -1;
	box-shadow: 0px 7px 12px rgba(46, 49, 69, 0.13);
	border-radius: 3px;
	overflow: hidden;*/
}

.investment-box-title{color: rgb(240, 86, 65);font-weight: bold;}
.switch-label {
	text-transform: uppercase;
	color: rgb(132, 134, 142);
	font-weight: bold;
	display: inline-block;
	margin-bottom: 0;
	font-size: 15px;
}
.active-label{color: rgb(46, 49, 68);}



.alternate-box{background-color: rgb(46, 49, 68);color: #fff;/*box-shadow: 0px 7px 12px rgba(46, 49, 69, 0.13);*/padding: 20px;border-radius: 3px;overflow: hidden;}
.alternate-box-title{font-weight: bold;min-height: 60px;}
.alternate-box-middle{border-top: 1px solid rgba(255,255,255,0.5);padding-top: 15px;padding-bottom: 5px;border-bottom: 2px solid #fff;margin-bottom: 15px;}
.alternate-box-price {font-weight: bold;color: rgb(240, 86, 65);margin-bottom: 5px;font-size:18px;}
.alternate-box-label {text-transform: uppercase;font-weight: 600;color: rgba(255, 255, 255,0.5);font-size: 13px;letter-spacing: 0.5px;display: inline-block;}
.alternate-box-percentage {font-weight: bold;color: rgb(240, 86, 65);margin-bottom: 0;font-size: 15px;}
.alternate-box-value{font-weight: bold;color: rgb(240, 86, 65);margin-bottom: 0;font-size: 15px;}
.alternate-box-last p{margin-bottom: 0}
.term_lbl_13{
	font-size: 13px;
}
.alternative-sign-in{
	background-image: url(./images/lock-icon.png);
	background-repeat: no-repeat;
	background-position: right 5px bottom 2px;
	float: right;
	background-size: 15px;
	width: 25px;
	height: 25px;
}

.alternative-member-access-box{position: relative;max-width: 390px;margin: 0 auto;text-align: center;}
.alternative-member-access-title{
	text-transform: uppercase;
	font-weight: bold;
	color: rgb(132, 134, 142);
	font-size: 12px;
}

#home-points{background-color: rgb(46, 49, 68);color: #fff;position: relative;margin-top: 100px;margin-bottom: 0px;}
.point-icon{text-align: center;}
.point-icon img {max-width: 110px;max-height: 100px;text-align: center;}
#home-points:before{content: "";position: absolute;top: -70px;width: 100%;height: 71px;background-image: url(./images/point-before.png);background-repeat: no-repeat;background-size: cover;background-position: top;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#home-points:after{content: "";position: absolute;bottom: -70px;width: 100%;height: 70px;background-image: url(./images/point-after.png);background-repeat: no-repeat;background-size: cover;background-position: bottom;background-color: transparent;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.news-slider .slick-slide,.home-news-slider .slick-slide{position: relative;margin-bottom: 15px;display: table-cell !important;float: none !important;}
.news-slider .slick-track,.home-news-slider .slick-track{display: table !important;padding-bottom: 15px;}

.news-slider .slick-slide:before,.home-news-slider .slick-slide:before{content: "";position: absolute;left: 0;right: 0;margin: 0 auto;background-color: #fff;box-shadow: 0px 7px 12px rgba(46, 49, 69, 0.13);width: calc(100% - 30px);height: 100%;z-index: -1;}

.news-slider .slick-list,.home-news-slider .slick-list{padding-left: 0 !important}
.journal-section .slick-prev,.home-journal .slick-prev{position: absolute;
	background-color: transparent;
	left: 0px;
	width: 18px;
	height: 18px;
	background-image: url(./images/icon-arrow-prev.png);
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: bottom right;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 !important;
	z-index: 2;
	font-size: 0;
	display: block !important;
	outline: 0;
}

.news-more{
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.5px;
	background-image: url(./images/icon-arrow.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: left center;
	padding-left: 25px;
	font-size: 14px;
}

.journal-section,.home-journal{padding: 80px 0;position: relative;}
.slick-slide{outline: 0}
.news-column{background-color: #fff;/*box-shadow: 0px 7px 12px rgba(46, 49, 69, 0.13);*/margin: 0 15px;}
.page-template-who-we-are .news-column .news-column-first{cursor: default;}
.news-column-first{position: relative;display: block;min-height: 250px;    background-size: cover;/*background-position: center;*/background-position: top center;}
.news-column-first::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-image: url('./images/solutions -overlay.png');
	opacity: 0.3;
}
.news-stripe{position: absolute;top: 0;left: 0;background-color: rgb(240, 86, 65);padding: 10px 10px 10px 15px;color: #fff;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
.news-stripe:before{
	position: absolute;
	content: "";
	right: -37px;
	background-image: url('./images/blog-stripe.png');
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: right bottom;
	top: 0;
}
.news-image{width: 100%;max-height: 250px;min-height: 250px;object-fit: cover;object-position: top;}
.news-column-second{padding: 30px;min-height: 248px;}

.news-title{font-weight: bold;}
.news-category{text-transform: uppercase;font-weight: 600;font-size: 12px;}
.news-category a{color: rgb(132, 134, 142);}
.news-category a:hover{color: rgb(240, 86, 65)}
.news-desc {margin-bottom: 30px;}


.news-slider  .slick-prev,.home-news-slider .slick-prev{display: none !important;}
.news-slider  .slick-next,.home-news-slider .slick-next{background-image: url('./images/arrow-next.png');
	width: 80px;
	height: 80px;
	background-size: cover;
	background-color: transparent;
	font-size: 0;
	border: 0;
	outline: 0;
	cursor: pointer;
	position: absolute;
	left: calc(100% - 180px);
	top: 50%;
	transform: translateY(-50%);
	display: none !important;
}

.slick-dots{text-align: center;}
.slick-dots li {
	position: relative;
	display: inline-block;
	padding: 0;
	cursor: pointer;
	padding-left: 0 !important;
}
.slick-dots li:before {opacity: 0;}
.slick-dots li button {
	vertical-align: top;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	border-radius: 50%;
	text-align: center;
	border: 1px solid rgb(151, 151, 151);
	background-color: transparent;
	width: 16px;
	height: 16px;
	padding: 0;
	font-size: 0;
	margin: 0 5px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.slick-dots li.slick-active button{background-color:rgb(216, 216, 216);}

.scroll-news a{text-transform: uppercase;font-weight: 500;letter-spacing: 0.5px;margin: 0px 15px;font-size: 14px;}
.scroll-news a:hover{font-weight: bold;}
.scroll-news{white-space: nowrap;overflow: hidden;position: relative;}
.scroll-news:before{
	z-index: 1;
	content: "";
	position: absolute;
	right: 0;
	width: 100px;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbfbfd+0,f5f6fa+50&0.2+1,1+50 */
	background: -moz-linear-gradient(left, rgba(251,251,253,0.2) 0%, rgba(251,251,253,0.2) 1%, rgba(245,246,250,1) 70%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(251,251,253,0.2) 0%,rgba(251,251,253,0.2) 1%,rgba(245,246,250,1) 70%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(251,251,253,0.2) 0%,rgba(251,251,253,0.2) 1%,rgba(245,246,250,1) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33fbfbfd', endColorstr='#f5f6fa',GradientType=1 ); /* IE6-9 */
}

.scroll-news:after{
	top: 0;
	z-index: 1;
	content: "";
	position: absolute;
	left: 0;
	width: 100px;
	height: 100%;
	background: -moz-linear-gradient(left, rgba(245,246,250,1) 0%, rgba(255,255,255,0.2) 100%);
	background: -webkit-linear-gradient(left, rgba(245,246,250,1) 0%,rgba(255,255,255,0.2) 100%);
	background: linear-gradient(to right, rgba(245,246,250,1) 0%,rgba(255,255,255,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6fa', endColorstr='#00ffffff',GradientType=1 );
}


a.next-news{
	margin-right: 0;
	position: absolute;
	right: 0;
	width: 18px;
	height: 18px;
	background-image: url(./images/icon-arrow.png);
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: bottom right;
}
.scroll-news a.active{/*font-weight: bold;*/}
.scroll-news a:first-child{padding-left: 80px;}

.switch-filter .traditional-btn{display: none;}
#primary-menu ul.sub-menu > li > span.opensubmenu {display: none;}

.mobile-navigation .opensubmenu {color: #fff;right: auto;top: 6px;}

.opensubmenu {
	/*position: absolute;
	top: 1px;
	right: -15px;*/
	padding: 0 5px;
	width: 28px;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}


/*who we are css*/
#page-banner::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(./images/gradient-Layer.png);
	background-size: cover;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	/* IE 5-7 */
	filter: alpha(opacity=65);
	/* Netscape */
	-moz-opacity: 0.65;
	/* Safari 1.x */
	-khtml-opacity: 0.65;
	/* Good browsers */
	opacity: 0.65;
}
#page-banner {background-size: cover;min-height: 500px;background-position: center;position: relative;}
#page-banner .container{position: relative;z-index: 1;}


.single-tradtional_offer  #page-banner::before{opacity: 1}
.single-tradtional_offer  #page-banner::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: rgba(255,255,255,0.60);
	height: 100%;
}

.bg-dark{background-color: rgb(46, 49, 68)!important;color: #fff;}

.who-are-image{position: relative;}
.who-are-image img{width: 100%;}
.who-are-image:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-image: url('./images/solutions -overlay.png');
	opacity: 0.3;
}

#three-call-action {
	background-color: rgb(46, 49, 68);
	color: #fff;
	z-index: 999;
	position: relative;
	z-index: 1;
}
#three-call-action .col-md-4:first-child .three-call-to-action-box{background-image: url('./images/resource-hub-bg.png');background-repeat: no-repeat;background-size: cover;}
#three-call-action .col-md-4:last-child .three-call-to-action-box{background-image: url('./images/alternative-strategies-bg.png');background-repeat: no-repeat;background-size: cover;}
.three-call-to-action-box {
	min-height: 360px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	padding: 15px;
	/*-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;*/
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 90px;
}

.three-call-to-action-box h4{
	font-size: 26px;
}
.third-box {
	flex: 0 0 40%;
}

#home-solution-2 {
	padding-top: 60px;
	background-image: url(./images/angle-bg.svg);
	background-repeat: no-repeat;
}
.three-call-btn {
	color: rgb(46, 49, 68);
	background-color: #fff;
	padding: 15px 48px 13px 22px;
	border-radius: 35px;
	display: inline-block;
	text-transform: uppercase;
	box-shadow: 0px 3px 7px rgba(46, 49, 69, 0.23);
	font-weight: bold;
	border: 0;
	letter-spacing: 0.5px;
	font-size: 13px;
	background-image: url(./images/icon-arrow.png);
	background-repeat: no-repeat;
	background-position: center right 20px;
	background-size: 17px;
	position: relative;
	/*opacity: 0;
	transition: transform 1s;
	transform: translate(0, 70px);*/
}
/* BANE */
/* Pop up settings */

.warningBox{
	text-align: center;
	background-color: #E85E50;
	color: #fff;
	position: fixed;
	z-index: 9999999;
	top: 0;
	width: 100%;
	padding: 10px;
	font-weight: 700;
}

.warningBox .sepMSG{
	width: 45%;
	height: 1px;
	background-color: #fff;
	margin-bottom: 5px;
	margin-top: 10px;
	display: inline-block;
}


.custom-logo-link {
	max-width: 140px;
}
.site-lang-popup .country-popup-language {
	display: none;
}

.site-lang-popup .country-popup {
	font-family: HKGrotesk;
}
.main-navigation > div {
	padding: 0;
}
.country-popup-list {
	display: flex;
	flex-direction: column;
}

.site-lang-popup .country-popup-item {
	font-size: 14px;
	text-transform: uppercase;
	color: #2E3145;
	font-family: HKGrotesk;
	font-weight: bold;
	width: 289px;
	margin-right: 0;
	position: relative;
	display: flex;
	height: fit-content;
}

.site-lang-popup .country-popup-item .country-popup-item-link {
	width: 100%;
	margin: 0;
	padding: 22px 0 22px 17px;
}

.site-lang-popup .country-popup-item a.link {
	background: unset;
	display: block;
	width: 100%;
	text-align: unset;
	height: unset;
	line-height: unset;
	border: unset;
	border-radius: unset;
	font-size: unset;
	font-weight: unset;
	text-decoration: unset;
}
.site-lang-popup .country-popup-item a.link:hover {
	border: unset;
	color: #E85E50;
}

.country-popup-item:hover, .country-popup-language-item:hover {
	color: #E85E50;
	background-color: #fff !important;
	box-shadow: 0 8px 18px 0 rgba(46,49,69,0.13) !important;
}

.country-popup-item.active {
	background-color: #fff;
	box-shadow: 0 8px 18px 0 rgba(46,49,69,0.13);
	color: #E85E50;
}

.country-popup-item.active .country-popup-language {
	display: flex !important;
}

.country-popup-language {
	position: absolute;
	display: flex;
	flex-direction: column;
	left: 289px;
	width: 289px;
	top: 0;
	margin-left: 0;
}

.site-lang-popup .country-popup-language-item {
	color: #2E3145;
	font-size: 14px;
	text-transform: uppercase;
	color: #2E3145;
	font-family: HKGrotesk;
	font-weight: bold;
	padding: 22px 0;
	padding-left: 17px;
	background-color: #fff;
	box-shadow: 0 8px 18px 0 rgba(46,49,69,0.13);
	margin-right: 0;
}

.country-popup-language-item:before {
	background-image: url('/wp-content/themes/montrusco/images/icon-arrow.png');
	display: inline-block;
	width: 15px;
	height: 11px;
	margin-right: 10px;
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
}

.country-popup-wrapper {
	display: flex;
	width: fit-content;
	/*position: relative;*/
}

.country-popup-disclaimer {
	width: 289px;
	display: none;
}

.country-popup-item.active .country-popup-disclaimer {
	width: 289px;
	position: absolute;
	right: -289px;
	display: block;
	top: 0;
	padding: 22px 0;
	padding-left: 17px;
	padding-right: 17px;
	background: #fff;
	box-shadow: 0 8px 18px 0 rgba(46,49,69,0.13);
}

.language-disclaimer-wrapper {
	position: absolute;
	right: -310px;
	width: 100%;
	min-width: 400px;
	top: 0;
	display: none;
	/* padding: 0 20px 20px 20px; */
	background-color: #fff;
	box-shadow: 0 8px 18px 0 rgba(46,49,69,0.13);
	
}

.country-popup-language-item.active .language-disclaimer-wrapper {
	display: block;
}

.country-popup-disclaimer-header {
	color: #2E3145;
	font-size: 14px;
}

.country-popup-disclaimer-header:before {
	background-image: url('/wp-content/themes/montrusco/images/icon-arrow.png');
	display: inline-block;
	width: 15px;
	height: 11px;
	margin-right: 10px;
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
}

.country-popup-disclaimer-text {
	font-size: 13px;
	font-weight: 300;
	text-transform: none;
	color: #2E3145;
}

.country-popup-wrapper:first-child .country-popup-item .country-popup-disclaimer {
	display: none;
}

.language-disclaimer-heading:before {
	background-image: url('/wp-content/themes/montrusco/images/icon-arrow.png');
	display: inline-block;
	width: 15px;
	height: 11px;
	margin-right: 10px;
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
}

.language-disclaimer {
	font-size: 13px;
	font-weight: 300;
	text-transform: none;
	color: #2E3145;
	border-bottom: 1px solid #F5F6FA;
	padding: 0 20px 20px 20px;
}

.language-disclaimer-heading {
	padding: 10px 20px 0 20px;
	line-height: 55px;
}

.language-disclaimer-link {
	width: unset !important;
	height: unset !important;
	border: unset !important;
	text-align: unset !important;
	line-height: unset !important;
}

.language-disclaimer-link:hover {
	color: #E85E50;
}

.site-lang-popup .country-popup-disclaimer a {
	background: unset;
	display: unset;
	width: unset;
	text-align: unset;
	height: unset;
	line-height: unset;
	border: unset;
	border-radius: unset;
	font-size: unset;
	border: unset !important;
}
.modal-open .modal {
	z-index: 999999;
}
.country-popup-item.active .country-popup-language-item {
	display: block;
}
.country-popup-language-item.active span {
	color: #E85E50;
}
.country-popup-language-item span:hover {
	color: #E85E50;
}

/* .language-disclaimer-heading:hover {
	color: #E85E50;
} */

/* .language-disclaimer-heading a {
	border: unset !important;
	display: unset !important;
} */
.container {
	width: 60%;
	margin: 0 auto;
}
path,polygon {fill: #eee; stroke: white;}

#CANADA path {fill: lightgrey;}
#EUROPE path {fill: lightgrey;}
#UNITED-STATES path {fill: lightgrey;}

#CANADA path:hover {fill: #2E3145;}
#EUROPE:hover path {fill: #2E3145;}
#UNITED-STATES path:hover {fill: #2E3145;}
.selected { fill:#2E3145 !important;}
.modal-body svg {
	position: absolute;
	left:30%;
}
.modal-popup-wrapper {
	padding-left: 17px;
	margin-bottom: 30px;
}

.modal-popup-text {
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 15px;
}
.site-lang-popup ul li a {
	color: #2E3145;
	font-size: 14px !important;
}
.modal-popup-header {
	font-size: 42px;
	font-weight: 800;
	line-height: 46px;
	width: 300px;
}
.modal-body {
	padding: 0;
}
.modal-popup-header-2 {
	font-size: 42px;
	font-weight: 800;
	line-height: 46px;
	width: 300px;
	display: none;
}

/*load popup*/
.load-popup .modal-content {
	padding: 40px;
	border-radius: 0;
}
.popop-logo-item {
	display: flex;
	align-items: center;
	justify-content: center;
}
.alternate-btn {
	text-align: left;
	color: rgb(46, 49, 68);
	padding: 0 30px;
	border-radius: 35px;
	display: inline-grid;
	text-transform: uppercase;
	font-weight: bold;
	border: 0;
	letter-spacing: 0.5px;
	font-size: 30px;
	line-height: 36px;
	position: relative;
	margin-left: 0px;
}
.alternate-btn span {
	font-weight: 300;
}
.load-popup .modal-header {
	padding: 0;
	border: 0;
	justify-content: flex-end;
	position: absolute;
	right: 10px;
	top: 10px;
}
.load-popup .modal-header .close {
	padding: 0;
	margin: 0;
	opacity: 1;
	font-size: 40px;
	font-weight: 400;
	color: #B4B5BC;
	width: 30px;
	height: 30px;
	line-height: 30px;
	z-index: 2;
}
.load-popup .modal-header:hover .close {
	color: #e85e53;
}
.alternate-loadpopup {
	text-align: center;
}
.alternate-loadpopup h4 {
	color: #2E3145;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 28px;
	text-align: center;
	margin: 35px 0 25px;
}
.alternate-loadpopup .three-call-btn-second {
	text-align: center;
	margin: 0 auto;
	padding: 0 25px;
}
/*------end load popup------*/

/*RESPONSIBLE INVESTING CSS*/
body.page-template-responsible-investing {
	background: #fff;
}
#page-banner.investing-banner {
	min-height: 380px;
}
.investing-banner h1 {
	color: #fff;
	font-size: 54px;
	line-height: 65px;
	margin: 0;
	letter-spacing: 0.9px;
}
.bg-dark-investing h4 {
	font-size: 20px;
	line-height: 28px;
	margin: 0;
}
.common-txt h3 {
	font-size: 30px;
	line-height: 38px;
	color: #2E3145;
	font-weight: bold;
}
.common-txt p{
	line-height: 24px;
	margin-bottom: 25px;
}
.common-txt p:last-child{
	margin-bottom: 0;
}
.common-txt p a, .esg-criteria-section h4 a {
	text-decoration: underline;
}
.esg-criteria-section, .we-focus-section {
	background-image: url(./images/angle-bg.svg);
	background-repeat: no-repeat;
	margin: 50px 0;
}
.esg-criteria-section h4 {
	line-height: 28px;
	margin-bottom: 25px;
}
.notes {
	font-size: 13px;
}
.external-specialists {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.external-specialists img {
	max-width: 50%;
	width: auto;
	object-fit: contain;
	padding: 0 20px;
	margin-bottom: 30px;
}
.common-txt ul {
	list-style: none;
	margin-bottom: 25px;
}
.common-txt ul li {
	background-image: url(./images/check.png);
	background-repeat: no-repeat;
	list-style: none;
	text-decoration: underline;
	margin-bottom: 10px;
}
.common-txt ul li::before{display: none;}

/*new menu setting*/


body.page-template-traditional-strategies .site-header,
body.page-template-who-we-are .site-header,
body.page-template-our-philosophy .site-header,
body.page-template-team .site-header,
body.page-template-partners .site-header,
body.single-solution  .site-header,
body.single-tradtional_offer .site-header,
body.single-traditional_strategy .site-header,
body.single-alternative_strategy .site-header,
body.page-template-strategy-archive .site-header,
body.tax-resource_cat .site-header,
body.page-template-journal .site-header,
body.page-template-qa .site-header,
body.page-template-contact .site-header,
body.page-template-client-portal .site-header,
body.page-template-strategies-regions .site-header,
body.page-template-responsible-investing .site-header {
	position: relative;
	height: auto;
	background: #fff;
}

body.page-template-traditional-strategies .site-header .top-banner,
body.page-template-who-we-are .site-header .top-banner,
body.page-template-our-philosophy .site-header .top-banner,
body.page-template-team .site-header .top-banner,
body.page-template-partners .site-header .top-banner,
body.single-solution  .site-header .top-banner,
body.single-tradtional_offer .site-header .top-banner,
body.single-traditional_strategy .site-header .top-banner,
body.single-alternative_strategy .site-header .top-banner,
body.page-template-strategy-archive .site-header .top-banner,
body.tax-resource_cat .site-header .top-banner,
body.page-template-journal .site-header .top-banner,
body.page-template-qa .site-header .top-banner,
body.page-template-contact .site-header .top-banner,
body.page-template-client-portal .site-header .top-banner,
body.page-template-strategies-regions .site-header .top-banner,
body.page-template-responsible-investing .site-header .top-banner {
	background: #f5f6fa;
}



body.single-journal .site-header .main-navigation li a,
body.page-template-traditional-strategies .site-header .main-navigation li a,
body.page-template-who-we-are .site-header .main-navigation li a,
body.page-template-our-philosophy .site-header .main-navigation li a,
body.page-template-team .site-header .main-navigation li a,
body.page-template-partners .site-header .main-navigation li a,
body.single-solution  .site-header .main-navigation li a,
body.single-tradtional_offer .site-header .main-navigation li a,
body.single-traditional_strategy .site-header .main-navigation li a,
body.single-alternative_strategy .site-header .main-navigation li a,
body.page-template-strategy-archive .site-header .main-navigation li a,
body.tax-resource_cat .site-header .main-navigation li a,
body.page-template-journal .site-header .main-navigation li a,
body.page-template-qa .site-header .main-navigation li a,
body.page-template-contact .site-header .main-navigation li a,
body.page-template-client-portal .site-header .main-navigation li a,
body.page-template-strategies-regions .site-header .main-navigation li a,
body.page-template-responsible-investing .site-header .main-navigation li a {
	color: #000;
}

body.single-journal .site-header .main-navigation li span.opensubmenu,
body.page-template-traditional-strategies .site-header .main-navigation li span.opensubmenu,
body.page-template-who-we-are .site-header .main-navigation li span.opensubmenu,
body.page-template-our-philosophy .site-header .main-navigation li span.opensubmenu,
body.page-template-team .site-header .main-navigation li span.opensubmenu,
body.page-template-partners .site-header .main-navigation li span.opensubmenu,
body.single-solution  .site-header .main-navigation li span.opensubmenu,
body.single-tradtional_offer .site-header .main-navigation li span.opensubmenu,
body.single-traditional_strategy .site-header .main-navigation li span.opensubmenu,
body.single-alternative_strategy .site-header .main-navigation li span.opensubmenu,
body.page-template-strategy-archive .site-header .main-navigation li span.opensubmenu,
body.tax-resource_cat .site-header .main-navigation li span.opensubmenu,
body.page-template-journal .site-header .main-navigation li span.opensubmenu,
body.page-template-qa .site-header .main-navigation li span.opensubmenu,
body.page-template-contact .site-header .main-navigation li span.opensubmenu,
body.page-template-client-portal .site-header .main-navigation li span.opensubmenu,
body.page-template-strategies-regions .site-header .main-navigation li span.opensubmenu,
body.page-template-responsible-investing .site-header .main-navigation li span.opensubmenu {
	color: #000;
}





.page-template-traditional-strategies  .site-header .custom-logo-sticky,
.page-template-who-we-are  .site-header .custom-logo-sticky,
.page-template-our-philosophy  .site-header .custom-logo-sticky,
.page-template-team  .site-header .custom-logo-sticky,
.page-template-partners  .site-header .custom-logo-sticky,
.single-solution   .site-header .custom-logo-sticky,
.single-tradtional_offer  .site-header .custom-logo-sticky,
.single-traditional_strategy .site-header .custom-logo-sticky,
.single-alternative_strategy .site-header .custom-logo-sticky,
.page-template-strategy-archive .site-header .custom-logo-sticky,
.tax-resource_cat  .site-header .custom-logo-sticky,
.page-template-journal  .site-header .custom-logo-sticky,
.page-template-qa  .site-header .custom-logo-sticky,
.page-template-contact  .site-header .custom-logo-sticky,
.page-template-client-portal  .site-header .custom-logo-sticky,
.page-template-strategies-regions  .site-header .custom-logo-sticky,
.single-journal .site-header .custom-logo-sticky, 
.page-id-8039 .site-header .custom-logo-sticky,
.page-id-8086 .site-header .custom-logo-sticky,
.page-id-8128 .site-header .custom-logo-sticky {
	display: block;
}



.page-template-traditional-strategies .site-header .custom-logo,
.page-template-who-we-are .site-header .custom-logo,
.page-template-our-philosophy .site-header .custom-logo,
.page-template-team .site-header .custom-logo,
.page-template-partners .site-header .custom-logo,
.single-solution  .site-header .custom-logo,
.single-tradtional_offer .site-header .custom-logo,
.single-traditional_strategy .site-header .custom-logo,
.single-alternative_strategy .site-header .custom-logo,
.page-template-strategy-archive .site-header .custom-logo,
.tax-resource_cat .site-header .custom-logo,
.page-template-journal .site-header .custom-logo,
.page-template-qa .site-header .custom-logo,
.page-template-contact .site-header .custom-logo,
.page-template-client-portal .site-header .custom-logo,
.page-template-strategies-regions .site-header .custom-logo,
.single-journal .site-header .custom-logo,
.page-id-8039 .site-header .custom-logo,
.page-id-8086 .site-header .custom-logo,
.page-id-8128 .site-header .custom-logo {
	display: none;
}




button:focus {
	outline: 0 !important;
}

/*new section contact & traditional strategies css --- ds */
.investing-banner h1 span {
    font-weight: normal;
}

/*traditional strategies css*/
.traditional-mb-strategies-section .container, .inner-contact-block .container {
    width: 100%;
}
.traditional-mb-strategies-section h2{
    font-size: 30px;
    color: #2E3145;
    letter-spacing: 0.5px;
    line-height: 36px;
    font-weight: bold;
	margin-bottom: 15px;
}
.ts-txt {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.traditional-mb-strategies-section .ts-txt h2 {
    text-transform: uppercase;
    padding-left: 30px;
	margin: 0;
}
.traditional-mb-strategies-section .ts-txt h2 span {
    display: block;
    font-weight: normal;
}

.traditional-mb-strategies-section p {
    color: #2E3145;
    line-height: 24px;
}

.mbdata-box {
    background-color: #FFFFFF;
    box-shadow: 0 12px 24px 0 rgba(0,0,0,0.1);
    padding: 30px;
    margin-bottom: 30px;
}
.traditional-mb-strategies-section .col-md-8 .col-md-6:last-child .mbdata-box {
    margin-bottom: 10px;
}
.traditional-mb-strategies-section {
    background-image: url(./images/angle-bg.svg);
    background-repeat: no-repeat;
    background-size: 63% 100%;
    background-position: left;
    position: relative;
}

.traditional-mb-strategies-section:before {content: "";background-color: #f5f6fa;position: absolute;width: 100%;height: 100%;right: 70%;top: 0;}


.contact-box {
    display: flex;
    align-items: center;
    background: #fff;
    min-height: 180px;
    overflow: hidden;
	position: relative;
}
.contactbox-img {
    /* max-width: 180px; */
	align-self: stretch;
	width: 33.33%;
}
.contactbox-img img {
    height: 100%;
    object-fit: cover;
}


.inner-contact-block h2 {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 39px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.inner-contact-block h2 strong {
    display: block;
}
.contactbox-content h3 {
    color: #2E3145;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 28px;
	margin-bottom: 5px;
}
.contactbox-content h3 span {
    font-weight: normal;
    display: block;
}
.contactbox-content {
	padding: 20px;
    padding-left: 30px;
	width: 66.66%;
}
.contactbox-content p {
    letter-spacing: 0;
    line-height: 24px;
}
.contactbox-content .three-call-btn-second {
    display: block;
    font-size: 14px;
	background-size: 15px;
}
/* .contactbox-metadata a {
    color: #E85E50;
} */
.contact-block-wrap {
    margin-bottom: 30px;
}
.contact-block-wrap:last-child {
    margin-bottom: 0;
}
.flag-icon {
    position: absolute;
    right: 20px;
    top: 15px;
    max-width: 80px;
}
.mbdata-box .three-call-btn-second {
    font-size: 14px;
    background-size: 15px;
}

.contactblock-belowtxt {
    padding-top: 50px;
}
.contactblock-belowtxt p, .contactblock-belowtxt p a {
    color: #fff;
}
.contactblock-belowtxt p a {
    text-decoration: underline;
}
/* end new section contact & traditional strategies css --- ds */


@media (max-width: 767px) {


.warningBox{
	font-size: 12px;
}

.container {
	width: 100%;
	margin: 0 auto;
}



	.country-popup-item.active .country-popup-disclaimer {
		position: relative;
		right: 0;
		margin-left: -17px;
		top: 22px;
		width: auto;
	}

	.country-popup-item {
		width: 100%;
	}

	.country-popup-wrapper {
		width: 100%;
	}

	.country-popup-item.active {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.country-popup-item.active .country-popup-language {
		position: relative;
		left: 0;
		margin-left: -17px;
		top: 22px;
		margin-bottom: 0;
		width: auto;
	}

	.language-disclaimer-wrapper {
		position: relative;
		left: 0;
		margin-left: -17px;
		top: 22px;
		width: auto;
	}

	.language-disclaimer, .country-popup-disclaimer-text {
		padding-right: 15px;
	}
}

.feature.video {
	width: 100vw;
	overflow: hidden;
	position:absolute;
}

.video-wrapper {
	/* position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	height: 0;
	width: 100%;
	padding: 0;
	padding-bottom: 75%; */
}
@media only screen and (max-width: 1500px) and (min-width: 1260px)  {
	.video-wrapper {
		padding-bottom:61%;
	}
}
.video-bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 720px;
}
#bgvid{
	width: 100%;
}
.fw-main-row-custom {
	background-color:transparent !important;
	background-image:none !important;
}
.sticky .top-banner {
	display: none;
}
.top-banner {
	text-align: right;
	/*opacity: 0.4;
	background-color: #000000;*/
	background-color: rgba(0,0,0,0.45);
}
.top-banner a {
	font-size: 12px;
	line-height: 15px;
	letter-spacing: normal;
	color: #fff;
	text-transform: unset;
	font-weight: unset;
}

body.page-template-traditional-strategies .site-header .top-banner a,
body.page-template-who-we-are .site-header .top-banner a,
body.page-template-our-philosophy .site-header .top-banner a,
body.page-template-team .site-header .top-banner a,
body.page-template-partners .site-header .top-banner a,
body.single-solution  .site-header .top-banner a,
body.single-tradtional_offer .site-header .top-banner a,
body.single-traditional_strategy .site-header .top-banner a,
body.single-alternative_strategy .site-header .top-banner a,
body.page-template-strategy-archive .site-header .top-banner a,
body.tax-resource_cat .site-header .top-banner a,
body.page-template-journal .site-header .top-banner a,
body.page-template-qa .site-header .top-banner a,
body.page-template-contact .site-header .top-banner a,
body.page-template-client-portal .site-header .top-banner a,
body.page-template-strategies-regions .site-header .top-banner a,
body.page-template-responsible-investing .site-header .top-banner a{
	color: #000;
}

body.page-template-traditional-strategies .site-header .top-banner ,
body.page-template-who-we-are .site-header .top-banner ,
body.page-template-our-philosophy .site-header .top-banner ,
body.page-template-team .site-header .top-banner ,
body.page-template-partners .site-header .top-banner ,
body.single-solution  .site-header .top-banner ,
body.single-tradtional_offer .site-header .top-banner ,
body.single-traditional_strategy .site-header .top-banner ,
body.single-alternative_strategy .site-header .top-banner ,
body.page-template-strategy-archive .site-header .top-banner ,
body.tax-resource_cat .site-header .top-banner ,
body.page-template-journal .site-header .top-banner ,
body.page-template-qa .site-header .top-banner a,
body.page-template-contact .site-header .top-banner ,
body.page-template-client-portal .site-header .top-banner ,
body.page-template-strategies-regions .site-header .top-banner ,
body.page-template-responsible-investing .site-header .top-banner {
	color: #000;
}

.toggleMenuLang {
    display: inline-block;
    margin-left: 5px;
}
.toggleMenuLang a{
    display: inline-block;
   
}
.toggleMenuLang a::before{
    display: inline-block;
   content: '|';
   padding-right: 7px;
}


/*
.sticky .top-banner-mobile {
	display: none;
}
*/
.top-banner-mobile {
	text-align: left;
	/*opacity: 0.4;*/
	background-color: #F5F6FA;
	display: none;
	padding-left:18px;
	padding-left: 15px;
	color: #7A7B88;
}
.top-banner-mobile a {
	font-size: 12px;
	line-height: 15px;
	letter-spacing: normal;
	color: #7A7B88;
	text-transform: unset;
	font-weight: unset;
}

.top-banner-mobile .globe_ico {
	background-image: url("./images/ico-globe-dark.svg");
}


.sticky .header-sign {
	background-color: #E85E50;
}
.main-navigation .header-sign:hover {
    color: #fff;
    background-color: rgb(46, 49, 68);
}
.container-page {
	padding: 0 8% 0 13%;
}
.container-page-banner {
	padding: 0 8% 0 7%;
	box-shadow: 0 2px 14px 0 rgba(46,49,69,0.1);
}
body.home header,
body.home .container-page-banner {
	box-shadow: none;
}
body.home.scrolled header,
body.home.scrolled .container-page-banner {
	box-shadow: 0 2px 14px 0 rgba(46,49,69,0.1);
}
.container-page-three {
	padding: 0 8% 0 6%;
}
#home-solution-2 .container-page .row {
	margin-left: 0;
}
.container-fluid .header-sign {
	float: none !important;
}
.top-banner .linkedin {
	padding-left: 8px;
}
.mobil-container {
	width: 100%;
	max-width: 90%;
}
.header-sign{
	background-color: #E85E50;
	color: rgb(46, 49, 68);
	background-image: none;
	padding-right: 45px;
	/*display: none;*/
	color: #fff;
}
.site-header.sticky .custom-logo {
	display: none;
}
.site-header .custom-logo-sticky {
	display: none;
}
.site-header.sticky .custom-logo-sticky {
	display: block;
}
.site-header.sticky .main-navigation li a {
	color: #000;
}
.main-navigation ul ul li a {
	color: #000;
}
.site-header.sticky .main-navigation {
	color:#000;
}
body:not(.home) #content.sticky {
	margin-top: 92.5px !important;
}
@media (max-width: 1500px) {
	body:not(.home) #content.sticky {
		margin-top: 98px !important;
	}
}
@media (max-width: 1223px) {
	body:not(.home) #content.sticky {
		margin-top: 98px !important;
	}
}
.main-navigation .header-desktop-language {
	display: none;
}
#site-header .container-fluid {
	padding-left: 100px;
}
.header-language, .main-navigation li a {
	font-size: 14px;
	line-height: 17px;
	text-transform: none;
	font-weight: normal;
}
.second-box {
	text-align: left;
	padding-left: 55px;
}
.second-box h1 {
	color: #fff;
	font-size: 54px !important;
	line-height: 65px;
	letter-spacing: normal;
	padding-top: 50px;
	font-weight: bold !important;
}
.second-box h2 {
	color: #fff;
	font-size: 40px !important;
	line-height: 50px;
	letter-spacing: normal;
}
.second-box a {
	color: #fff;
}
.page-template-home-2 .site-content {
	background-color: #fff;
}
.main-navigation .header-sign {
	margin-left: 20px;
}
.header-sign {
	padding: 10px 20px !important;
}
.main-navigation {
	float: right;
	/* padding-right: 10px; */
}

.second-box-item {
	background: #fff;
	padding: 18px;
	width: 490px;
	float: right;
	margin-bottom: 50px;
	top: 0;
	box-shadow: 0 22px 24px 0 rgba(0,0,0,0.20);
	transition: top ease 0.5s;
}
.second-box-item:hover {
	top: -10px;
}
.second-box-item img {
	vertical-align: unset;
	top: 22px;
	position: absolute;
	left: 40px;
}
.second-box-item .three-call-btn-head {
	background-size: 25px;
}
.image-part{
	background-image: url(./images/img-reach-us-desktop.jpg);
	background-repeat: no-repeat;
	background-position: center right 20px;
}
.second-home {
	display: flex;
}
.inner-second{
	margin: auto;
	width: 45%;
	text-align: left;
}
.inner-second h2 {
	font-size: 44px;
	line-height: 53px;
}
.inner-second p {
	font-size: 15px;
	line-height: 24px;
}#site-header > div.container-page-banner > div > div.col-xl-9.pl-xl-0.col-md-9.col-lg-10 {
	 padding-right: 0;
 }
#home-banner {
	min-height: 720px !important;
}
#home-contact {
	background-image: url(./images/img-reach-us-desktop.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.second-contact {
	padding: 170px 20px 170px 14%;
	background-color: #2E3145;
}
.home-news-first-section.second h3 {
	color: #fff;
	font-weight: 700;
	font-size: 32px;
}
.home-news-first-section.second p {
	color:#fff;
}
.home-news-first-section.second a {
	color:#fff;
	margin-top: 0;
}
.three-call-second {
	padding-top: 25px;
	padding-bottom: 10px;
	font-weight: 700;
	font-size: 32px;
}
.three-call-to-action-box.second {
	padding-bottom: 40px;
}
.popup-logo {
	max-width: 127px !important;
	margin-bottom: 50px;
}
.three-call-btn-head {
	width: 300px;
	text-align: left;
	color: rgb(46, 49, 68);
	padding: 15px 48px 13px 22px;
	border-radius: 35px;
	display:inline-grid;
	text-transform: uppercase;
	font-weight: bold;
	border: 0;
	letter-spacing: 0.5px;
	font-size: 26px;
	line-height: 36px;
	background-image: url(./images/icon-arrow.svg);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 17px;
	position: relative;
	/*opacity: 0;
	transition: transform 1s;
	transform: translate(0, 70px);*/
	margin-left: 60px;
}
.three-call-btn-head span {
	font-weight: normal;
}
.footer-security {
    background-color: rgb(46, 49, 68)!important;
}
.three-call-btn-second {
	color: rgb(46, 49, 68);
	padding: 15px 22px 13px 22px;
	border-radius: 35px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	border: 0;
	letter-spacing: 0.5px;
	font-size: 15px;
	background-image: url(./images/icon-arrow.svg);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 17px;
	position: relative;
	/*opacity: 0;
	transition: transform 1s;
	transform: translate(0, 70px);*/
}
.three-call-btn-third {
	padding: 15px 24px;
	border-radius: 50px;
	background-color: #E85E50;
	box-shadow: 0 4px 8px 0 rgba(46,49,69,0.23);
	color: #FFFFFF;
	font-size: 14px;
	letter-spacing: 0.61px;
	line-height: 17px;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: bold;
	display: inline-block;
}
.three-call-btn-third:hover {
	color: #fff !important;
	background-color: rgb(46, 49, 68);
}
.second-box a:hover {
	color: rgb(240, 86, 65);
}
.header-desktop-language {
	padding-right: 13px;
}
.second-footer {
	text-align: center;
}
.second-footer .row {
	margin: 0 !important;
}
.second-footer .site-info {
	padding: 20px 0 40px 0;
	padding: 20px;
	margin: 0;
	background-color: #EAEBF0;
}
.site-footer {
	background-color: #F5F6FA;
}
.footer-menu-row {
	padding: 50px 0;
}
.container-fluid .header-sign {
	font-size: 12px;
}
.hhIVwe{
	color: #fff;
}
.main-navigation li {
	padding: 0 17px;
}
/* BANE END */
.three-call-to-action-box:hover .three-call-btn {/*opacity: 1;  transform: translate(0px, 0px);*/}

/*team css*/
.team-title{font-weight:600;margin-bottom:15px;}
.team-subtitle{font-weight:bold;text-transform:uppercase;color:rgb(132, 134, 142);}
.team-name{font-weight:bold;margin-bottom:5px;}
.team-role{font-weight:600;color:rgb(240, 86, 65)}
.team-company-name{margin-top:5px;}
.board-team-box{-moz-box-shadow:0px 0px 30px 8pxrgba(46, 49, 69, 0.13);-webkit-box-shadow:0px 0px 30px 8pxrgba(46, 49, 69, 0.13);box-shadow:0px 0px 30px 8pxrgba(46, 49, 69, 0.13);padding:25px 20px;background-color:#fff;margin-bottom:15px;}
.team-box{-moz-box-shadow:0px 10px 20px5px rgba(46, 49, 69, 0.13);-webkit-box-shadow:0px 10px 20px5px rgba(46, 49, 69, 0.13);box-shadow:0px 10px 20px5px rgba(46, 49, 69, 0.13);margin-bottom:15px;background-color:#fff;background-repeat:no-repeat;background-size:cover;background-position:top center;}
.team-box-content{padding:15px 20px 45px 20px;position:relative;min-height:130px;background-color:rgb(255,255,255);background-color:rgba(255,255,255,0.85);}
.team-box-image{}
.team-box-image img{width:100%;}
.team-read-more{text-transform:uppercase;font-weight:bold;letter-spacing:0.5px;background-image:url(./images/icon-arrow.png);background-repeat:no-repeat;background-size:15px;background-position:left center;padding-left:25px;font-size:14px;position:absolute;bottom:15px;}
.team-popup{padding:15px;}
.team-popup-title{font-weight:bold;}
.team-popup-role{color:rgb(240, 86, 65);font-weight:600;}
.team-popup-btn{text-transform:uppercase;font-weight:bold;letter-spacing:0.5px;background-image:url(./images/icon-arrow.png);background-repeat:no-repeat;background-size:15px;background-position:left center;padding-left:25px;font-size:14px;margin:30px 0 20px;;display:block;}
.team-popup .modal-header{border:0;padding:10px 20px 0;}
.team-popup .close{color:rgb(180, 181, 188);outline:0;font-size:40px;margin:-1.5rem -1rem -1.5rem auto;}
.team-popup .modal-content{border:0;border-radius:0}
.team-popup .modal-body{padding:0 30px 30px;}
.team-popup{-webkit-box-shadow:0px 0px 5px 6px rgba(46, 49, 69, 0.13);-moz-box-shadow:0px 0px 5px 6px rgba(46, 49, 69, 0.13);box-shadow:0px 0px 5px 6px rgba(46, 49, 69, 0.13);}
.team-popup-image{max-width:300px;margin:0 auto;}
.team-popup-image img{width:100%;-moz-box-shadow:0px 10px 20px5px rgba(46, 49, 69, 0.13);-webkit-box-shadow:0px 10px 20px 5px rgba(46, 49, 69, 0.13);box-shadow:0px 10px 20px 5px rgba(46, 49, 69, 0.13);min-height:290px;object-fit:cover;}
.modal-backdrop{background-color:rgb(35, 38, 55);}
.modal-backdrop.show{opacity:.95;}


/*end team css*/


/*partners css*/
.white-btn{color:rgb(46, 49, 68);background-color:#fff;padding:15px 60px 12px 25px;border-radius:35px;display:inline-block;text-transform:uppercase;box-shadow:0px 3px 7px rgba(46, 49, 69, 0.23);font-weight:bold;border:0;letter-spacing:0.5px;font-size:13px;background-image:url(./images/icon-arrow.png);background-repeat:no-repeat;background-position:center right 25px;background-size:18px;position:relative;}
.left-arrow-btn{display:inline-block;padding:15px 10px 12px 30px;font-size:13px;text-transform:uppercase;font-weight:bold;letter-spacing:0.5px;background-image:url(./images/icon-arrow.png);background-repeat:no-repeat;background-size:18px;background-position:left center;}
.page-template-partners .left-arrow-btn{background-position:right center;padding:15px 30px 12px 10px}
.partners-image{position:relative;}
.partners-image:before{content:"";position:absolute;left:0;top:0;height:100%;width:100%;background-size:cover;background-image:url('./images/solutions -overlay.png');opacity:0.3;}
.patterns-image{width:100%;}
.partners-logo{max-width:220px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%, -50%);-webkit-backface-visibility:hidden;}

/*end partners css*/


/*traditional offerings css*/
.traditional-offerings-box::before{position:absolute;content:"";width:100%;height:100%;margin:0 auto;left:0;right:0;top:0;max-width:calc(100% - 30px);-moz-box-shadow:0px 8px 22px rgba(46, 49, 69, 0.13);-webkit-box-shadow:0px 8px 22px rgba(46, 49, 69, 0.13);box-shadow:0px 8px 22px rgba(46, 49, 69, 0.13);background-color:#fff;z-index:-1;}
.traditional-offerings-box-inner{padding:25px 20px;position:relative;}
.traditional-offerings-box{margin-bottom:30px;}
.traditional-offerings-box-title{text-align:center;position:relative;font-weight:600;padding-bottom:15px;margin-bottom:30px;}
.traditional-offerings-box-title:before{content:"";bottom:0;position:absolute;width:40px;height:3px;left:0;right:0;margin:0 auto;background:rgb(240, 86, 65);}
.traditional-offerings-box li{background-image:url(./images/check.png);background-repeat:no-repeat;font-size:14px;}
.traditional-offerings-box li::before{opacity:0}
.investment-box li{background-image:url(./images/check.png);background-repeat:no-repeat;}
.investment-box li::before{opacity:0}
.work-tab a{background-color:#fff;padding:20px;display:inline-block;font-weight:bold;font-size:19px;margin-right:12px;}
.how_we_work_slider .how_we_container_slider{position:relative;padding-bottom:50px;}
.how_we_work_slider .bullet{position:absolute;bottom:0px;width:10px;height:10px;background-color:rgb(132, 134, 142);border-radius:100%;z-index:900;left:0;right:0;margin:0 auto;}
#work-tab-section{position:relative;}
#work-tab-section:before{content:"";position:absolute;left:0;width:100%;background-color:rgb(132, 134, 142);bottom:52px;height:1px;}
#work-tab-section .slick_slider_prev span,#work-tab-section .slick_slider_next span{width:60px;height:60px;}
#work-tab-section .slick_slider_prev,#work-tab-section .slick_slider_next{width:60px;}
.traditional_title{font-size: 32px;font-weight: 600;line-height: 39px;}
/*end traditional offerings css*/


/*alternative offerings*/
.pagination{display:inline-block;}
.pagination span,.pagination a{font-size:18px;font-weight:600;color:rgb(230, 95, 84);float:left;padding:8px 12px;text-decoration:none;transition:background-color .3s;margin:0 4px;}
.pagination a:hover,.pagination .current{color:rgb(46, 49, 68);}
.investment-offers-filter-label{font-size:12px;}
.investment-offers-filter-label span{margin:0 5px;}
.investment-offers-filter-label span:first-child{margin-left:0}
.investment-offers-filter-title{font-size:11px;color:rgb(132, 134, 142);margin-bottom:0;}
.investment-offers-filter-label a{color:rgb(240, 86, 65);text-decoration:underline;margin-left:5px;}
.alternative-investment-box{background-color:#fff;box-shadow:0 5px 30px rgba(46, 49, 69, 0.13);margin-bottom:30px;}
.investment-offers-top-filter a{font-weight:500;font-size:12px;}
.investment-offers-top-filter a:first-child{margin-left:0;}
.investment-offers-top-filter a:last-child{margin-right:0;}
.investment-offers-top-filter-pipe{display:inline-block;margin:0 15px;}
.investment-offers-top-filter .active{font-weight:bold;color:rgb(230, 95, 84);}
.alternative-investment-box-inner{padding:30px 15px 30px 0;}
.alternative-investment-committed{padding-bottom:6px;}
.alternative-investment-box-inner .progress-bar{background-color:rgb(46, 49, 68);}
.alternative-investment-box-inner .progress{border-radius:0;height:7px;}
.alternative-investment-committed-value{font-size:24px;font-weight:600;color:rgb(41, 43, 60);margin:0;display:inline-block;line-height:26px;}
.alternative-investment-committed-label{font-size:13px;margin:0;display:inline-block;text-align:right;}
.alternative-investment-image{height:100%;position:relative;min-height:240px;background-size:cover;background-repeat:no-repeat;background-position:center;}
.alternative-investment-image::before{content:"";position:absolute;left:0;top:0;height:100%;width:100%;background-size:cover;background-image:url('./images/solutions -overlay.png');background-repeat:no-repeat;opacity:0.3;}
.alternative-investment-logo{max-width:150px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%, -50%);-webkit-backface-visibility:hidden;}
.alternative-investment-head-label{font-size:12px;color:rgb(102, 112, 128);font-weight:bold;text-transform:uppercase;letter-spacing:0.6px;}
.alternative-investment-value{color:rgb(41, 43, 60);font-weight:bold;margin-bottom:0px;}
.alternative-investment-label{font-size:13px;margin-bottom:0;}
.alternative-investment-committed-box{background-color:rgb(245, 246, 250);text-align:center;padding:10px;}
.alternative-investment-committed-price{font-weight:bold;margin-bottom:0}
.alternative-investment-committed-title{margin-bottom:0;font-size:12px;}
.dark-arrow-btn{background-color:rgb(46, 49, 68);color:#fff;padding:15px 35px 15px 18px;border-radius:35px;display:inline-block;text-transform:uppercase;box-shadow:0px 3px 7px rgba(46, 49, 69, 0.23);font-weight:bold;background-image:url(./images/icon-arrow.png);background-repeat:no-repeat;background-position:center right 12px;background-size:14px;font-size:13px;letter-spacing:0.5px;}
#alternative-investment-halfbox .member-access-box:before{max-width:100%;}
.investment-checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0;}
.investment-checkbox{display:block;position:relative;padding-left:30px;margin:5px 0px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.investment-checkbox-checkmark{position:absolute;top:0;left:0;height:20px;width:20px;border:2px solid rgb(240, 86, 65);border-radius:3px;}
.investment-checkbox-checkmark::after{content:"";position:absolute;display:none;}
.investment-checkbox .investment-checkbox-checkmark::after{left:4px;top:0px;width:7px;height:13px;border:solid #fff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}
.investment-checkbox input:checked ~ .investment-checkbox-checkmark::after{display:block;}
.investment-dropdown{border:1px solid rgb(208, 209, 215);background:#fff;position:absolute;top:-30px;width:calc(100% - 30px);left:0;right:0;margin:0 auto;border-radius:5px;z-index:1;}
.investment-dropdown > label{display:block;padding:10px 15px;cursor:pointer;}
.investment-dropdown:before{z-index:-1;font-family:"Font Awesome 5 Free";content:"\f107";font-weight:900;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;right:15px;position:absolute;color:rgb(180, 181, 188);top:15px;}
.investment-dropdown.open:before{transform:rotate(180deg);}
.investment-checkbox input:checked ~ .investment-checkbox-checkmark{background-color:rgb(240, 86, 65);}
.investment-dropdown-inner{display:none;padding:0 15px 10px;}
.investment-checkbox-title{margin-top:20px;}


/**/


/*contact css*/
.contact-map img{box-shadow: 0 8px 18px 0 rgba(46,49,69,0.13);}
.contact-map iframe{width:100%;max-height:220px;overflow:hidden;-moz-box-shadow:0px 5px 15px 5px rgba(46, 49, 69, 0.13);-webkit-box-shadow:0px 5px 15px 5px rgba(46, 49, 69, 0.13);box-shadow:0px 5px 15px 5px rgba(46, 49, 69, 0.13);}
#contact-form .gform_wrapper ul li.gfield{padding-left:0;margin-bottom:20px !important;padding-top:16px;margin-top:0;max-width:none !important;padding-right:0;border:0;background:transparent;padding-bottom:0;}
#contact-form .gform_wrapper ul li .ginput_container{margin-top:0}
#contact-form ul li:before{opacity:0}
#contact-form .gform_wrapper{margin:0}
#contact-form input{background:transparent;border:0;border-bottom:1px solid rgba(46, 49, 69, 0.5);outline:0;margin-top:0;border-radius:0;}
#contact-form input:focus{border-color:rgb(46, 49, 68);}
#contact-form .button{background-color:rgb(240, 86, 65);color:#fff;font-weight:bold;cursor:pointer;border-radius:40px;padding:15px 40px;border:0;letter-spacing:0.5px;font-size:13px;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;margin-bottom:0;width:auto;line-height:normal;}
#contact-form .button:disabled,#contact-form .gform_validation_error .button{opacity:0.45;}
#contact-form .gform_wrapper label{position:absolute;color:rgb(132, 134, 142);font-weight:400;margin-top:0}
#contact-form .gfield_error .label_active{color:#790000}
.gform_wrapper .field_description_below .gfield_description{padding-top:5px !important;}
#contact-form .gform_wrapper .label_active{position:absolute;top:0px;font-size:11px;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}
#contact-form .gform_wrapper .ginput_container_checkbox label{position:relative;bottom:0;font-size:16px;padding-left:30px;}
#contact-form .gform_wrapper .ginput_container_checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0;}
#contact-form .gform_wrapper .ginput_container_checkbox label:before{content:"";position:absolute;top:0;left:0;height:20px;width:20px;border:2px solid rgb(180, 181, 188);border-radius:3px;}
#contact-form .gform_wrapper .ginput_container_checkbox label:after{left:8px;top:4px;width:5px;height:10px;border:solid rgb(46,49,69);border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);content:"";position:absolute;display:none;}
#contact-form .gform_wrapper .ginput_container_checkbox input:checked ~ label:after{display:block;}
#contact-form .gform_wrapper .gform_footer{margin-top:0;padding-top:5px;}
#contact-form .gform_wrapper ul li.gfield.gfield_html{font-size:13px;color:rgb(132, 134, 142);padding-top:0}
#contact-form .gfield_html a{color:rgb(46, 49, 68);}
.gform_wrapper .field_description_below .gfield_description{padding-top:0;}
#contact-form .gform_wrapper .filled_label .gfield_label,#contact-form .gform_wrapper .filled_label input{color:rgb(46, 49, 68)}
#contact-form .gform_wrapper .filled_label input{border-color:rgb(46, 49, 68)}
#contact-form .gform_wrapper .gfield_error input{border-color:#790000;}


/*end contact css*/

/*qa  css*/
.accordion-card{background:#fff;border:1px solid rgb(208,209, 215);border-radius:5px;margin-bottom:20px;}
.accordion-card:last-child{margin-bottom:50px;}
.accordion-header-title{margin-bottom:0;font-weight:bold;cursor:pointer;position:relative;padding:20px 40px 20px 25px;}
.accordion-header-title:before{background-image:url('./images/accordian-arrow.png');background-position:center;background-repeat:no-repeat;content:"";position:absolute;top:0;width:28px;height:100%;right:25px;background-size:24px;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}
.accordion-header-title[aria-expanded="true"]:before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}
.accordion-body{padding:0px 25px 20px;font-size:14px;}
.search-box input{border:0;border-bottom:1px solid rgba(46, 49, 69, 0.5);outline:0;background:transparent;width:100%;padding:15px 0;border-radius:0;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}
.search-box button{position:absolute;right:0;top:50%;background:transparent;border:0;transform:translateY(-50%);padding:0;outline:0;cursor:pointer;color:rgba(132, 134, 142,0.8);}
.search-box{margin-bottom:40px;position:relative;}
.search-box form{position: relative;}
.search-box-clear{color: #e85e53;font-size: 13px;text-align: right;display: block;margin-top: 10px;font-weight: bold;}
.search-box input:focus{border-color:#000;}
.qa-category-title{color:rgb(102,112, 128);font-weight:bold;text-transform:uppercase;margin-bottom:20px;font-size:14px;}
.qa-category{display:block;position:relative;padding-left:30px;margin-bottom:10px;cursor:pointer;font-size:15px;color:rgb(102, 112, 128);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.qa-category input{position:absolute;opacity:0;cursor:pointer;height:0;width:0;}
.qa-category-checkmark{position:absolute;top:0;left:0;height:20px;width:20px;border:2px solid rgb(178, 183, 191);border-radius:3px;}
.qa-category:hover input ~ .qa-category-checkmark{}
.qa-category input:checked ~ .qa-category-checkmark{}
.qa-category-checkmark:after{content:"";position:absolute;display:none;}
.qa-category input:checked ~ .qa-category-checkmark:after{display:block;}
.qa-category .qa-category-checkmark:after{left:6px;top:2px;width:5px;height:10px;border:solid rgb(46,49,69);border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}

/**/



/*journal css*/



#solution-tab .tradtional_offer_list_slider a:first-child {padding-left: 50px;}
#solution-tab .tradtional_offer_list_slider::after{top:0;z-index:1;content:"";position:absolute;left:0;width:100px;height:100%;background:-moz-linear-gradient(left, rgba(245,246,250,1) 0%, rgba(255,255,255,0.2) 100%);background:-webkit-linear-gradient(left, rgba(245,246,250,1) 0%,rgba(255,255,255,0.2) 100%);background:linear-gradient(to right, rgba(245,246,250,1) 0%,rgba(255,255,255,0.2) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6fa', endColorstr='#00ffffff',GradientType=1 );}
#solution-tab .tradtional_offer_list_slider button.slick-prev{position:absolute;background-color:transparent;left:0px;width:18px;height:18px;background-image:url(./images/icon-arrow-prev.png);background-repeat:no-repeat;background-size:18px;background-position:bottom right;top:50%;transform:translateY(-50%);padding:0 !important;z-index:2;font-size:0;display:block !important;outline:0;}
#solution-tab .tradtional_offer_list_slider button.slick-prev{display:block !important;}
#journal-cat{margin-top:57px;text-transform:uppercase;list-style:none;text-align:center;background:rgb(46,49,69);color:#fff;padding-top:10px;padding-bottom:10px;}
#journal-cat a{color:#fff;font-weight:bold;font-size:12px;}
#journal-cat .sub-menu li:first-child a{padding-top:16px;}
#journal-cat .sub-menu a{padding:8px 0;display:inline-block;}
#journal-cat li{list-style:none;padding-left:0;margin-bottom:0;}
#journal-cat span.opensubmenu{right:unset;}
.journal-sidebar-fixed .journal-sidebar{position:fixed !important;top:100px;z-index:1;}
.journal-top-category{text-transform:uppercase;font-weight:500;}
.journal-top-title{}
.journal-top-date{}
.journal-image img{width:100%;}
.journal-sidebar-title{text-transform:uppercase;color:rgb(102, 112, 128);font-weight:bold;}
.journal-sidebar a{display:block;margin-bottom:10px;font-size:17px;}
#journal-tab{border-bottom:1px solid rgb(216, 216, 216);text-align:center;white-space:nowrap;overflow:hidden;position:relative;}
#journal-tab a{text-transform:uppercase;margin-right:-4px;padding:15px;display:inline-block;font-weight:bold;font-size:14px;border-bottom:1px solid transparent;}
#journal-tab a:hover,#journal-tab a.active{border-color:rgb(240, 86, 65);color:rgb(240, 86, 65)}
#journal-tab .next-journal{margin-right:0;position:absolute;right:15px;width:18px;height:18px;background-image:url(./images/icon-arrow-black.png);background-repeat:no-repeat;background-size:18px;background-position:bottom right;top:50%;transform:translateY(-50%);padding:0;border:0;}
#journal-tab .container:before{z-index:1;content:"";position:absolute;right:0;width:100px;height:100%;background:-moz-linear-gradient(left, rgba(251,251,253,0.2) 0%, rgba(251,251,253,0.2) 1%, rgba(245,246,250,1) 50%);background:-webkit-linear-gradient(left, rgba(251,251,253,0.2) 0%,rgba(251,251,253,0.2) 1%,rgba(245,246,250,1) 50%);background:linear-gradient(to right, rgba(251,251,253,0.2) 0%,rgba(251,251,253,0.2) 1%,rgba(245,246,250,1) 50%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33fbfbfd', endColorstr='#f5f6fa',GradientType=1 );}

.journal_list_slider{ padding: 0 25px; }
.journal_list_slider .slick-list:after {
    content: '';
    width: 50px;
    height: 100%;
    position: absolute;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(246,246,246,0.8) 0%, rgba(245,246,250,1) 100%);
    right: 0;
    top: 0;
}

#journal-tab .container::after{top:0;z-index:1;content:"";position:absolute;left:0;width:100px;height:100%;background:-moz-linear-gradient(left, rgba(245,246,250,1) 0%, rgba(255,255,255,0.2) 100%);background:-webkit-linear-gradient(left, rgba(245,246,250,1) 0%,rgba(255,255,255,0.2) 100%);background:linear-gradient(to right, rgba(245,246,250,1) 0%,rgba(255,255,255,0.2) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6fa', endColorstr='#00ffffff',GradientType=1 );}
#journal-tab .journal_list_slider button.slick-prev{position:absolute;background-color:transparent;left:0px;width:18px;height:18px;background-image:url(./images/icon-arrow-prev.png);background-repeat:no-repeat;background-size:18px;background-position:bottom right;top:50%;transform:translateY(-50%);padding:0 !important;z-index:2;font-size:0;display:block !important;outline:0;}
#journal-tab .journal_list_slider a:first-child {/*padding-left: 50px;*/}

/*social share css*/
.a2a_floating_style{background-color: transparent !important;padding: 0 !important;}
.a2a_floating_style a{padding: 0 !important;}
.a2a_floating_style .a2a_svg{border-radius: 0 !important;min-height: 42px;display: flex;align-items: center;min-width: 42px;}
.a2a_floating_style .a2a_svg svg{width: 28px;}
.a2a_floating_style .a2a_dd span{background-color: #ff6557 !important;border: 0;    border-radius: 0;color: #fff;}
.a2a_floating_style .a2a_count:after, .a2a_floating_style .a2a_count:before{border: 0 !important;}
.a2a_floating_style .a2a_count{margin-top: 0 !important}
.a2a_floating_style .a2a_button_facebook span{background-color: #3b5c94 !important;border: 0;    border-radius: 0;color: #fff;}
.a2a_floating_style .a2a_count{min-width: 42px;}

.a2a_floating_style .a2a_s_twitter{background-color: #00a0ed !important}
.a2a_floating_style .a2a_s_print{background-color:#71898b !important}
.a2a_floating_style .a2a_s_email{background-color:#838383 !important}

/**/

/*solution css*/
.global-point{color:rgb(230, 95, 84);margin-bottom:10px;display:block;font-weight:bold;}
#three-box{background-color:rgb(46, 49, 68);color:#fff;}
#three-box .col-md-4:first-child .three-box-inner{background-image:url('./images/resource-hub-bg.png');background-repeat:no-repeat;background-size:cover;}
#three-box .col-md-4:last-child .three-box-inner{background-image:url('./images/alternative-strategies-bg.png');background-repeat:no-repeat;background-size:cover;}
.three-box-inner{min-height:300px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;padding:15px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.three-box-inner{-ms-flex-direction:column;flex-direction:column;}
.solutions-last-sec-label{text-transform:uppercase;color:rgb(102, 112, 128);font-size:12px;}
.investment-team-title{font-weight:600;margin-bottom:25px;}
.investment-team-subtitle{font-weight:bold;text-transform:uppercase;color:rgb(132, 134, 142);margin-top:-10px;}
.investment-team-name{font-weight:bold;margin-bottom:15px;}
.investment-team-role{font-weight:600;color:rgb(240, 86, 65)}
.investment-team-company-name{margin-top:5px;}
.investment-team-box{position:relative;margin-bottom:15px;}
.investment-team-box:before{position:absolute;content:"";width:100%;height:100%;margin:0 auto;left:0;right:0;top:0;max-width:calc(100% - 30px);-moz-box-shadow:0px 0px 30px 8pxrgba(46, 49, 69, 0.13);-webkit-box-shadow:0px 0px 30px 8pxrgba(46, 49, 69, 0.13);box-shadow:0px 0px 30px 8pxrgba(46, 49, 69, 0.13);background-color:#fff;z-index:-1;}
.investment-team-box-inner{padding:25px 20px 60px 20px;}
.investment-team-more{text-transform:uppercase;font-weight:bold;letter-spacing:0.5px;background-image:url(./images/icon-arrow.png);background-repeat:no-repeat;background-size:15px;background-position:left center;padding-left:25px;font-size:14px;position:absolute;bottom:20px;}
#solution-tab .slick-prev{display:none !important;}
#solution-tab .container{position:relative;}
#solution-tab{border-bottom:1px solid rgb(216, 216, 216);text-align:center;white-space:nowrap;overflow:hidden;position:relative;background: rgb(245, 246, 250);}
#solution-tab a{text-transform:uppercase;margin-right:-5px;padding:15px 8px;display:inline-block;font-weight:bold;font-size:14px;border-bottom:1px solid transparent;margin:0 10px}
#solution-tab a:hover,#solution-tab a.active{border-color:rgb(230, 95, 84);color:rgb(230, 95, 84)}
.next-solution:hover{border:0 !important;}
.next-solution{margin-right:0 !important;border:0;position:absolute;right:0px;width:18px;height:18px;background-image:url(./images/icon-arrow-black.png);background-repeat:no-repeat;background-size:18px;background-position:bottom right;top:50%;transform:translateY(-50%);padding:0 !important;z-index:1;}
#solution-tab .container:before{z-index:1;content:"";position:absolute;right:0;width:100px;height:100%;background:-moz-linear-gradient(left, rgba(251,251,253,0.2) 0%, rgba(251,251,253,0.2) 1%, rgba(245,246,250,1) 50%);background:-webkit-linear-gradient(left, rgba(251,251,253,0.2) 0%,rgba(251,251,253,0.2) 1%,rgba(245,246,250,1) 50%);background:linear-gradient(to right, rgba(251,251,253,0.2) 0%,rgba(251,251,253,0.2) 1%,rgba(245,246,250,1) 50%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33fbfbfd', endColorstr='#f5f6fa',GradientType=1 );}
#solution-tab.resource-solution-tab button.slick-prev{position:absolute;background-color:transparent;left:0px;width:18px;height:18px;background-image:url(./images/icon-arrow-prev.png);background-repeat:no-repeat;background-size:18px;background-position:bottom right;top:50%;transform:translateY(-50%);padding:0 !important;z-index:2;font-size:0;display:block !important;outline:0;}
.solution-tabs-nav-item{display:table-cell;padding:0 !important;list-style:none;}
.solution-tabs-nav-item::before{opacity:0}
.solution-tabs-nav-item a{color:rgb(46, 49, 68);padding:18px 20px;min-width:145px;text-transform:uppercase;font-size:12px;display:inline-block;font-weight:bold;border:1px solid rgb(208, 209, 215);background-color:#fff;}
.solution-tabs-nav-item a:hover,.solution-tabs-nav-item a.active{background-color:rgb(240, 86, 65);color:#fff;border-color:rgb(240, 86, 65);}
.solution-tabs-nav-item a.active:hover,.solution-tabs-nav-item a.active{background-color:rgb(46, 49, 68);color:#fff;border-color:rgb(46, 49, 68);}
.solution-tabs-nav{display:table;margin:0 auto;}
.solution-tabs-nav-item:first-child a{border-top-left-radius:5px;border-bottom-left-radius:5px;}
.solution-tabs-nav-item:last-child a{border-top-right-radius:5px;border-bottom-right-radius:5px;}
.investment-offering-fullbox{background:#fff;padding:30px;box-shadow:0 5px 30px rgba(46, 49, 69, 0.13);}
.investment-offering-time{display:block;color:rgb(102, 112, 128);text-transform:uppercase;font-weight:bold;font-size:13px;}
.investment-offering-value{color:rgb(240, 86, 65);font-weight:bold;margin-bottom:0px;}
.investment-offering-label{font-size:13px;margin-bottom:0}
.committed-box{background-color:rgb(245, 246, 250);text-align:center;padding:10px;}
.committed-value{font-weight:bold;margin-bottom:0}
.committed-label{margin-bottom:0;font-size:12px;}
.committed-image::before{content:"";position:absolute;left:0;top:0;height:100%;width:100%;background-size:cover;background-image:url('./images/solutions -overlay.png');background-repeat:no-repeat;opacity:0.3;}
.committed-image{height:100%;position:relative;min-height:300px;background-size:cover;background-repeat:no-repeat;background-position:center;}
.committed-logo{max-width:200px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%, -50%);-webkit-backface-visibility:hidden;}
.member-access-box{position:relative;color:#fff;}
.member-access-box-inner{text-align:center;max-width:80%;margin:0 auto;}
.member-access-box:before{content:"";position:absolute;left:0;width:100%;height:100%;z-index:-1;background-image:url(./images/resource-hub-bg.png);background-repeat:no-repeat;background-size:cover;background-color:rgb(46, 49, 68);max-width:calc(100% - 30px);right:0;margin:0 auto;background-position:center;}
.member-access-box-title{text-transform:uppercase;font-weight:bold;color:rgb(132, 134, 142);font-size:12px;}
.member-access-subscribe{text-decoration:underline;color:#fff;}
.member-access-sign{background-color:#fff;color:rgb(46, 49, 68);background-repeat:no-repeat;background-position:center right 20px;background-size:15px;font-weight:bold;display:inline-block;letter-spacing:1px;border-radius:30px;padding:14px 20px 14px 20px;box-shadow:0px 3px 3px rgba(46, 49, 69, 0.23);text-transform:uppercase;}
.solutions-checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0;}
.solutions-checkbox{display:block;position:relative;padding-left:30px;margin:5px 0px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.solutions-dropdown-icon{font-family:"Font Awesome 5 Free";content:"\f107";font-weight:900;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;right:10px;position:absolute;color:rgb(180, 181, 188);top:18px;z-index:1;}
.solutions-dropdown-icon.open{transform:rotate(180deg);}
.solutions-checkbox-checkmark{position:absolute;top:0;left:0;height:20px;width:20px;border:2px solid rgb(240, 86, 65);border-radius:3px;}
.solutions-checkbox-checkmark::after{content:"";position:absolute;display:none;}
.solutions-checkbox .solutions-checkbox-checkmark::after{left:4px;top:0px;width:7px;height:13px;border:solid #fff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}
.solutions-checkbox input:checked ~ .solutions-checkbox-checkmark::after{display:block;}
.solutions-dropdown{border:1px solid rgb(208, 209, 215);background:#fff;padding:10px 15px;position:absolute;top:-30px;width:calc(100% - 30px);left:0;right:0;margin:0 auto;border-radius:5px;z-index:1;}
.solutions-checkbox input:checked ~ .solutions-checkbox-checkmark{background-color:rgb(240, 86, 65);}
.solutions-dropdown-inner{display:none;}
.solutions-checkbox-title{margin-top:20px;}

/**/


/*sign in css*/
.sign_in_error_msg{text-align:left;font-size:14px;background:rgba(255,0,0,0.6);padding:10px;color:#fff;margin-bottom:10px;}
.sign_in_error_msg a{color:#fff;}
.site-header-sign-in{background-color:#fff;padding-top:20px;padding-bottom:20px;}
.page-template-sign-in footer{display:none;}
.container-fluid .header-sign{float:right;}
.need-help-menu{font-weight:bold;text-transform:uppercase;}
.sign-in-column{position:unset;}
.about-security-box .about-security-desc{font-size:11px;margin-bottom:0;}
.about-security-box{box-shadow:0 1px 5px rgba(46, 49, 69, 0.23);padding:20px 15px;background-color:#fff;border-top-left-radius:5px;border-bottom-left-radius:5px;display:block;}
.about-security-box i{color:rgb(230, 95, 84);font-size:18px;}
.about-security-title{font-weight:600;color:rgb(230, 95, 84)}
.need-assistance-box{bottom:0;position:absolute;right:0;box-shadow:0 1px 5px rgba(46, 49, 69, 0.23);padding:3px 10px;background-color:#fff;border-top-left-radius:5px;border-bottom-left-radius:5px;display:block;}
.need-assistance-box i{color:rgb(230, 95, 84);font-size:18px;}
.need-assistance-title{color:rgb(230, 95, 84);margin-bottom:2px;}
.need-assistance-box .need-assistance-desc{margin-bottom:0;display:inline-block;color:#000;font-weight:bold;margin-left:5px;}
.panel-login .panel-form-control{height:52px;border:1px solid #ddd;font-size:14px;-webkit-transition:all 0.1s linear;-moz-transition:all 0.1s linear;transition:all 0.1s linear;width:100%;border:1px solid rgb(208, 209, 215);background:#fff;padding:15px;border-radius:3px;}
.panel-login .panel-form-control:hover,.panel-login .panel-form-control:focus{outline:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border-color:rgb(46, 49, 68);background:#fff;}
.panel-login .panel-form-control::-webkit-input-placeholder{color:rgb(46, 49, 68);opacity:1}
.panel-login .panel-form-control::-moz-placeholder{color:rgb(46, 49, 68);opacity:1}
.panel-login .panel-form-control:-ms-input-placeholder{color:rgb(46, 49, 68);opacity:1}
.panel-login .panel-form-control::-ms-input-placeholder{color:rgb(46, 49, 68);opacity:1}
.panel-login .panel-form-control::placeholder{color:rgb(46, 49, 68);opacity:1}
.panel-login .btn-login{opacity:0.45;background-color:rgb(240, 86, 65);color:#fff;padding:20px 40px 18px 40px;border-radius:35px;display:inline-block;text-transform:uppercase;box-shadow:0px 3px 7px rgba(46, 49, 69, 0.23);font-weight:bold;border:0;letter-spacing:0.5px;font-size:12px;}
.panel-login .btn-login:hover,.panel-login .btn-login:focus{opacity:1;}
.forgot-password{text-decoration:underline;color:rgb(132, 134, 142);font-size:12px;}
.forgot-password:hover,.forgot-password:focus{text-decoration:underline;color:#666;}
.don’t-have{color:rgb(132, 134, 142);}
.don’t-have a{color:rgb(240, 86, 65);text-decoration:underline;}
.remember-label{display:block;position:relative;padding-left:30px;margin-bottom:10px;cursor:pointer;font-size:15px;color:rgb(132, 134, 142);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.remember-label input {position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0;}
.remember-label-checkmark {position: absolute;top: 0;left: 0;height: 20px;width: 20px;border: 2px solid rgb(180, 181, 188);border-radius: 3px;}
.remember-label-checkmark:after {content: ""; position: absolute;display: none;}
.remember-label input:checked ~ .remember-label-checkmark:after {display: block;}
.remember-label .remember-label-checkmark:after{left:6px;top:2px;width:5px;height:10px;border:solid rgb(46,49,69);border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}

/*end sign in */

/*resources hub*/
.resource-hub-search-box input{border:0;outline:0;background:#fff;width:100%;padding:15px;border-radius:0;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;box-shadow:0 0 5px rgba(46, 49, 69, 0.13);}
.resource-hub-search-box button{position:absolute;right:15px;top:50%;background:transparent;border:0;transform:translateY(-50%);padding:0;outline:0;cursor:pointer;color:rgba(132, 134, 142,0.8);}
.resource-hub-box{position:relative;margin-bottom:30px;}
.resource-hub-box:before{position:absolute;content:"";width:100%;height:100%;margin:0 auto;left:0;right:0;top:0;max-width:calc(100% - 30px);-moz-box-shadow:0px 0px 30px 8px rgba(46, 49, 69, 0.13);-webkit-box-shadow:0px 0px 30px 8px rgba(46, 49, 69, 0.13);box-shadow:0px 0px 30px 8px rgba(46, 49, 69, 0.13);background-color:#fff;z-index:-1;}
.resource-hub-box-inner{padding:25px 20px 60px 20px;}
.resource-hub-name{font-weight:bold;margin-bottom:15px;}
.resource-hub-desc{}
.resource-hub-download{text-transform:uppercase;font-weight:bold;letter-spacing:0.5px;background-image:url(./images/icon-arrow-down.png);background-repeat:no-repeat;background-size:15px;background-position:left center;padding-left:25px;font-size:14px;position:absolute;bottom:20px;}
.resource-hub-sidebar{}
.resource-hub-sidebar-title{color:rgb(102,112, 128);font-weight:bold;text-transform:uppercase;font-size:14px;}
.resource-hub-sidebar-category{display:block;position:relative;margin-bottom:12px;cursor:pointer;font-size:15px;}
.accordion-sec-title{color: rgb(240, 86, 65);font-weight: 600;margin-bottom: 25px;}
.accordion-sec-sub-title{text-transform: uppercase;font-weight: bold;color: rgb(132, 134, 142);margin-bottom: 20px;}
/**/


/*how we work*/
.timeline{position:relative;max-width:1200px;margin:0 auto;}
.timeline::after{content:'';position:absolute;width:1px;background-color:#afb1b6;top:0;bottom:0;left:50%;}
.timeline_container{padding:0px 75px 20px;position:relative;background-color:inherit;width:50%;}
.timeline_container::after{content:'';position:absolute;width:12px;height:12px;right:-7px;background-color:#afb1b6;top:0px;border-radius:50%;z-index:1;}
.timeline_left{left:0;}
.timeline_right{left:50%;}
.timeline_right::after{left:-5px;}
.timeline_content h2{font-weight: bold;position: relative;top: -9px;}
/*how we work*/

#launcher {bottom: 45px !important;}
/*AP css*/
.rangeContent{margin-bottom:5%;margin-top:5%;}
.rangeSlider{position:relative;background:white;display:block;height:10px;width:100%;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;border-radius:10px;border:1px solid #dadada;}
.rangeSlider_inner{background:#e85d53;/*cursor:pointer;*/display:inline-block;width:20px;height:20px;position:absolute;top:-6px;margin-left: -2.5%;z-index:1;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;}
.rangeSlider_selected{position:absolute;height:100%;background-color:black;background-image:linear-gradient(to right, #d6d6d6 , #2f2f2f);}
.range-scale{display:flex;justify-content:space-between;margin-top:15px;align-items:center;font-size:12px;text-transform:uppercase;font-weight:600;color:gray;}
.range-scale .dot{background:#828282;width:2px;height:2px;border-radius:100%;}
.rangeContent p > span{font-weight:bold;}
.characteristics-section h3{font-weight:600;}
.range-scale span{text-align: center;}
.range-scale span:first-child {text-align: left;}
.range-scale span:last-child {text-align: right;}
/*.rangeSlider_inner[style="left: 100%;"] {margin-left: -20px;}
.rangeSlider_inner[style="left: 0%;"], .rangeSlider_inner[style="left: 50%;"] {margin-left: 0px;}*/

.single-solution-point{background-image: url(./images/check.png);background-repeat: no-repeat;padding-left: 40px;position: relative;background-position: top left 10px;}
.disclaimer-text{font-size: 13px;}

.country-popup-disclaimer-text p {
	padding-top: 20px;
}

.page-template-partners .white-btn{
	padding: 15px 25px 12px 25px;
	background-image:none;
}


/*Video page */
.video-slider .slick-list{/*padding-left: 0 !important*/}
.video-slider .slick-slide::before {content: "";top: 0;position: absolute;left: 0;right: 0;margin: 0 auto;background-color: #fff;box-shadow: 0px 7px 12px rgba(46, 49, 69, 0.13);width: calc(100% - 30px);height: 100%;z-index: -1;}
.video-slider .slick-track{padding-bottom: 15px;}
.video-slider .video-slider-box{margin: 0 15px;}
.video-slider .video-slider-column{position: relative;line-height: 0;}
.video-slider .video-slider-box{position: relative;padding-bottom: 53%; /* 16:9 */height: 0;}
.video-slider .video-slider-box iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}


/*5-5-21*/
/*.home-journal .journal-section-title {
    padding-left: 210px;
    padding-right: 210px;
}*/
.home-journal .journal-section-title h3 {
    color: #2E3145;
    font-size: 32px;
    line-height: 39px;
    font-weight: bold;
}
.home-journal .journal-section-title a {
    font-size: 14px;
    line-height: 17px;
    font-weight: 900;
    letter-spacing: 0.61px;
    color: #2E3145;
}
.home-journal .news-column-second {
	padding: 25px;
}
.home-journal .journal-section-title a:hover {
	color: #E85E50;
}
.home-journal .news-column-first {
	min-height: 150px;
}
.home-journal .journal-section-title a img {
    margin-right: 5px;
}
.home-journal .news-title {
    font-size: 20px;
    line-height: 26px;
}
.home-journal .news-title {
    color: #2E3145;
    margin-bottom: 0;
}
.home-journal h6.news-category {
    line-height: 15px;
    color: #84868E;
}
/*media query*/
@media screen and (max-width: 1399px) {
	.home-journal .news-column-second {
	    min-height: 220px;
		min-height: 320px;
	}
	.home-journal .news-column-first {
    	min-height: 200px;
		min-height: 320px;
	}
}


/*media query*/

@media screen and (max-width: 1199px) {
	.container-fluid .header-desktop-language{padding: 15px 5px 0 5px;font-size: 11px;}
	h2{font-size: 30px;}
	.back-to-top{right: 30px;}
	.investment-box{margin-bottom: 30px;}
	.alternate-box{margin-bottom: 30px}
	.resource-solution-tab .container:after{top:0;z-index:1;content:"";position:absolute;left:0;width:100px;height:100%;background:-moz-linear-gradient(left, rgba(245,246,250,1) 0%, rgba(255,255,255,0) 100%);background:-webkit-linear-gradient(left, rgba(245,246,250,1) 0%,rgba(255,255,255,0) 100%);background:linear-gradient(to right, rgba(245,246,250,1) 0%,rgba(255,255,255,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6fa', endColorstr='#00ffffff',GradientType=1 );}
	.traditional-mb-strategies-section{
		background-size: cover;
	}

}

@media screen and (max-width: 1024px) {
	.home-journal .journal-section-title h3 {
	    font-size: 28px;
	    line-height: 30px;
	}
	.home-journal .journal-section-title {
	    padding-left: 15px;
	    padding-right: 25px;
	}
	.main-navigation{display: none;}
	.site-header{top: 0px;padding: 10px 0;background-color: #fff;}
	.single-journal .site-header{ background-color: #fff;}

	.container {
		width: 100%;
		margin: 0 auto;
	}



}

@media screen and (max-width: 991px) {
	.home-journal .news-column-first {
    min-height: 170px;
}
.home-journal .news-column-second {
    padding: 15px;
    min-height: 210px;
	min-height: 300px;
}
.home-journal .news-title {
    font-size: 18px;
    line-height: 24px;
}
	.warningBox{
		font-size: 12px;
	}

	.container {
		width: 100%;
		margin: 0 auto;
	}

	#page-banner .mt-5,#page-banner .my-5 {
	    margin-top: 0 !important;
	}

	.traditional-mb-strategies-section{
		background-size: cover;
	}
	.contactbox-img{
		width: 100%;
	}
	.contactbox-content {
		padding-left: 20px;
		width: 100%;
	}

	.investing-banner h1 {
	    color: #fff;
	    font-size: 45px;
	    line-height: 65px;
	    margin: 0;
	    letter-spacing: 0.9px;
	}
	.investing-banner .container {
		width: 100%;
	}
	.site-footer p {
	    font-size: 13px;
	    letter-spacing: 0.49px !important;
	    padding: 7px 18px 20px 18px;
	}
	.pb-5, .py-5 {padding-bottom: 1.5rem!important;}
	.pt-5, .py-5 {padding-top: 1.5rem!important;}
	#page-banner{min-height: 400px;}
	.about-security-box i{font-size: 16px;}
	.about-security-title{display: inline-block;}
	.footer-security-close{top: 5px;}
	#work-tab-section:before{bottom: 28px;}
	#home-banner{min-height: 500px;background-position: center right 40%;}
	div.mc-image{height: 500px !important;background-position: center right 40% !important;}
	.footer-security{/*position: relative;*/}
	.news-column-second{min-height: 280px;}


	.three-call-to-action-box{
		display: block;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.three-call-to-action-box h4 {
	    margin-bottom: 0;
	    max-width: 100%;
	    display: block;
	}
	.three-call-to-action-box p {
	    display: inline-block !important;
	    max-width: 75%;
	    vertical-align: top;
	}

	.three-call-btn {
	    font-size: 0;
	    width: 45px;
	    height: 45px;
	    background-position: center;
	    padding: 0;
	    display: inline-block;
	    vertical-align: middle;
	}

	.contactbox-content h3 {
		font-size: 20px;
		line-height: 22px;
	}
	.inner-contact-block h2 {
		font-size: 26px;
		letter-spacing: 0;
		margin-bottom: 20px;
		line-height: 30px;
	}
	/* .traditional-mb-strategies-section {
		background-size: 100% 100%;
	} */
	.ts-txt img {
		max-width: 60px;
	}
	.traditional-mb-strategies-section h2 {
		font-size: 22px;
		line-height: 26px;
	}
	.traditional-mb-strategies-section .ts-txt h2 {
		padding-left: 15px;
	}
	.traditional-mb-strategies-section:before{
		display: none;
	}

	


}

.mobileLinkedin{
	display: none;
	margin-bottom: 15px;
line-height: 15px;
font-weight: 500;
color: #000;
font-size: 14px;
}

.mobileLinkedin .flinkedin-in-ico{
	background-image: url("./images/logo-linkedin-full-grey.svg");
}




@media screen and (max-width: 767px) {


	.mobileLinkedin{
		display: inline-block;
	}

	.top-banner-mobile .sep_in, .top-banner-mobile .linkedin{
    	display: none;
   	}

	.home-journal .journal-section-title {padding-right: 35px;}
	body{/*font-size: 14px*/}
	h1,.big-title{font-size: 34px;}
	h2{font-size: 26px;}
	h3{font-size: 22px;}
	h4{font-size: 17px;}
	h5{font-size: 16px;}
	h6{font-size: 15px;}
	.white-btn{padding: 15px 40px 12px 15px;background-position: center right 15px;}
	#arrow_right,#arrow_left{display: none;}
	.investment-box{min-height: auto;}
	#solution-tab a{font-size: 11px;}
	.point-icon img{max-width: 100px;margin-bottom: 20px;}
	.journal-section h3 span,.home-journal h3 span{display: block;}
	.our-history-section h3 span{display: block;}
	.journal-section,.home-journal{padding: 50px 0;}
	.home-news-first-section,.home-news-first-section .row{padding-left: 15px !important;padding-right: 15px !important}
	.news-desc{max-height: 70px;overflow: hidden;}
	#home-banner:before{background-image: url(./images/mobile-overlay.png);}
	.arrow-btn{font-size: 12px;padding: 17px 50px 15px 20px;background-position: center right 20px;background-size: 16px;}
	.traditional-btn,.alternative-btn{font-size: 12px;padding: 17px 45px 13px 18px;background-position: center right 20px;background-size: 16px;}
	.solution-box-desc{/*min-height: 75px;max-height: 75px;*/min-height: auto;}
	.home-solution-strip h4 {font-size: 20px;}
	.home-solution-title{font-size: 24px;}
	.home-solution-title br{display: none;}
	.home-solution-title b{display: block;}
	#home-points{margin-top: 30px;padding-top: 30px;padding-bottom: 15px;}
	#home-points:before{height: 15px;top: -14px;}
	#home-points:after{height: 15px;bottom: -14px;}
	.three-call-to-action-box p{display: none;}
	.three-call-btn{font-size: 0;width: 45px;height: 45px;background-position: center;padding: 0}
	.three-call-to-action-box h4{margin-bottom: 0;    max-width: 80%;}
	.three-call-to-action-box{min-height: 100px;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
	.accordion-header-title:before{right: 10px;}
	.accordion-header-title{padding: 15px 40px 15px 20px;line-height: 24px;font-size: 16px;}
	.back-to-top{bottom: 20px;}
	.three-box-inner{min-height: 260px;}
	.member-access-box::before{opacity: 0}
	.member-access-box{color: inherit;}
	.member-access-box-inner{max-width: 100%;}
	#alternative-investment-halfbox .member-access-sign{background-image: none;padding-right: 20px;}
	.need-help-menu{font-size: 0}
	.need-help-menu i{font-size: 40px;}
	.alternative-investment-box-inner{padding: 20px 15px;}
	#alternative-investment-halfbox .alternative-investment-box-inner{padding-bottom: 20px;}
	.accordion-card{margin-bottom: 12px;}
	.accordion-card:last-child{margin-bottom: 30px;}
	.accordion-sec-sub-title{font-size: 12px;}
	.c100{font-size: 120px;}
	#work-tab-section .slick_slider_prev,#work-tab-section .slick_slider_next{display: none;}
	.investment-offers-title{line-height: 30px;}
	.news-column-second{padding: 20px;}
	.solutions-dropdown{max-width: 300px;margin-left: 15px;}
	.single-journal #main-section { margin-top: 0 !important; }
	.traditional-offerings-box{margin-bottom: 15px;}
	.timeline::after{left:20px;}
	.timeline_container{width:100%;padding-left:50px;padding-right:15px;}
	.timeline_left::after, .timeline_right::after{left:15px;}
	.timeline_right{left:0%;}
	.ginput_recaptcha{transform: scale(0.80);-webkit-transform: scale(0.80);transform-origin: 0 0;-webkit-transform-origin: 0 0; }
	.solution-tabs-nav-item a{min-width: 90px;padding: 15px 10px;}
	.alternate-box{box-shadow: 0px 7px 12px rgba(46, 49, 69, 0.13);}
	.site-footer{padding-bottom: 80px;}
	#journal-tab a{font-size: 11px;}
	.scroll-news a{font-size: 11px;letter-spacing: 0}

	#page-banner .mt-5,#page-banner .my-5 {
	    margin-top: 0 !important;
	}




	.investing-banner h1 {
	    color: #fff;
	    font-size: 45px;
	    line-height: 65px;
	    margin: 0;
	    letter-spacing: 0.9px;
	}	
	.investing-banner .container {
		width: 100%;
	}
	.site-footer p {
	    font-size: 13px;
	    letter-spacing: 0.49px !important;
	    padding: 7px 18px 20px 18px;
	}

	.three-call-to-action-box{
		display: block;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.three-call-to-action-box h4 {
	    margin-bottom: 0;
	    max-width: 100%;
	    display: block;
	}
	.three-call-to-action-box p {
	    display: inline-block;
	    max-width: 75%;
	    vertical-align: top;
	}

	.three-call-btn {
	    font-size: 0;
	    width: 45px;
	    height: 45px;
	    background-position: center;
	    padding: 0;
	    display: inline-block;
	    vertical-align: middle;
	}

	.second-box-item .three-call-btn-head {
	    font-size: 16px;
	    line-height: 20px;
	    padding: 15px 29px 13px 25px;
	}

}

@media screen and (max-width: 575px){
	.site-info{margin-bottom: 20px}
	.single-journal  .footer-security{bottom: 40px;}
	.a2a_floating_style .a2a_svg{min-width: 50px !important}
	.share-title{font-weight: bold;color: rgb(132, 134, 142);padding: 0 15px;font-size: 10px;}
	.a2a_floating_style a{display: inline-block !important;vertical-align: top;    margin-left: -4px;}
	.a2a_floating_style{top: auto !important;background-color: #fff !important;width: 100%;bottom: 0;border-radius: 0 !important;    text-align: center;}
	.a2a_vertical_style .a2a_count{display: none;}
	.board-team-box{margin-bottom: 25px;}
	.team-box-image{width: 80px;float: left;position: relative;}
	.team-box-image img{position: absolute;height: 100%;object-position: top;object-fit: cover;}
	.team-box-content{float: left;min-height: auto;width: calc(100% - 80px);padding: 15px 30px 15px 15px;}
	.team-read-more{right: 0;top: 0;font-size: 0;background: rgb(240, 86, 65);width: 30px;height: 30px;}
	.team-read-more:before{position: absolute;content: "+";font-size: 25px;left: 50%;color: #fff;transform: translate(-50%,-50%);top: 50%;}
	.team-box{margin-left: -15px;margin-right: -15px;display: flex;margin-bottom: 20px;}
	.team-box-content .team-name{margin-bottom: 5px;}
	.team-subtitle{margin-bottom: 30px;font-size: 12px;margin-top: -10px;}
	.team-popup .modal-body{padding: 20px;}
	.investment-team-more{right: 0;top: 0;font-size: 0;background: rgb(240, 86, 65);width: 30px;height: 30px;}
	.investment-team-more:before{position: absolute;content: "+";font-size: 25px;left: 50%;color: #fff;transform: translate(-50%,-50%);top: 50%;}
	.investment-team-box-inner {padding: 25px 20px 25px 20px;position: relative;}
	.resource-hub-download::before{position: absolute;content: "";background-image: url(./images/icon-download.png);width: 25px;height: 25px;left: 50%;color: #fff;transform: translate(-50%,-50%);top: 50%;}
	.resource-hub-download{right: 0;top: 0;font-size: 0;background: rgb(240, 86, 65);width: 30px;height: 30px;}
	.resource-hub-box-inner{padding: 25px 20px 25px 20px;position: relative;}
	.resource-hub-name{margin-bottom: 5px;}
}

@media screen and (max-width: 599px) {
	.news-column-second {min-height: auto;}
	.news-desc{margin-bottom: 10px;}
}

/*@media screen and (max-width: 499px) {*/
@media screen and (max-width: 1024px) {
	
	/*fixes kg mobile*/

	.footer-security .container {
		width: 100%;
	}

	#launcher {
		bottom: 85px !important;
	}

	/* end fixes kg mobile*/



	/* BANE */
	.three-call-second {
		font-size: 22px;
		line-height: 27px;
	}
	.site-info {
		margin-bottom: 0;
	}
	.three-call-btn-second {
		font-size: 14px;
		line-height: 17px;
		letter-spacing: 0.61px;
		padding: 15px 22px 15px 28px;
	}
	.three-call-to-action-box.second img {
		width: 65px;
	}
	.three-call-to-action-box p {
		display: block;
	}
	.home .col-md-6 {
		padding-left: 0;
	}
	.second-home {
		padding-bottom: 45px;
	}
	.site-footer p {
		font-size: 13px;
		letter-spacing: 0.49px !important;
		padding: 7px 0 20px 0;
	}
	.mobile-navigation {
		height: 100%;
		top: 50px;
	}
	.mobile-navigation .menu a {
		text-transform: none;
		line-height: 15px;
		font-weight: 500;
	}
	.second-box {
		padding-left: 0;
	}
	.container-page {
		padding: 0;
	}
	.modal-body svg {
		display: none;
	}
	.top-banner {
		display: none;
	}
	.top-banner-mobile {
		display: block !important;
	}
	.container-page-banner {
	    padding: 10px 8% 0 7%;
	}
	.site-header{
		padding: 0 10px 0 0;
	}

	.mobile-menu {
	    position: fixed;
	    right: 18px;
	    z-index: 11;
	    top: 35px;
		top: 50px;
	}
	.scrolled .mobile-menu {
	    position: fixed;
	    right: 18px;
	    z-index: 11;
	    top: 15px;
		top: 50px;
	}

	.mobile-navigation {
	    height: 100%;
	    top: 80px;
		top: 88px;
	}


	.second-box {
		text-align: center;
	}
	.second-box h1 {
		color: #fff;
		font-size: 32px !important;
		line-height: 39px;
		letter-spacing: normal;
		padding-top: 50px;
		padding-top: 0;
		/*width: 320px;*/
		margin: auto;
	}
	.second-box h2 {
		color: #fff;
		font-size: 24px !important;
		line-height: 30px;
		letter-spacing: normal;
		padding-top: 20px;
		/* padding-top: 0; */
		/* width: 320px; */
		margin: auto;
	}
	.second-box a {
		/*margin-top: 20px;*/
	}
	.mobile-navigation {
		background-color: #fff;
		padding: 0;
	}
	.mobile-navigation ul {
		text-align: left;
		padding-top: 35px;
	}
	/* .mobile-navigation ul li {
		padding-left: 10px;
	} */
	.site-branding {
		padding-left: 8px;
	}

	.mobile-navigation .menu .sub-menu a {
		color: #000;
	}
	.mobile-navigation .opensubmenu {
		color: #000;
	}
	.header-mobile-sign {
		text-align: center;
		display: unset;
		float: unset;
		width: 100%;
		line-height: 15px;
	}
	#home-banner {
		min-height: 615px !important;
	}

	.second-box-item img {
		top: unset;
		left: unset;
	}
	.third-box {
		flex: unset;
	}
	.custom-logo {
		display: none;
	}
	.custom-logo-sticky {
		display: block;
	}
	.site-header .custom-logo-sticky {
		display: block;
	}
	.inner-second h2 {
		font-size: 32px;
		line-height: 39px;
		letter-spacing: normal;
		font-weight: bold !important;
		margin-bottom: 20px;
	}
	.inner-second p {
		margin-bottom: 15px;
	}
	.site-footer {
		padding-bottom: 0;
	}
	.header-mobile-sign a{
		font-weight: bold;
		display: inline-block;
		letter-spacing: 1px;
		border-radius: 30px;
		padding: 10px 20px;
		box-shadow: 0px 4px 10px 1px rgba(46, 49, 69, 0.23);
		font-size: 12px;
		background-color: #E85E50;
		background-image: none;
		color: #fff;
		width: 100%;
	}
	.mobile-navigation .menu a {
		color: #000;
	}
	.mobile-navigation .menu > li {
		text-align: left;
	}
	.header-mobile-language-column {
		display: none;
	}
	.second-box-item {
		display: flex;
		width: 90%;
		margin: 20px 0;
		float: unset;
	}
	.second-box-item .three-call-btn-head {
	    font-size: 16px;
	    line-height: 20px;
	    padding: 14px 35px 13px 21px;
	}
	.third-box {
		padding: 0px 30px 0px 0px;
		margin: 0 20px;
	}
	.inner-second {
		width: 100%;
		padding: 30px 25px 0 25px;
	}
	.three-call-to-action-box.second {
		display: block;
		text-align: center;
		padding-top: 0;
	}
	.home-news-first-section.second{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.second-contact {
		background-image: url(./images/img-reach-us-mobile.jpg);
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		height: 400px;
		padding: 50px 20px 0 20px;
	}
	.video-bg {
		height:615px;
		position: relative;
	}
	.video-wrapper {
		/*display: none;*/
		width: 300vw;
	}
	.second-footer {
		text-align: center;
	}
	#home-contact {
		margin-top: 0;
	}

	#our-history .slick_slider_next span,
	#our-history .slick_slider_prev span{opacity: 1;width: 40px;height: 40px;top: 45% !important;position: absolute;}
	#our-history .slick_slider_next span{right: 5px;}
	#our-history .slick_slider_prev span{left: 5px;}
	#our-history .news-desc{max-height: none;overflow: inherit;}
	#our-history .news-slider .slick-slide{display: block !important;float: left !important;}
}

@media screen and (max-width: 350px) {
	.second-box-item {
		display: flex;
		width: 70%;
		float: unset;
		margin: 20px auto;
	}
	.second-box h1 {
		width: 320px;
		margin: 0 30px;
	}
}

@media screen and (max-width: 479px) {
	.home-journal .news-column-second {
	    min-height: 160px;
	}
	.home-journal .news-title {
    	margin-bottom: 25px;
	}
}



@media screen and (min-width: 500px){
	.news-more{
		position: absolute;
		bottom: 25px;
	}
}

@media screen and (min-width: 641px){
	#contact-form .gf_right_half{width: 45%;margin-left: 5% !important;}
	#contact-form .gf_left_half{width: 45%;margin-right: 5%}
}

@media screen and (min-width: 576px){
	.board-team-box{min-height: 190px;}
	.team-popup .modal-dialog {min-width: 94%;}
	#our-history .slick-initialized .slick-slide,#our-history .slick-track,#our-history .slick-list{display: flex;}
	.team-box-image::after{position: absolute;content: "";left: 0;right: 0;}
	.team-box-image{padding-top: 118%;}
}

@media screen and (min-width: 768px){
	.investment-dropdown-row{min-height:45px;}
	.investment-slider{display: none;}
	.three-call-to-action-box{-ms-flex-direction: column;flex-direction: column;}
	.three-call-btn {margin-top: 25px;}
	.modal {text-align: center;}
	.modal:before {content: '';height: 100%;width: 1px;display: inline-block;vertical-align: middle;}
	.modal .modal-dialog {text-align: left;margin: 10px auto;display: inline-block;vertical-align: middle;}
	.fixed-team-title .team_title_fixed{position: fixed;top: 69px;background-color: #f5f6fa;z-index: 1;padding-top: 25px;max-width: 230px;width: 100%;}
	.accordion-sec-title,.accordion-sec-sub-title{margin-left: 10px;}
	.qa-cat-fixed .sidebar_faq_inner{position: fixed !important;top: 20px;z-index: 1;}
	.alternative-member-access-box{display: none;}
	.investment-slider.slick-slider { display:none; }
	.alternate-slider .slick-slide::before{box-shadow:0px 7px 12px rgba(46, 49, 69, 0.13);border-radius:3px;width:calc(100% - 30px);height:100%;background-color:rgb(46, 49, 68);content:"";position:absolute;left:0;right:0;margin:0 auto;z-index:-1;}
	.alternate-slider .slick-slide{display:table-cell !important;float:none !important;}
	.alternate-slider .slick-track{display:table;padding-bottom:15px;}
	.useful-information-fixed .stick-sidebar{position:fixed;top:125px;background-color:#f5f6fa;z-index:1;padding-top:25px;}
	.investment-slider .slick-slide::before{box-shadow: 0px 7px 12px rgba(46, 49, 69, 0.13);border-radius:3px;width:calc(100% - 30px);height:100%;background-color:#fff;content:"";position:absolute;left:0;right:0;margin:0 auto;z-index:-1;}
	.investment-slider .slick-slide{display:table-cell !important;float:none !important;}
	.investment-slider .slick-track{display:table;padding-bottom:15px;}
	.investment-box{box-shadow: none};
}

@media screen and (min-width: 992px){
	.about-security-box{position: absolute;right: 0;max-width: 250px;}
	.team-popup .modal-dialog{min-width: 840px}
	#alternative-investment-halfbox .member-access-box{min-height: 510px;}
	#launcher {bottom: 50px !important;}
	.footer-social li:first-child{margin-right: 0}
}

@media screen and (min-width: 1025px){

	.mobile-navbar {display: none;}
	.single-journal .site-header{position: relative;top: 0;background: #fff;box-shadow: 0px 5px 6px rgba(46, 49, 69, 0.23);/*padding: 30px 0;*/}
	.site-header.sticky{position:fixed !important;background-color:rgba(255,255,255,.97);-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;-webkit-box-shadow:0px 1px 5px 0px rgba(50,50,50,.25);-moz-box-shadow:0px 1px 5px 0px rgba(50,50,50,.25);box-shadow:0px 1px 5px 0px rgba(50,50,50,.25);left:0;right:0;z-index:11;top:0;}
}

@media screen and (min-width: 1200px){
	#home-banner h1{font-size: 60px;}
	#home-banner p{font-size: 22px;}
	.solution-tab-fixed{position: fixed !important;top: 65px;width: 100%;background-color: #fff;z-index: 2;}

	.three-call-to-action-box p{max-width: 40%; min-height: 72px;}
	.three-box-inner p{max-width: 70%;}

	.inner-contact-block .row {
		margin-left: -50px;
		margin-right: -50px;
	}
	.inner-contact-block .col-md-6 {
		padding-left: 50px;
		padding-right: 50px;
	}
	
}

@media screen and (min-width: 1200px){
	.solution-col-explore{max-width: 25%;}
}


@media screen and (min-width: 1600px){
	.container-fluid {padding-left: 120px;padding-right: 120px;}

	.home .container-fluid {padding-left: 210px;padding-right: 210px;}

	.second-contact {
		padding: 170px 20px 170px 15%;
	}
	.home-journal .container-fluid {
    	padding-right: 0;
	}

}

@media only screen and (min-width: 1200px) and (max-width: 1366px){
	.solution-box-desc{min-height: 138px;}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
	#launcher {bottom: 115px !important;}
}

@media only screen and (min-width: 768px) and (max-width: 1199px){

}

@media only screen and (min-width: 1366px) and (max-width: 1780px){
	.solution-box-desc{min-height: 115px;}
}

@media only screen and (min-width: 1025px) and (max-width: 1223px){
	.main-navigation li a{font-size: 11px !important;}
	.main-navigation li {padding: 0 2px !important;}
	.container-fluid .row{padding: 0 18px;}

}

@media only screen and (min-width: 1025px) and (max-width: 1599px){
	.container-fluid .row{padding: 0 18px;}
	.home-journal .container-fluid .row {padding: 0 0 0 18px;}
	/* BANE */
	.container-fluid .row.box{padding: 0 70px;}
	#site-header .container-fluid .row{padding: 0px;}
	.fixed-team-title .team_title_fixed{max-width: 190px;}
	.home-journal .journal-section-title {padding-left: 35px;padding-right: 35px;}
}

@media only screen and (min-width: 320px) and (max-width: 576px){
	.team-box-image{min-height:auto;}
	.team-box{background-image:none !important;}
}



@media only screen and (min-width: 768px) and (max-width: 1024px){
	#loading-image{/*position:absolute;top:40%;left:43%;z-index:100;*/}
}


@media only screen and (min-width: 450px) and (max-width: 768px){
	#loading-image{position:absolute;top:40%;left:40%;z-index:100;}
}

@media only screen and (min-width: 320px) and (max-width: 450px){
	#loading-image{position:absolute;top:40%;left:32%;z-index:100;}
}

@media only screen and (min-width: 992px) and (max-width: 1500px){
	.news-column-second{min-height: 330px;}
}

@media only screen and (min-width: 1025px) and (max-width: 1500px){
	.main-navigation li {padding: 0 3px;}
	/* .main-navigation li a{font-size: 12px;} */
	.header-desktop-language{    font-size: 12px;    padding: 15px 10px 0 10px !important;}
	.header-sign{font-size: 12px;}
}

/*-----------------End-------------*/
#loading{width:100%;height:100%;top:0px;left:0px;position:fixed;display:block;z-index:9999;background-color:#ffffff;background:#FFFFFF;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=1);-moz-opacity:1;-khtml-opacity:1;opacity:1;}
#loading-image{position:absolute;top:50%;left:50%;z-index:100;transform: translate(-50%,-50%);}
#loadinglogo{background-image:url("images/logo-loading-3.png");width:0;height:42px;background-repeat:no-repeat;background-position:left top;animation:widthSlide 1.5s ease forwards;display:inline-block;vertical-align:middle;margin-top:5px;}
#loadingBar{background-image:url("images/logo-loading-2.png");width:21px;height:42px;background-repeat:no-repeat;background-position:left top;display:inline-block;margin-left:0;vertical-align:middle;}
#loadinglogoSolution{/*opacity:0;*/background-image:url("images/logo-loading-4.png");width:85px;height:42px;background-repeat:no-repeat;background-position:left top;display:inline-block;vertical-align:middle;-webkit-animation:fadein 3s;-moz-animation:fadein 3s;-ms-animation:fadein 3s;-o-animation:fadein 3s;animation:fadein 3s;}

@keyframes widthSlide {
	from { width: 0; }
	to { width: 126px; }
	/*to { width: 220px; }*/
}


@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

.unsetslick{transform:unset !important;margin:0 !important;}

.useful-information-bottom .stick-sidebar{position:absolute;bottom:150px;left:18px;}
.Disclaimer{position:relative;padding-top:25px;padding-bottom:26px;text-align:center;z-index:10;font-size:13px;}
.color_redOrange{color:rgb(240, 86, 65);padding-top:10px;}
.lblOrange_top{display:block;font-size:15px;font-weight:bold;}
.lblWhite_bottom{display:block;font-size:13px;color:#fff;}


.wrapped_list_global{
	display:none;
}

.wrapped_list_canadian{
	display:none;
}
.wrapped_list_fixed{
	display:none;
}

.wrapped_list_global.active{
	display:block;
}

.wrapped_list_canadian.active{
	display:block;
}
.wrapped_list_fixed.active{
	display:block;
}


.wrapped_list_team_default{
	display:none;
}

.wrapped_list_team_global{
	display:none;
}

.wrapped_list_team_canadian{
	display:none;
}
.wrapped_list_team_fixed{
	display:none;
}

.wrapped_list_team_default.active{
	display:block;
}

.wrapped_list_team_global.active{
	display:block;
}


.wrapped_list_team_global.active{
	display:block;
}

.wrapped_list_team_canadian.active{
	display:block;
}
.wrapped_list_team_fixed.active{
	display:block;
}
/***********Lang Popup Starts Here***********/
.modal-dialog-full-width {        width: 100% !important;        height: 100% !important;        margin: 0 !important;
	padding: 0 !important;        max-width:none !important;    }

.modal-content-full-width  { height: auto !important;  min-height: 100% !important; border-radius: 0 !important;        background-image: url(./images/bg-region-selector.jpg) !Important; background-size:cover;
}
.site-lang-popup {   padding-right: 0 !important;}
.site-lang-popup .modal-dialog{ max-width:100%; width:100%; position:fixed; top:0; bottom:0; left:0; right:0;}
.popup-logo {    max-width: 220px;}
.site-lang-popup {    padding-right: 0 !important;}
.site-lang-popup .modal-header-full-width {    border-bottom: none; margin-bottom:60px;}
.popup-logo {    max-width: 220px;}
.site-lang-popup li.resp-tab-item {    font-size: 22px;    color: #E85E50;    font-weight: 600;}

.site-lang-popup li.resp-tab-item.resp-tab-active {    border: none;    color: #000; background:none;}

.site-lang-popup .resp-tabs-container, .site-lang-popup .resp-vtabs .resp-tabs-container {    border: none; background:none;}
.resp-vtabs .resp-tab-content b {
	text-transform: uppercase;
	margin-bottom: 15px;
	display: block;
}
.site-lang-popup .resp-vtabs .resp-tab-content a.three-call-btn {
	margin-top: 50px;
	background-color: #E85E50;
	color: #fff;
	font-weight: 600;
	padding: 15px 50px 13px 30px;
	background-image: url(./images/icon-arrow-white.png);
	background-size: 12%;
	background-position: 85% center;
	text-decoration: none;
}
.site-lang-popup .resp-vtabs .resp-tab-content a.three-call-btn:hover {
	background-color: rgb(46, 49, 68);
	color: #fff;
}
.site-lang-popup .resp-tabs-container a {
	text-decoration: underline;
}
.site-lang-popup ul {
	list-style: none;
	margin-bottom: 40px;
}

.site-lang-popup ul li {
	display: inline-block;
	margin-right: 25px;
}
.site-lang-popup ul li.active a{ border: 1px solid #E85E50;}
.site-lang-popup ul li a {
	background: #fff;
	display: block;
	width: 220px;
	text-align: center;
	height: 55px;
	line-height: 55px;
	border: 1px solid #9ea2a2;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 600;
	text-decoration:none !important;
}
.site-lang-popup ul li a:hover{border: 1px solid #E85E50;}
.site-lang-popup li.resp-tab-item.resp-tab-active:after {
	content: "";
	background-image: url(./images/icon-arrow.png);
	display: inline-block;
	height: 23px;
	width: 30px;
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center center;
	vertical-align: middle;
}
.site-lang-popup .resp-vtabs ul.resp-tabs-list {
	width: 35%;
}
.site-lang-popup .resp-vtabs .resp-tabs-container{ width:55%; float:right;}
.eng-disclaimer, .french-disclaimer {    display: none;}
.french-disclaimer p {    margin-bottom: 15px;}
.eng-disclaimer.show, .french-disclaimer.show {
	display: block;
}
.resp-vtabs .resp-tabs-list li:hover {    color: #000;}
.modal-content-full-width.modal-content {    border: none;}
@media(max-width:1400px){
	.site-lang-popup .modal-header-full-width{margin-bottom:40px;}

}
@media(max-width:992px){
	.site-lang-popup .container {    max-width: 98%;}
	.site-lang-popup h2.resp-accordion:first-child {    border-top: none !important;}
	.site-lang-popup h2.resp-accordion {    background: none;    margin: 30px 0;    font-size: 22px !important;    border: none !important;    color: #E85E50;    font-weight: 600;	padding: 10px 0px;}
	.site-lang-popup h2.resp-accordion.resp-tab-active {    background: none !important;     margin: 15px 0;    color: #2E3145;    font-size: 22px !important; display: inline-block;    padding: 10px 0px !important;}
	.site-lang-popup .resp-vtabs .resp-tab-content{ border:none !important; padding:15px 0; display:none;}

	.site-lang-popup .modal-header-full-width {    border-bottom: none;    margin-bottom: 10px;    text-align: center;    padding-top: 25px;}
	.popup-logo {    max-width: 220px;    }
	.site-lang-popup h2 span.resp-arrow {    border: none;    border-left: none;    border-right: none;    border-bottom:none;
	}
	.site-lang-popup h2.resp-tab-active span.resp-arrow {    border: none;    border-left: none;    border-right: none;
		border-bottom: none;    background-image: url(./images/icon-arrow.png);    background-position: right;    height: 20px;
		width: 20px;    background-size: 95%;    background-repeat: no-repeat;    transform: rotate(90deg);    margin-left: 15px;}
	.site-lang-popup ul {    list-style: none;    margin-bottom: 25px;}
	.site-lang-popup .resp-vtabs .resp-tab-content a.three-call-btn{ font-size:15px; width:auto; height:auto;}
	.resp-tab-content{ padding:15px 0;}
	.site-lang-popup .resp-vtabs .resp-tabs-container{ width:100%;}
	.site-lang-popup .modal-body{ padding:1rem 0;}
	.site-lang-popup .resp-vtabs .resp-tab-content:last-child{border-bottom: none !important}
	.site-lang-popup .modal-dialog{ position:static;}
	.site-lang-popup.modal:before{ display:none;}
}
@media(max-width:767px){

	/* .modal-content-full-width  {background-image: url(./images/bg-region-selector-mobile.jpg) !Important; background-size:cover;
	} */

}

@media(max-width:480px){
	.site-lang-popup ul li a {    width: 160px;        height: 50px;    line-height: 50px;    }
	.site-lang-popup ul li {    display: inline-block;    margin-right: 10px;}
	.site-lang-popup ul li:last-child {    margin-right: 0;}
}
@media(max-width:360px){
	.site-lang-popup ul li a {
		width: 130px;
		height: 45px;
		line-height: 45px;
	}
}

.globe_ico{
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	background-image: url("./images/icon-globe.svg");
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: 0 -1px;
	vertical-align: middle;
	margin-right: 2px;
}

.flinkedin-in-ico{
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	background-image: url("./images/logo-linkedin-full-grey.svg");
	width: 53px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: 0 -1px;
	vertical-align: middle;
	margin-left: 2px;
}

body.single-journal .site-header .top-banner .globe_ico,
body.page-template-traditional-strategies .site-header .top-banner .globe_ico,
body.page-template-who-we-are .site-header .top-banner .globe_ico,
body.page-template-our-philosophy .site-header .top-banner .globe_ico,
body.page-template-team .site-header .top-banner .globe_ico,
body.page-template-partners .site-header .top-banner .globe_ico,
body.single-solution  .site-header .top-banner .globe_ico,
body.single-tradtional_offer .site-header .top-banner .globe_ico,
body.single-traditional_strategy .site-header .top-banner .globe_ico,
body.single-alternative_strategy .site-header .top-banner .globe_ico,
body.page-template-strategy-archive .site-header .top-banner .globe_ico,
body.tax-resource_cat .site-header .top-banner .globe_ico,
body.page-template-journal .site-header .top-banner .globe_ico,
body.page-template-qa .site-header .top-banner .globe_ico,
body.page-template-contact .site-header .top-banner .globe_ico,
body.page-template-client-portal .site-header .top-banner .globe_ico,
body.page-template-strategies-regions .site-header .top-banner .globe_ico,
body.page-template-responsible-investing .site-header .top-banner .globe_ico{
	background-image: url("./images/icon-globe-grey.svg");
}

body.single-journal .site-header .top-banner .flinkedin-in-ico,
body.page-template-traditional-strategies .site-header .top-banner .flinkedin-in-ico,
body.page-template-who-we-are .site-header .top-banner .flinkedin-in-ico,
body.page-template-our-philosophy .site-header .top-banner .flinkedin-in-ico,
body.page-template-team .site-header .top-banner .flinkedin-in-ico,
body.page-template-partners .site-header .top-banner .flinkedin-in-ico,
body.single-solution  .site-header .top-banner .flinkedin-in-ico,
body.single-tradtional_offer .site-header .top-banner .flinkedin-in-ico,
body.single-traditional_strategy .site-header .top-banner .flinkedin-in-ico,
body.single-alternative_strategy .site-header .top-banner .flinkedin-in-ico,
body.page-template-strategy-archive .site-header .top-banner .flinkedin-in-ico,
body.tax-resource_cat .site-header .top-banner .flinkedin-in-ico,
body.page-template-journal .site-header .top-banner .flinkedin-in-ico,
body.page-template-qa .site-header .top-banner .flinkedin-in-ico,
body.page-template-contact .site-header .top-banner .flinkedin-in-ico,
body.page-template-client-portal .site-header .top-banner .flinkedin-in-ico,
body.page-template-strategies-regions .site-header .top-banner .flinkedin-in-ico,
body.page-template-responsible-investing .site-header .top-banner .flinkedin-in-ico{
	background-image: url("./images/logo-linkedin-full-grey.svg");
}


body.single-journal .site-header .top-banner-mobile .flinkedin-in-ico,
body.page-template-traditional-strategies .site-header .top-banner-mobile .flinkedin-in-ico,
body.page-template-who-we-are .site-header .top-banner-mobile .flinkedin-in-ico,
body.page-template-our-philosophy .site-header .top-banner-mobile .flinkedin-in-ico,
body.page-template-team .site-header .top-banner-mobile .flinkedin-in-ico,
body.page-template-partners .site-header .top-banner-mobile  .flinkedin-in-ico,
body.single-solution  .site-header .top-banner-mobile  .flinkedin-in-ico,
body.single-tradtional_offer .site-header .top-banner-mobile  .flinkedin-in-ico,
body.single-traditional_strategy .site-header .top-banner-mobile .flinkedin-in-ico,
body.single-alternative_strategy .site-header .top-banner-mobile .flinkedin-in-ico,
body.page-template-strategy-archive .site-header .top-banner-mobile .flinkedin-in-ico,
body.tax-resource_cat .site-header .top-banne-mobile  .flinkedin-in-ico,
body.page-template-journal .site-header .top-banner-mobile  .flinkedin-in-ico,
body.page-template-qa .site-header .top-banner-mobile  .flinkedin-in-ico,
body.page-template-contact .site-header .top-banner-mobile  .flinkedin-in-ico,
body.page-template-client-portal .site-header .top-banner-mobile  .flinkedin-in-ico,
body.page-template-strategies-regions .site-header .top-banner-mobile  .flinkedin-in-ico,
body.page-template-responsible-investing .site-header-mobile  .top-banner .flinkedin-in-ico{
	background-image: url("./images/logo-linkedin-full-grey.svg");
}

.top-banner-mobile .header-desktop-language {
    padding-right: 0;
}


/*responsive Fixed*/
@media screen and (min-device-width: 1025px) and (max-device-width: 1223px){

	.three-call-btn-head {
	    width: 255px;
	    text-align: left;
	    color: rgb(46, 49, 68);
	    padding: 15px 35px 13px 22px;
	    border-radius: 35px;
	    display: inline-grid;
	    text-transform: uppercase;
	    font-weight: bold;
	    border: 0;
	    letter-spacing: 0.5px;
	    font-size: 25px;
	    line-height: 30px;
	    background-image: url(./images/icon-arrow.svg);
	    background-repeat: no-repeat;
	    background-position: center right;
	    position: relative;
	    margin-left: 82px;
	}


}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px){
	.container-page {
	    padding: 0 8% 0 13%;
	}
	#home-solution-2 .mb-6.third-box {
	    margin-bottom: 25px;
	    flex: 0 0 40%;
	}
	.three-call-to-action-box.second{
		padding-top: 90px;
		padding-bottom: 40px;
	}

	.second-box-item img{
		max-width: 60px;
	}


	.second-contact {
	    padding: 170px 20px 170px 14%;
	    background-color: #2E3145;
	    background-image: none;
	}

}
@media screen and (min-device-width: 455px) and (max-device-width: 767px){
	.second-box-item {
		display: flex;
		width: 100%;
		margin: 20px auto;
		float: unset;
		max-width: 300px;
	}
	#home-banner .container-page{
		width: 100%;
	}
	.second-box-item .three-call-btn-head {
	    font-size: 18px;
	    line-height: 20px;
	    padding: 15px 29px 13px 25px;
	}
}
@media screen and (min-device-width: 320px) and (max-device-width: 454px){
	
	.footer-security p{
		padding: 0;
	}

	#launcher {
	    bottom: 95px !important;
	}

	.second-box-item {
	    display: flex;
	    width: 100%;
	    margin: 20px auto;
	    float: unset;
	    max-width: 300px;
	}


}


body.single-solution .site-header.sticky,
body.single-tradtional_offer .site-header.sticky,
body.single-traditional_strategy .site-header.sticky,
body.single-alternative_strategy .site-header.sticky,
body.page-template-strategy-archive .site-header.sticky{
	position: fixed;
	background: white;
	max-width: 100%;
	width: 100%;
}
body.single-solution .site-header.sticky ~ .mobile-navbar ~ .site-content,
body.single-tradtional_offer .site-header.sticky ~ .mobile-navbar ~ .site-content,
body.single-traditional_strategy .site-header.sticky ~ .mobile-navbar ~ .site-content,
body.single-alternative_strategy .site-header.sticky ~ .mobile-navbar ~ .site-content,
body.page-template-strategy-archive .site-header.sticky ~ .mobile-navbar ~ .site-content{
	margin-top: 80px;
}
@media (max-width: 1024px) {
	.site-header {
		position: fixed !important;
	}
	#content {
		margin-top: 103px;
	}
}


.main-navigation .header-sign .cta-icon,
.main-navigation .header-sign span.
.header-mobile-sign a .cta-icon,
.header-mobile-sign a span {
	display: inline-block;
	vertical-align: middle;
}

.main-navigation .header-sign .cta-icon,
.header-mobile-sign a .cta-icon {
	margin-right: 5px;
}

.main-navigation .header-sign.data-room {
	background-color: rgb(46, 49, 68);
	margin-left: 12px;
}

.main-navigation .header-sign.data-room:hover {
	background-color: #E85E50;
}

.header-mobile-sign {
	display: block;
}
.header-mobile-sign.data-room {
	margin-top: 14px;
}
.header-mobile-sign.data-room a {
	background-color: rgb(46, 49, 68);
}

.header-mobile-sign.data-room a:hover {
	background-color: #E85E50;
}

.main-navigation .header-sign.client-portal.beta,
.header-mobile-sign.client-portal.beta {
	position: relative;
}

.main-navigation .header-sign.client-portal.beta::after,
.header-mobile-sign.client-portal.beta::after {
	position: absolute;
	top: -10px;
	right: 25px;
	padding: 3px 4px;
	display: inline-block;
	background-color: #B42D20;
	content: 'Beta';
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	border-radius: 2px;
}

section.client-portal {
  padding: 80px 0;
  background: linear-gradient(45deg, rgba(232, 234, 238, 0.25) 0%, rgba(255, 255, 255, 0.2) 55.33%, rgba(232, 234, 238, 0.5) 100%);
  background-image: url("./images/bg-client-portal.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  section.client-portal .header-text,
  section.client-portal .footer-text {
    display: block;
    margin: auto;
    text-align: center;
    max-width: 630px;
    width: 100%; }
    section.client-portal .header-text .small-title,
    section.client-portal .footer-text .small-title {
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 0.61px;
      line-height: 17px;
      text-align: center;
      color: #7A7B88;
      text-transform: uppercase; }
    section.client-portal .header-text h1,
    section.client-portal .footer-text h1 {
      font-size: 44px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 53px;
      text-align: center;
      color: #2E3145;
      margin: 0;
      margin: 20px 0; }
    section.client-portal .header-text p,
    section.client-portal .footer-text p {
      font-size: 15px;
      letter-spacing: 0;
      line-height: 24px;
      text-align: center;
      color: #2E3145;
      margin: 0;
      margin-bottom: 10px; }
      section.client-portal .header-text p a,
      section.client-portal .footer-text p a {
        color: #E65F54; }
  section.client-portal .portal-boxes {
    padding: 40px 0; }
    section.client-portal .portal-boxes .portal-box {
      position: relative;
      max-width: 500px;
      width: 100%;
      padding: 30px 25px;
      box-sizing: border-box;
      background-color: #fff;
      box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
      margin: 0;
      margin-right: 30px;
      margin-bottom: 30px;
      align-self: stretch; }
      section.client-portal .portal-boxes .portal-box .image-container {
        max-width: 80px;
        width: 100%;
        align-self: stretch; }
        section.client-portal .portal-boxes .portal-box .image-container img {
          max-width: 100%;
          width: 100%; }
      section.client-portal .portal-boxes .portal-box .text-container {
        max-width: calc(100% - 80px);
        width: 100%;
        padding: 0 30px; }
        section.client-portal .portal-boxes .portal-box .text-container .portal-box-title {
          position: relative;
          display: block;
          font-size: 26px;
          letter-spacing: 0.43px;
          line-height: 31px;
          margin-bottom: 10px;
          color: #2E3145;
          text-transform: uppercase; }
        section.client-portal .portal-boxes .portal-box .text-container .bottom-text {
          display: block;
          color: #7A7B88;
          font-size: 14px;
          letter-spacing: 0.56px;
          line-height: 17px;
          text-transform: uppercase; }
        section.client-portal .portal-boxes .portal-box .text-container.beta .portal-box-title::after {
          position: absolute;
          top: 5px;
          padding: 3px 4px;
          margin-left: 7px;
          display: inline-block;
          background-color: #E65F54;
          content: 'Beta';
          font-size: 10px;
          line-height: 1;
          text-transform: uppercase;
          color: #fff;
          border-radius: 2px; }
      section.client-portal .portal-boxes .portal-box:last-child {
        margin-right: 0; }
      section.client-portal .portal-boxes .portal-box:after {
        position: absolute;
        background-image: url("./images/icon-arrow-red.svg");
        background-size: 30px 30px;
        right: 25px;
        content: '';
        height: 30px;
        width: 30px; }

section.two-column-list-section-4 {
	/*background-image: url('images/resource-hub-bg.png');
	background-color: rgb(46, 49, 68);
	background-repeat: repeat-x;
	background-size: 50%;
	background-repeat: no-repeat;
	background-size: cover;*/
	background-color: #fff;
	font-family: "HKGrotesk";
	color: #2E3145;
	font-size: 15px;
	line-height: 1.5;
}
section.two-column-list-section-4 .left-content,
section.two-column-list-section-4 .right-content {
	padding: 80px 15px;
}
section.two-column-list-section-4 .left-content,
section.two-column-list-section-4 .left-content h2 {
	font-family: "HKGrotesk";
	color: #2E3145;
	font-size: 15px;
	line-height: 1.5;
}
section.two-column-list-section-4 .left-content h2 {
	font-weight: 700;
}
section.two-column-list-section-4 .left-content ul li {
	list-style-type: none;
	padding: 0;
}
section.two-column-list-section-4 .left-content ul li::before {
	display: none;
}
/* section.two-column-list-section-4 .left-content a {
	color: #E85E50;
	text-decoration: underline;
} */

body.home #three-call-action {
	margin-top: 50px;
}
body.home #home-solution-2 .home-solution-strip {
	display: none;
}
/*
body.home #three-call-action .col-md-4 {
	flex: 0 0 50%;
	max-width: 50%;
}
body.home #three-call-action .col-md-4:nth-child(2) {
	display: none;
}
*/
header .main-header .nav-menu ul.menu li a:hover {
	color: #E85E50;
}

#primary-menu .menu-item-has-children .arrow-icon,
.mobile-navigation .menu-item-has-children .arrow-icon {
	display: inline-block;
	-webkit-mask: url('images/icon-menu-dropdown.svg') no-repeat center;
	mask: url('images/icon-menu-dropdown.svg') no-repeat center;
	width: 20px;
	height: 10px;
	transition: all .3s ease;
}

@media (max-width: 1024px) {
	.mobile-navigation .menu-item-has-children .arrow-icon {
		background: #000;
	}
}

body.home #primary-menu .menu-item-has-children .arrow-icon {
	background-color: #fff;
}

body.home.scrolled #primary-menu .menu-item-has-children .arrow-icon {
	background-color: #000;
}

body.home #primary-menu .menu-item-has-children a:hover ~ .arrow-icon,
body:not(.home) #primary-menu .menu-item-has-children a:hover ~ .arrow-icon{
	background-color: #E85E50;
	transition: all .3s ease;
}

body:not(.home) #primary-menu .menu-item-has-children .arrow-icon {
	background-color: #000;
}

@media (max-width: 1099px) {
	section.solution-new .inner-container {
		max-width: 100%;
		padding: 0 15px;
	}
}

/* 6-1-2024 */

/* Frech header align CSS */
html[lang="fr-FR"] .main-navigation .header-sign {
    margin-left: 10px;
    padding: 10px 15px !important;
}
/* strategies-single-traditional-static-page css */
body.single-traditional_strategy,
body.single-alternative_strategy,
body.page-template-strategy-archive {
    background: #F5F6FA;
}
.page-id-18485 .container {
    width: 100%;
}
.hero-title h1 {
    font-size: 44px;
	display:inline-flex;
	align-items:center;
	text-align:center;
}
.single-traditional_strategy p,
.single-alternative_strategy p,
.page-template-strategy-archive p{
    font-size: 15px;
    line-height: 24px;
}
span.breadcrumb_last {
    opacity: 0.7;
}
p#breadcrumbs {
    border-bottom: 1px solid rgba(46,49,69,0.13);
    font-size: 14px;
    font-weight: 500;
    padding: 20px 0 20px;
}
.row.top-details {
    padding: 50px 20px 0;
	
}
.single-traditional_strategy .container-page:not(.top-banner.container-page),
.single-alternative_strategy .container-page:not(.top-banner.container-page),
.page-template-strategy-archive .container-page:not(.top-banner.container-page){
    padding: 0;
    margin: 0 auto !important;
    max-width: 1240px;
}
.row {
	margin: 0 auto;
}
.container-page h2 {
    font-size: 30px;
}
.col-md-12.category-top {
    max-width: max-content;
    margin: auto;
	text-align:center;
}
.category-top p, a.link-all-cat {
    text-transform: uppercase;
    font-weight: 700;
}
.row.hero-title {
    justify-content: center;
	padding: 12px 20px 15px;
}
.investment-team:before {
    opacity: 0.5;
    top: 2px;
    content: "";
    position: relative;
    left: -12px;
    height: 13px;
    display: inline-block;
    width: 2px;
    background: #6670809e;
}
ul.items-name li::before{
	display:none;
}
section.related-sc {
    padding-bottom: 20px;
    margin-bottom: 30px;
}
ul.items-name li {
    background-color: #fff;
    box-shadow: 2px 2px 7px 0 rgba(46,49,69,0.13);
    border-radius: 5px;
    padding: 12px 14px;
    font-weight: 500;
    font-size: 15px;
	line-height: 16px;
    margin-bottom: 0;
	display: inline-flex;
    align-items: center;
}
ul.items-name li .tooltip-wrap {
    margin-left: 5px;
    margin-top: -2px;
}
ul.items-name {
	display: flex;
    justify-content: center;
    gap: 10px;
}
section.description-sc {
    background-color: #2E3145;
	padding: 40px;
	width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}
.page-template-strategy-archive #page-banner{
	width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 56%;	
}
/*.container-page section:not(section.hero-sc, section.description-sc, section.vehicles-sc){
	margin-top: 20px;
}*/
section.description-sc, section.vehicles-sc, section.investment-sc, section.related-sc, section.investment-offer, section.contact-sc {
	margin-top: 50px;
}
.investment-offer .box {
    margin-bottom: 0;
    margin-top: 30px;
}
.description-sc .row {
    margin: 0 auto;
    width: 60%;
}
.description-sc p {
    margin-bottom: 20px;
}
.desc-text {
	padding: 0;
}
.quote-box.white-bg {
    margin-top: 20px;
}
.quote-box {
    max-width: 817px;
    background-color: #FFFFFF;
    box-shadow: 0 8px 18px 0 rgba(46,49,69,0.13);
    padding: 25px 30px;
}
.quote-box:not(.quote-box.white-bg){
	background-color: unset;
	padding: 25px 0;
}
.quote-box *:not(.quote-box.white-bg *), .desc-text{
	color:#fff;
}
.quote-details img.quote-img {
    width: 60px;
    height: 60px;
	border-radius: 50px;
	object-fit:cover;
	object-position: top;
}
.quote-text{
	position:relative;
}
.quote-text p {
    border-left: 3px solid #E85E50;
    padding-left: 10px;
    margin-left: 35px;
}
.quote-text::before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    display: block;
    font-size: 20px;
    position: absolute;
    color: #E85E50;
}
p.quote-name,
.container-page section h4,
.container-page section h2,
h5.contact-name {
    font-weight: 700;
}
.person-data .quote-position {
    font-size: 13px;
    color: #2E3145;
    line-height: 18px;
}
.person-data p{
	margin-bottom: 0px;
}
.quote-details {
    display: flex;
    gap: 10px;
	align-items:center;
}
.row.vehicles-row, .row.investment-row, .row.contact-row, .row.related-row {
    padding-top: 20px;
	column-gap: 30px;
	justify-content:space-between;
}
.vehicles-text a {
    color: #E85E50;
}
.col-md-4.vehicles-col {
    max-width: 30.9999%;
}
.investment-col, .contact-col, .related-col, .col-md-6.vehicles-col {
    max-width: 48%;
}
.row .vehicles-col:not(.row .vehicles-col:last-child), .row .investment-col:not(.row .investment-col:last-child), .row .related-col:not(.row .related-col:last-child) {
    margin-bottom: 30px;
}
.io-box.box.flex-container:first-child {
    margin-top: 30px;
}
.structure.flex-item p strong {
    font-size: 15px;
}
.vehicles-col, .investment-col, .contact-col, .related-col {
    padding: 25px;
    background-color: #FFFFFF;
}
.vehicles-col, .investment-col, .contact-col, .related-col:hover {
    box-shadow: 0 8px 18px 0 rgba(46,49,69,0.13);
}
.contact-details, .contact-info {
	min-height: 65px;
}
.related-col:hover {
	border: 1px solid transparent;
}
.related-col {
    border: 1px solid rgba(46,49,69,0.13);
}
.col-md-6.investment-col h4 {
    font-size: 20px;
}
.investment-col {
    padding-bottom: 55px;
}
.download-btn {
    position: absolute !important;
    bottom: 10px;
}
.investment-col h4:after {
    left: 26px;
    top: 65px;
    height: 1px;
    width: 43px;
    border: 2px solid #E85E50;
    content: "";
    position: absolute;
}
ul.investment-list {
    padding-top: 30px;
}
ul.investment-list li::before {
    content: url(https://montrusco.wpengine.com/check/) !important;
	width: 0;
    height: 0;
    top: 3px;
    left: 2px;
}
.download-btn, .contact-btn {
    background: transparent;
	color: #2E3145;
    margin-top: 20px;
    padding-left: 10px;
    position: relative;
    display: block;
    max-width: max-content;
	text-transform:uppercase;
	margin-bottom: 12px;
    font-weight: 700;
	font-size: 14px;
    letter-spacing: 0.61px;
}
.contact-btn, section.inv-single-box .box p.description{
	margin-bottom: 0;
}
.download-btn:before {
    content: url(/wp-content/uploads/2024/01/icon-download.svg);
    position: relative;
    top: 4px;
    left: -12px;
}
ul.investment-list li {
    margin-bottom: 15px;
	font-size: 15px;
    line-height: 24px;
}
img.contact-img {
    width:80px;
	height:80px;
	object-fit:cover;
	border-radius:50%;
	object-position: top;
}
.contact-details {
    display: flex;
    align-items: center;
    gap: 15px;
}
span.contact-degree {
    font-size: 14px;
    font-weight: 400;
}
h5.contact-name, .category-title h4 {
    font-size: 22px;
}
.single-alternative_strategy section.contact-sc {
    margin-top: 30px !important;
}
.contact-info {
    padding: 10px 0 0;
}
.contact-btn:before {
    content: url(/wp-content/uploads/2024/01/Back.svg);
    position: relative;
    left: -10px;
    top: 2px;
}
.row.title-row {
    align-items: center;
}
.col-md-6.title-col {
    padding: 0;
}
.title-col a {
    float: right;
    font-size: 14px;
    letter-spacing: 0.61px;
}
a.link-all-cat:before {
    top: 1px;
    left: -10px;
    position: relative;
    content: url(/wp-content/uploads/2024/01/Back.svg);
}
.related-category p, .category-top p {
    font-size: 12px;
    color: #667080;
    text-transform: uppercase;
    font-weight: 600;
	letter-spacing: 0.48px;
	display: inline;
	padding: 0 10px;
}
.related-category p:first-child, .category-top p:first-child {
	padding-left: 0;
}
ul.items-name.category {
    justify-content: unset;
}
.category-title h4 {
    padding: 10px 0;
	display:inline-flex;
	align-items:center;
}
.related-col ul.category li{
	border-radius: 5px;
    background-color: #F5F6FA;
	box-shadow: none;
}
.category-title h4:hover {
    color:  #E85E50;
    cursor: pointer;
}
.title-col.mobile {
    display: none;
}
span.tooltip-wrap img{
    filter: brightness(0) saturate(100%) invert(83%) sepia(1%) saturate(989%) hue-rotate(190deg) brightness(93%) contrast(92%);
	width:15px;
	height:15px;
}

/* strategies-filters-static-page css */
.page-template-strategy-archive #page-banner .container {
    position: relative;
    z-index: 1;
}
#breadcrumbs .fa-chevron-right:before {
    content: url(/wp-content/uploads/2024/01/icon-menu-dropdown.svg);
}
#breadcrumbs span i {
    padding: 0 5px;
}
.page-id-18520 .container{
	width: 100%;
}
.container.text-center {
    width: 100%;
    max-width: 100%;
}
.page-template-strategy-archive #page-banner h1 {
    color: #fff;
    font-size: 44px;
}
.page-template-strategy-archive #page-banner {
    min-height: 250px;
}
.filter-buttons {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0px;
    width: 50%;
    max-width: max-content;
    background: rgba(46,49,69,0.06);
    padding: 3px 4px;
    border-radius: 7px;
}
.filter-buttons .btn img:not(.filter-buttons .btn.active img) {
    filter: brightness(0) saturate(100%) invert(80%) sepia(8%) saturate(247%) hue-rotate(197deg) brightness(89%) contrast(90%);
}
span.facetwp-counter, .filters {
    display: none;
}
h6.font-weight-medium.text-uppercase {
	/*opacity: 0.7;*/
    font-weight: 700 !important;
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 0.61px;
	margin-bottom: 20px;
}

.strategies-col {
	border: 1px solid rgba(46,49,69,0.13);
	float: left;
	width: 48.6666%;
	padding: 20px;
	background-color: #FFFFFF;
	position: relative
}
.strategies-col:hover {
    box-shadow: 0 8px 18px 0 rgba(46,49,69,0.13);
	border: 1px solid rgba(46,49,69,0)
}
.strategies-col ul.items-name li {
    background-color: #F5F6FA;
	box-shadow: none;
	display: inline-flex;
    align-items: center;
}
.strategies-col ul.items-name.category {
    display: flex;
    flex-wrap: wrap;
}
.strategies-col>a,.related-col>a {
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.strategies-col:hover a,.related-col:hover a {
	color:#E85E50
}
span.tooltip-wrap {
    z-index: 2;
    position: relative;
	display: inline-block;
    line-height: 0;
	margin-left:7px;
}
ul.items-name.category {
	gap: 10px;
}
.row.strategies {
	gap: 20px;
}
.row:after {
	content: "";
	display: table;
	clear: both;
}
.filter-buttons button {
    border-radius: 2px;
    background: transparent;
    box-shadow: none;
	padding: 6px 7px;
}
.btn:hover {
  	background-color: transparent;
}
.btn:hover{background-color: rgb(46, 49, 68);color: #fff;}
.filter-buttons .btn.active {
	border-radius: 4px;
    border: 1px solid rgba(46,49,69,0.13);
    background-color: #FEFFFF !important;
	
}
.tooltip-text {
	text-align: center;
    line-height: 15px;
    font-weight: 400;
    font-size: 12px;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    width: max-content;
    color: #2E3145;
    background-color: #ffffff;
    padding: 5px 8px;
    top: -100%;
    left: 50%;
    transform: translate(-50%, -90%);
    box-shadow: 0 8px 16px 0 rgba(46,49,69,0.13);
    max-width: 180px;
}
.tooltip-wrap:hover .tooltip-text {
  visibility: visible;
}
span.tooltip-wrap img:hover {
    filter: unset;
}
.items-name li,
.vehicles-col h4{
  	position: relative;
}
.vehicles-col h4{
	display: inline-flex;
    align-items: center;
}
/*.vehicles-col .tooltip-text {
	top:0;
	transform: translate(0%, -100%);
}*/
.box {
    margin-bottom: 30px;
    box-shadow: 0 8px 18px 0 rgba(46,49,69,0.13);
    background-color: #fff;
}
.box .image-container {
    max-width: 245px;
    width: 100%;
    overflow: hidden;
    background-image: url(/wp-content/themes/montrusco/images/img-fund-bg.jpg);
    align-self: stretch;
    display: grid;
    place-items: center;
}
.box .image-container img.image {
    max-width: 160px;
    width: 100%;
	padding: 30px 0;
}
.box .message-container {
    max-width: calc(100% - 245px);
    width: 100%;
    padding: 25px;
    align-self: stretch;
    display: grid;
    place-items: center start;
    background-color: #ffffff;
}
.box .message-container .small-title {
    color: #667080;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.48px;
    line-height: 15px;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.box .message-container h3.title-box {
    color: #2E3145;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 8px;
}
.box .message-container p.description {
    color: #2E3145;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 20px;
}
.box .message-container .stats-container.flex-container {
    align-items: bottom;
    max-width: 100%;
    width: 100%;
}
.box .message-container .stats-container > .flex-item {
    max-width: 28%;
	width: 100%;
}
 .box .message-container .stats-container > .flex-item p {
    color: #2E3145;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 18px;
}
.row.strategies-row {
    margin-bottom: 40px;
}
.page-template-strategy-archive #page-banner {
    padding: 40px;
    left: 50%;
	margin-top: 0;
}

/* jobs listing */
section.two-column-list-section-4.jobs-sc {
    background-color: #F5F6FA;
}
.jobs-sc ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	padding: 21px 24px;
}
.jobs-sc span.contact-btn {
    margin-top: 0;
}
.jobs-sc ul {
    padding-top: 14px;
}
section.jobs-sc .row ul li {
    border: 1px solid rgba(46,49,69,0.13);
	margin-bottom: 20px;
	background: #FEFFFF;
}
section.jobs-sc .row ul li:hover {
    box-shadow: 0 8px 18px 0 rgba(46,49,69,0.13);
    border: 1px solid #fff;
}
section.jobs-sc .row ul li:hover a,
section.jobs-sc .row ul li:hover span.contact-btn{
	color: #E85E50;
}
body.page-template.page-template-our-philosophy {
    background-color: #fff;
}
.result-counts {
    font-size: 14px;
    line-height: 17px;
    display: inline-flex;
    width: 50%;
	margin-top: 6px;
}
.facetwp-counts {
    margin: 0 5px;
}
.cta-flyout, .apply-filter, .mobile-clear-all, .close-flyout{
	display:none;
}
.filter-col .facetwp-type-reset {
    float: right !important;
    margin: 3px 0 18px !important;
}
.filter-col .facetwp-type-reset a {
    color: #E85E50;
    font-weight: 500;
    font-size: 14px;
}
.filter-col .facetwp-type-search .facetwp-input-wrap, .filter-col .facetwp-type-search .facetwp-input-wrap input {
    width: 100%;
    position: relative;
}
.filter-col .facetwp-type-search .facetwp-input-wrap input {
    padding: 18px 30px 17px 13px;
    border: 1px solid rgba(46,49,69,0.13);
    border-radius: 5px;
}
.filter-col .facetwp-type-search .facetwp-input-wrap input:focus-visible {
    outline: 0;
}
.filter-col .facetwp-icon {
    right: 10px;
	z-index:1;
}
.filter-col .facetwp-icon:before {
    background: url(/wp-content/themes/montrusco/images/icon-search.svg);
    background-repeat: no-repeat;
    background-position: center;
	filter: brightness(0) saturate(100%) invert(0%) sepia(16%) saturate(100%) hue-rotate(220deg) brightness(100%) contrast(100%);
}
section.strategies-sc {
    margin-top: 50px !important;
}
.filter-col .filter-wrap {
    padding: 20px 0;
    border-bottom: 1px solid #2e314533;
}
.filter-col .filter-wrap.region {
    border: 0;
}
.filter-col .filter-title {
	 width: 100%;
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
	cursor: pointer;
}
.filter-col .filter-title.open {
    color: #E85E50;
}
.filter-col .filter-title span.count {
    font-size: 14px;
    color: #E85E50;
    position: absolute;
    right: 20px;
}
.filter-col .filter-title:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 16px;
    float: right;
    color: #2e314599;
}
.filter-col .filter-title.open:after {
    content: "\f106";
    color: #E85E50;
}
.filter-col .facetwp-facet {
    margin-bottom: 0px;
    margin-top: 15px;
}
.filter-col .facetwp-facet.facetwp-type-search {
    margin-top: 0 !important;
}
.filter-col h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 0;
}
.filter-col h3, .filter-col .facetwp-type-reset {
    max-width: max-content;
    float: left;
}
.filter-col .facetwp-checkbox.checked {
    background-image: url(/wp-content/themes/montrusco/images/checkbox-active.svg);
}

.filter-col .facetwp-checkbox {
    background: url(/wp-content/themes/montrusco/images/checkbox-inactive.svg) 0 50% no-repeat;
    background-size: 20px;
    padding-left: 30px;
	margin-bottom:16px;
}
.filter-col .facetwp-facet .facetwp-checkbox:last-child {
    margin-bottom: 0;
}
.filter-col .facetwp-checkbox span.facetwp-display-value {
    font-size: 15px;
    font-weight: 500;
}
.filter-col .facetwp-checkbox.checked span.facetwp-display-value {
    color: #E85E50;
}
.filter-col .facetwp-checkbox span.facetwp-display-value .tooltip-wrap img{
	margin-bottom: 3px;
}
.row.filters-main-wrap {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 7px;
}
.facetwp-selections {
    width: 100%;    
}
.facetwp-selections ul{
	margin-top: 6px;
	margin-bottom: 10px;
}
.facetwp-selections li .facetwp-selection-label {
    display: none;
}
.facetwp-selections ul li {
	font-size: 13px;
    line-height: 16px;
	padding-left: 0px;
	margin-bottom:0;
}
.facetwp-selections ul li:first-child span:nth-child(2) {
    margin-left: 0 !important;
}
.facetwp-selections li {
    list-style: unset !important;
}
.row.filters-main-wrap .facetwp-selections .facetwp-selection-value {
    background-position: 93% center;
	background-image: url(/wp-content/themes/montrusco/images/icon-close-filter.svg);
	background-size: 18px;
}
.facetwp-selections ul li span {
    margin: 0 10px 5px 0px !important;
    padding: 7px 30px 7px 10px !important;
    background: rgba(46,49,69,0.09);
    border-radius: 5px;
    color: #84868E;
	font-weight: 500;
}
.facetwp-selections ul li:before {
	content:none;
}


/* responive start here */
/* landscap css */
@media screen and (min-device-width: 640px) and (max-device-width: 767px){
	.quote-text:before {
		height: 113px;
	}
	.contact-col, .related-col {
		margin: 0 auto;
		width: 47%;
	}
	.col-md-4.vehicles-col {
		margin: 0 auto;
		width: 47%;
	}
	section.investment-offer {
		padding-top: 30px !important;
	}
}
/* mobile css */
@media screen and (max-width: 767px){
	#home-banner::before{
		content:none !important;
	}
	#home-banner {
		justify-content: center;
	}
	.second-box {
		padding: 0;
	}
	.category-top p,p.quote-position, .contact-info, span.contact-degree {
		font-size: 12px;
	}
	body #content {
		margin-top: 50px !important;
	}
	/*.container-page section:not(section.hero-sc, section.description-sc, section.vehicles-sc) {
		margin-top: 0 !important;
	}*/
	section.description-sc, section.vehicles-sc, section.investment-sc, section.related-sc, section.investment-offer, section.contact-sc  {
		margin-top: 30px;
	}
	.row.top-details {
		padding-top: 30px;
	}
	.hero-title h1 { font-size: 26px; }
	
	.container-page h2 { font-size: 22px; }
	
	ul.items-name li {
		padding: 7px 10px;
		font-size: 13px !important;
	}
	ul.items-name {
		flex-wrap: wrap;
	}
	section.description-sc {
		padding: 30px 0;
	}
	h5.contact-name {
		font-size: 15px;
	}
	.description-sc .row {
		width: 100%;
	}
	.col-md-4.vehicles-col,.investment-col, .contact-col, .related-col, .col-md-6.vehicles-col {
		max-width: 100%;
	}
	span.contact-degree {
		display: flex;
		padding: 5px 0;
	}
	.contact-info p {
		font-size: 13px;
		line-height: 18px;
	}
	.category-title h4 {
		font-size: 18px;
	}
	.contact-btn {
		margin: 15px 0 0;
	}
	.title-col.mobile {
		display: block;
	}
	.title-col.desktop, div#filter-btn {
		display: none;
	}
	.row.title-row {
		margin: 0;
	}
	section.related-sc {
		padding-bottom: 40px;
	}
	img.contact-img {
		width: 60px;
		height: 60px;
	}
	.row.vehicles-row, .row.investment-row, .row.contact-row, .row.related-row, section.investment-offer {
		padding-top: 10px;
	}
        
	.related-col {
		padding: 20px;
	}
	
	/* 	strategies-filters */
	.page-template-strategy-archive #page-banner {
		margin-bottom: 20px;
	}
	.page-template-strategy-archive #page-banner h1 {
		font-size: 30px;
	}
	h6.font-weight-medium.text-uppercase {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.page-template-strategy-archive #page-banner .container {
		margin-top: 15px !important;
	}
	.page-template-strategy-archive #page-banner {
		padding: 0;
	}
	.strategies-col {
		width: 100% !important;
	}
	ul.items-name.category li {
		width: unset;
		margin: 0;
	}
	ul.items-name.category li, .mobile a.link-all-cat, a.download-btn,
	.contact-btn{
		font-size: 14px;
	}
	.box .message-container .stats-container > .flex-item {
		max-width: 50%;
		width: 100%;
	}
	.box .image-container {
		max-width: 30%;
		max-width: 100%;
		min-height: 220px;
	}
	.box .message-container {
		max-width: 70%;
		max-width: 100%;
		padding: 20px;
	}
	.box{
		max-width: 100%;
    	margin: 0 auto 20px;
	}
	
	/* 	jobs listing */
	.jobs-sc ul li a {
		font-size: 20px;	
	}
	section.jobs-sc .row ul li a{
		padding: 15px;
	}
	.jobs-sc span.contact-btn {
		margin-top: 5px;
	}
	
	
}
@media (max-width:992px) and (min-width:768px){
	.contact-details, .contact-info {
		min-height: 90px;
	}
}
@media (max-width:897px) and (min-width:805px){
	.quote-text:before {
		height: 90px;
	}
}
@media (max-width:1023px) and (min-width:768px){
	.box {
		box-shadow: none;
		background-color: transparent;
	}
	.box .message-container .stats-container > .flex-item {
		max-width: 50%;
		width: 100%;
	}
	.box .image-container {
		max-width: 175px;
	}
	.box .message-container {
		max-width: calc(100% - 175px);
	}
}
@media (max-width:1024px) and (min-width:993px){
	.contact-details, .contact-info {
		min-height: 75px;
	}
}
@media screen and (max-width: 1024px){
	p#breadcrumbs {
		margin: 50px 20px 0;
	}
	.page-template-strategy-archive #page-banner{
		margin-top: 45px !important;
	}
	/* Flyout CSS */
	.cta-flyout, .apply-filter, .mobile-clear-all, .close-flyout{
		display:block;
	}
	.filter-col {
		position: fixed;
		z-index: 10000;
		background: #fff;
		top: 0;
		height: 100vh;
		width: 100vw;
		left: 100%;
		transition: all 1s;
		padding-top: 21px;
		padding-bottom: 21px;
		overflow-y: scroll;
		flex: 0 0 100%;
    	max-width: 100%;
	}
	.filter-col.slide{
		left: 0;
	}
	button.close-flyout {
		float: right;
		background: transparent;
		padding: 0;
		margin-bottom: 20px;
	}
	.facetwp-facet-reset_filter:not(.mobile-clear-all .facetwp-facet-reset_filter) {
		display: none;
	}
	button.apply-filter {
		max-width: 260px;
		display: block;
		width: 100%;
		margin: 5px auto 24px;
		border-radius: 24px;
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
		font-size: 12px;
		font-weight:bold;
		line-height: 15px;
		letter-spacing: 0.6px;
		background: #E85E50;
		color: #fff;
	}
	.mobile-clear-all {
		text-align: center;
		display: block;
		max-width: max-content;
		margin: 0 auto;
		overflow: overlay;
	}
	.strategies-row button.cta-flyout {
		font-size: 18px;
		line-height: 24px;
		background: transparent;
		color: #E85E50;
		font-weight: bold;
		text-transform: capitalize;
		padding: 17px;
		width: 100%;
		text-align: left;
		border: 1px solid rgba(46,49,69,0.13);
		border-radius: 5px;
		margin-bottom: 20px;
	}
	.strategies-row button.cta-flyout img {
		margin-right: 10px;
		margin-bottom: 2px;
	}
	.strategies-row button.cta-flyout::after {
		content: "\f105";
		float: right;
		font-weight: 800;
		font-family: 'Font Awesome 5 Free';
		font-size: 15px;
	}
	.facetwp-selections ul {
		margin-bottom: 17px;
	}
	.result-counts {
		margin-bottom: 17px;
		width: max-content;
	}
	.grid-col {
		max-width: 100%;
		flex: 0 0 100%;
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width:1024px) and (min-width:768px){
	.description-sc .row {
		width: 90%;
	}
	.col-md-4.vehicles-col {
		max-width: 30.3333%;
	}
	.investment-col, .contact-col, .related-col, .col-md-6.vehicles-col {
		max-width: 47%;
	}
	ul.items-name li {
		padding: 10px 12px;
	}
	#content {
		margin-top: 60px;
	}
}
@media (min-width:1024px){
	.col-md-4.vehicles-col {
		min-height: 249px;
	}
}
/* Frech header align CSS */
@media (max-width:1090px) and (min-width:1024px){
html[lang="fr-FR"] .main-navigation .header-sign {
    margin-left: 6px;
    padding: 10px 5px !important;
}
}
@media (max-width:1260px) and (min-width:1024px){
	p#breadcrumbs {
		margin: 0 20px;
	}
}
@media (max-width:1079px) and (min-width:768px){
	.strategies-col {
		width: 48.6%;
	}
	.filter-col .facetwp-type-search .facetwp-input-wrap {
		overflow: hidden;
	}
}
@media screen and (max-width: 1260px){
	.page-template-strategy-archive section:not(.page-template-strategy-archive section#three-call-action, .page-template-strategy-archive .site-footer section), .single-traditional_strategy section:not(.single-traditional_strategy section#three-call-action, .single-traditional_strategy .site-footer section), .single-alternative_strategy section:not(.single-alternative_strategy section#three-call-action, .single-alternative_strategy .site-footer section) {
		padding-left: 20px;
		padding-right:20px;
	}
}
/* Frech header align CSS */
@media (max-width:1280px) and (min-width:1223px){
html[lang="fr-FR"] .main-navigation .header-sign {
    margin-left: 5px;
    padding: 10px 8px !important;
}
}

#page-banner h1 {
	color: #fff;
}

/** FEBRUARY 13 2026 **/

.flex-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
}
.flex-container .flex-item {
	flex: 1 0 auto;
	width: 100%;
	box-sizing: border-box;
	align-self: stretch;
}

.container-page {
	max-width: 1560px;
	width: 100%;
	padding: 0 15px;
	margin: auto;
}

.home .container-fluid {
	padding-left: 0;
}

.second-box {
	text-align: left;
	padding-left: 0;
}

#home-banner .container-page .inner-container .row {
	margin: 0;
}

.home-journal .journal-section-title {
	/*padding-left: 0;
	padding-right: 0;*/
}

.home-journal .journal-section-title > .row > .col-8 {
	padding-left: 0;
	padding-right: 0;
}

section.two-column-image-link-boxes {
	background-color: #fff;
	padding-top: 73px;
	padding-bottom: 64px;
}

section.two-column-image-link-boxes .container-page .header-text {
	margin-bottom: 45px;
}

section.two-column-image-link-boxes .container-page .header-text h3 {
	color: #2E3145;
	font-size: 32px;
	line-height: 39px;
	font-weight: bold;
	margin: 0;
}

section.two-column-image-link-boxes .image-link-boxes {
	justify-content: space-between;
}

section.two-column-image-link-boxes .image-link-boxes .image-link-box {
	position: relative;
	max-width: calc(50% - 15px);
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
	transition: 0.3s;
	background-size: cover;
	background-position: center;
}

@media (max-width: 1559px) {
	section.two-column-image-link-boxes .image-link-boxes .image-link-box {
		max-width: calc(50% - 7.5px);
		margin-bottom: 15px;
	}
}

/*section.two-column-image-link-boxes .image-link-boxes .image-link-box:hover .bg-image,*/
section.two-column-image-link-boxes .image-link-boxes .image-link-box.hover .bg-image {
	transform: scale(1.1);
	transition: 0.3s;
}

/*section.two-column-image-link-boxes .image-link-boxes .image-link-box:hover .text-container,*/
section.two-column-image-link-boxes .image-link-boxes .image-link-box.hover .text-container {
	top: 0;
	transition: 0.3s;
	background: rgba(46, 49, 69, 0.80);
	backdrop-filter: blur(5px);
}

/*section.two-column-image-link-boxes .image-link-boxes .image-link-box:hover .text-container .title .arrow-right,*/
section.two-column-image-link-boxes .image-link-boxes .image-link-box.hover .text-container .title .arrow-right {
	transform: rotate(90deg);
	transition: 0.3s;
}

section.two-column-image-link-boxes .image-link-boxes .image-link-box .bg-image {
	width: 100%;
	transform: scale(1);
	transition: 0.3s;
	position: relative;
	z-index: 0;
}

section.two-column-image-link-boxes .image-link-boxes .image-link-box .text-container {
	position: absolute;
	top: calc(100% - 82px);
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	padding: 30px;
	transition: 0.3s;
}

section.two-column-image-link-boxes .image-link-boxes .image-link-box .text-container .title {
	position: relative;
	color: #FFF;
	font-family: "HKGrotesk";
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-bottom: 30px;
}

section.two-column-image-link-boxes .image-link-boxes .image-link-box .text-container .title span {
	max-width: calc(100% - 30px);
	display: inline-block;
}


section.two-column-image-link-boxes .image-link-boxes .image-link-box .text-container .title .arrow-right {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	transition: 0.3s;
}

section.two-column-image-link-boxes .image-link-boxes .image-link-box .text-container .body {
	color: #FFF;
	font-family: "HKGrotesk";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

@media (max-width: 1499px) {
	section.two-column-image-link-boxes .image-link-boxes .image-link-box .text-container .title {
		font-size: 20px;
	}
}

@media (max-width: 1399px) {
	section.two-column-image-link-boxes .container-page .header-text {
		margin-bottom: 30px;
	}
	section.two-column-image-link-boxes .image-link-boxes .image-link-box .text-container {
		top: calc(100% - 55px);
		padding: 15px;
	}
	section.two-column-image-link-boxes .image-link-boxes .image-link-box .text-container.adjust-height {
		top: calc(100% - 78px);
	}
	/*section.two-column-image-link-boxes .image-link-boxes .image-link-box:hover .text-container.adjust-height,*/
	section.two-column-image-link-boxes .image-link-boxes .image-link-box.hover .text-container.adjust-height {
		top: 0;
	}
	section.two-column-image-link-boxes .image-link-boxes .image-link-box .text-container .title {
		padding-bottom: 15px;
	}
	section.two-column-image-link-boxes .image-link-boxes .image-link-box .text-container .body {
		font-size: 16px;
		line-height: 26px;
	}
}


@media (max-width: 1024px) {
	section.two-column-image-link-boxes {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	section.two-column-image-link-boxes .container-page .header-text {
		margin-bottom: 30px;
	}
	section.two-column-image-link-boxes .container-page .header-text h3 {
		color: #2E3145;
		font-family: "HKGrotesk";
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	section.two-column-image-link-boxes .image-link-boxes .image-link-box {
		max-width: 100%;
		margin-bottom: 15px;
	}

	section.two-column-image-link-boxes .image-link-boxes .image-link-box .bg-image {
		display: none;
	}

	section.two-column-image-link-boxes .image-link-boxes .image-link-box .text-container {
		position: relative;
		top: unset;
		left: unset;
	}
	section.two-column-image-link-boxes .image-link-boxes .image-link-box .text-container .title {
		padding-bottom: 0;
		color: #FFF;
		font-family: "HKGrotesk";
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	section.two-column-image-link-boxes .image-link-boxes .image-link-box .text-container .body {
		display: none;
		padding-top: 30px;
		color: #FFF;
		font-family: "HKGrotesk";
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 26px; /* 162.5% */
	}
	/*section.two-column-image-link-boxes .image-link-boxes .image-link-box:hover .text-container .body,*/
	section.two-column-image-link-boxes .image-link-boxes .image-link-box.hover .text-container .body {
		display: block;
		transition: 0.3s;
	}
}

/** MARCH 06 2026 **/

.container-page-banner {
	padding: 0;
}

header .main-header > .site-branding.col-md-3 {
	padding-left: 0;
}

header .main-header > .col-lg-10 {
	padding-right: 0;
}

#home-solution-2 .third-box {
	padding: 0 !important;
}

@media (min-width: 1921px) {
	.container-page {
		max-width: 85%;
	}
	.feature.video {
		height: 100vh;
	}
	#home-banner {
		min-height: 100vh !important;
	}
}

/* MARCH 19 2026 */
.journal_list_slider {
	padding: 0 15px;
}
