/**
 Author - Saahil Madaan
 Git - https://bitbucket.org/techSavvySaahil/
 **/

 @font-face {
	font-family: "Avenir-Book";
	src: url("https://i.wlycdn.com/wealthy-home-page/AvenirLTStd-Book.woff") format("woff")
}
@font-face {
	font-family: "Avenir-Heavy";
	src: url("https://i.wlycdn.com/wealthy-home-page/AvenirLTStd-Heavy.woff") format("woff")
}
@font-face {
	font-family: "Avenir-Medium";
	src: url("https://i.wlycdn.com/wealthy-home-page/AvenirLTStd-Medium.woff") format("woff")
}
@font-face {
	font-family: "Avenir-Light";
	src: url("https://i.wlycdn.com/wealthy-home-page/AvenirLTStd-Light.woff") format("woff")
}
@font-face {
	font-family: "Avenir-Roman";
	src: url("https://i.wlycdn.com/wealthy-home-page/AvenirLTStd-Roman.woff") format("woff")
}


.header {
  background: transparent !important;;
  font-family: "Avenir";
  transition: all 300ms ease;
  opacity: 1 !important;
}

.header.fixed {
  position: fixed !important;
  background: #fff !important;
  box-shadow: 0 0 10.4px 1.6px rgba(25,80,155,0.17);
	opacity: 1 !important;
	top: 0;
}

header.is-white {
	background: #fff !important;
	opacity: 1 !important;
}

.header a {
  text-decoration: none;
  display: inline-block;
}

.overflow-hidden {
  overflow: hidden;
}

.header__logo {
  align-self :center;
}


.desktop-nav {
  display: none;
  align-items: stretch;
  width: 100%;
}

.white-logo {
  margin-top: 10px;
  width: 120px !important;
}

.mobile-nav {
  display: block;
  margin-left: auto;
  margin-right: 20px;
	display: flex;
	width: 25px;
  align-items: center;
  position: static;
}

.header-clients,
.header-partners,
.header-grey-matter {
  align-self: stretch;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-bottom: 5px solid transparent;
  margin: 0 20px;
}

.header-clients__list,
.header-partners__list,
.header-grey-matter__list {
  justify-content: space-around;
	display: none;
}

.header-grey-matter__list {
	min-width: 240px;
}

.header-clients__list {
  min-width: 400px;
}

.header-clients__item,
.header-partners__item,
.header-grey-matter__item {
  display: flex;
  align-items: center;
  border-bottom: 5px solid transparent;
}

.header-clients__item.active-link,
.header-partners__item.active-link,
.header-grey-matter__item.active-link {
	font-weight: 700;
}

.header-clients__item .header-clients__link, .header-partners__item .header-partners__link,
.header-grey-matter__item .header-grey-matter__link {
  font-size: 12px;
  text-transform: uppercase;
}

.header-clients.active-link, .header-partners.active-link,
.header-grey-matter.active-link {
	border-bottom: 5px solid #fff;
}

.header.fixed .header-clients.active-link, .header.fixed .header-partners.active-link,
.header.fixed .header-grey-matter.active-link {
	border-bottom: 5px solid #000;
}

.header.is-white .header-clients.active-link, .header.is-white .header-partners.active-link,
.header.is-white .header-grey-matter.active-link {
	border-bottom: 5px solid #000;
}

.header-clients__link, .header-partners__link,
.header-grey-matter__link,
.header-clients__buttons .login-btn, .header-clients__buttons .download-btn,
.header-grey-matter__buttons .subscribe-btn{
  color: #fff;
}

.header.fixed .header-clients__link:hover,
.header.fixed .header-partners__link:hover,
.header.fixed .header-grey-matter__link:hover,
.header.fixed .header-clients__buttons .login-btn:hover,
.header.fixed .header-clients__buttons .download-btn:hover,
.header.fixed .header-grey-matter__buttons .subscribe-btn:hover {
  color: #000;
}

.header.is-white .header-clients__link:hover,
.header.is-white .header-partners__link:hover,
.header.is-white .header-grey-matter__link:hover,
.header.is-white .header-clients__buttons .login-btn:hover,
.header.is-white .header-clients__buttons .download-btn:hover,
.header.is-white .header-grey-matter__buttons .subscribe-btn:hover {
  color: #000;
}

.header.fixed .header-clients__link,
.header.fixed .header-partners__link,
.header.fixed .header-grey-matter__link,
.header.fixed .header-clients__buttons .login-btn,
.header.fixed .header-clients__buttons .download-btn,
.header.fixed .header-grey-matter__buttons .subscribe-btn{
  color: #444 ;
}

.header.is-white .header-clients__link,
.header.is-white .header-partners__link,
.header.is-white .header-grey-matter__link,
.header.is-white .header-clients__buttons .login-btn,
.header.is-white .header-clients__buttons .download-btn,
.header.is-white .header-grey-matter__buttons .subscribe-btn{
  color: #444 ;
}

.header.fixed .header-clients__buttons .download-btn,
.header.fixed .header-grey-matter__buttons .subscribe-btn {
  border: 1px solid #444;
}

.header.is-white .header-clients__buttons .download-btn,
.header.is-white .header-grey-matter__buttons .subscribe-btn {
  border: 1px solid #444;
}

.header.fixed .header-clients__buttons .download-btn:hover,
.header.fixed .header-grey-matter__buttons .subscribe-btn {
  border: 1px solid #000;
}

.header.is-white .header-clients__buttons .download-btn:hover,
.header.is-white .header-grey-matter__buttons .subscribe-btn {
  border: 1px solid #000;
}

.disabled-link {
  pointer-events: none;
  cursor: default;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  vertical-align: middle;
  color: #fff !important;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  cursor: pointer;
}

.header.fixed .caret {
  color: #444 !important;
}

.header.is-white .caret {
  color: #444 !important;
}

.header.fixed .caret:hover {
  color: #000;
}

.header.is-white .caret:hover {
  color: #000;
}

.header-clients__know-more {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  left: 0;
  top: 70px;
  border: 5px solid transparent;
  border-radius: 5px;
  background: #fff;
	display: none;
	transition: all 200ms ease;
	z-index: 999;
}

.dropdown-menu::before {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
  margin-top: -7px;
  width: 0;
	height: 0;
	border: 7px solid transparent;
  z-index: -1;
  transform: rotate(45deg);
}

.dropdown-menu .dropdown-menu__link {
  padding: 8px 15px;
  color: #193076;
  text-align: center;
  font-size: 15px;
  text-transform: capitalize;
	background: transparent;
}

.dropdown-menu .dropdown-menu__item {
	border-radius: 3px;
	background: transparent;
}

.dropdown-menu .dropdown-menu__item:hover {
	background: #ECEFF1;
}

.dropdown-menu::after {
	content: "";
	position: absolute;
	top: -70px;
	background: transparent;
	height: 100%;
	width: 100%;
	cursor: pointer;
	z-index: -2;
}

.header-clients__know-more:hover .dropdown-menu {
	display:block;
}

.header.fixed .dropdown-menu {
  border: 5px solid #ECEFF1;
}

.header.is-white .dropdown-menu {
  border: 5px solid #ECEFF1;
}

.header.fixed .dropdown-menu::before {
	border-top-color: #ECEFF1;
	border-left-color: #ECEFF1;
}

.header.is-white .dropdown-menu::before {
  border-top-color: #ECEFF1;
	border-left-color: #ECEFF1;
}  

.header-clients__buttons,
.header-grey-matter__buttons {
  margin-left: auto;
  display: none;
  align-items: center;
  justify-content: space-between;
}

.header-clients.expand + .header-clients__list,
.header-partners.expand + .header-partners__list,
.header-grey-matter.expand + .header-grey-matter__list {
  display: flex;
}

.header-clients.expand ~ .header-clients__buttons {
  display: flex;
}

.header-grey-matter.expand ~ .header-grey-matter__buttons {
	display: flex;
}


.header-clients__buttons .login-btn {
  font-size: 14px;
  margin-right: 20px;
}
.header-clients__buttons .download-btn,
.header-grey-matter__buttons .subscribe-btn {
	text-align: center;
  font-weight: 600;
  font-size: 13px;
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 3px 6px;
}

/* Mobile Styles */

.hamburger-icon__btn {
  position: relative;
	z-index: 501;
	cursor: pointer;
	padding: 1rem;
}

.hamburger-icon {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 20px;
  border: 0;
  margin:0;
  padding: 0;
  background: #fff;
  display: block;
  left: 0;
}

.hamburger-icon:before, .hamburger-icon:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 20px;
  background: #fff;
  position: absolute;
  display: block;
	content: '';
}

.header.is-white .hamburger-icon,
.header.is-white .hamburger-icon:before,
.header.is-white .hamburger-icon:after {
	background: #193176;
}

.hamburger-icon::before {
  transform: translateY(-8px);
}
.hamburger-icon::after {
  transform: translateY(4px);
}

.hamburger-icon__btn.toggle {
  right: 0;
} 

.hamburger-icon__btn.toggle .hamburger-icon {
  width: 0;
}
.hamburger-icon__btn.toggle .hamburger-icon:before,
.hamburger-icon__btn.toggle .hamburger-icon:after {
  width: 18px;
  background: #19509b;
}

.hamburger-icon__btn.toggle .hamburger-icon:before {
  transform: translate(12px, -4px) rotate(45deg);
}

.hamburger-icon__btn.toggle .hamburger-icon:after {
  transform: translate(12px, -4px) rotate(-45deg);
}

.hamburger-icon__btn.toggle + .hamburger-menu {
	padding: 60px 20px 0 16px;
	transform: translateX(0);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.hamburger-icon__btn.toggle ~ .hamburger-menu__overlay {
	width: 100vw;
}

.hamburger-menu {
  display: flex;
	position: fixed;
	height: 100vh;
	padding: 60px 0;
  z-index: 500;
  right: 0;
	top: 0;
	opacity: 1;
	overflow: hidden;
  transform: translateX(100%);
  flex-direction: column;
	width: 70%;
	box-sizing: border-box;
	max-width: 250px;
	box-sizing: initial;
	text-align: left;
	background: #fff;
	transition: transform 300ms cubic-bezier(0.45,0.05,0.55,0.95);
}

.hamburger-menu__overlay {
  background: rgba(0, 0, 0, 0.5);
  transform: translateX(100%);
  position: fixed;
  left: 0;
	top: 0;
	right: 0;
  width: 0;
  height: 100vh;
	z-index: 498;
}

.hamburger-icon__btn.toggle + .hamburger-menu + .hamburger-menu__overlay {
  transform: translateX(0);
}

.menu-clients,
.menu-partners,
.menu-know-more,
.menu-grey-matter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  cursor: pointer;
}

.menu-clients.active,
.menu-partners.active,
.menu-grey-matter.active {
  background: lightgray;
}

.menu-partners,
.menu-know-more,
.menu-grey-matter {
  margin-top: 10px;
}

.expand-icon__btn {
  width: 24px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 14px;
}

.expand-icon {
  width: 0;
  border: none;
  background: #19509b;
  display: block;
  transform: rotate(90deg);
	transition: transform 200ms ease;
	transform-origin: 1px 4px;
}

.expand-icon__btn.rotate-down .expand-icon{
  transform: rotate(-90deg);
}

.expand-icon:after,.expand-icon:before {
  content: "";
  height: 2px;
  width: 8px;
  background: #19509b;
  display: block;
  transition: transform 200ms ease;
}

.expand-icon::before {
  transform: rotate(45deg);
}

.expand-icon::after {
  transform: translateY(2px) rotate(-45deg);
}

.menu-clients__item,.menu-partners__item, .know-more__item,.menu-grey-matter__item{
  padding: 4px 0px 4px 10px;
}

.menu-clients__item:hover,.menu-partners__item:hover,.know-more__item:hover,.menu-grey-matter__item:hover {
  background: rgba(33, 47, 202, 0.05);
}
.menu-clients__list,.menu-partners__list,
.know-more__list,.menu-grey-matter__list {
  display: none;
  margin-top: 1rem;
  margin-right: 14px;
  transition: all 200ms ease;
}

.menu-clients__list.expand-list,.menu-partners__list.expand-list,
.know-more__list.expand-list,
.menu-grey-matter__list.expand-list {
  display: block;
}

.menu-clients__link.disabled-link,
.menu-partners__link.disabled-link,
.menu-grey-matter__link.disabled-link {
  color: #19307647;
}

.menu-auth__list {
  margin-top: 10px;
  padding: 5px;
}

.menu-clients__link,.menu-partners__link,.know-more__link,.menu-grey-matter__link{
  font-size: 12px;
  text-transform: capitalize;
  color: #193076;
  cursor: pointer;
}

.menu-auth__link{
  font-weight: 700;
  font-size: 14px;
  color: #193076;
  cursor: pointer;
}

@media (min-width: 1080px) {
  .white-logo {
    width: 150px;
  }

  .desktop-nav {
    display: flex;
  }
  .mobile-nav {
    display: none;
  }
}

/************************** new navbar styles ends here ***************************/
/************************** new footer styles starts here ***************************/

 footer {
	 background-color: rgb(25,48,118);
	 position: relative;
}
 footer ul {
	 padding: 0;
	 margin: 0;
	 list-style-type: none;
	 margin-top: 4rem;
}
 footer ul li a {
	 color: #fff !important;
	 display: block;
	 line-height: 2.2;
	 font-size: 14px;
	 text-decoration: none;
	 color: #fff;
}
 footer ul li a:hover, footer ul li a:focus, footer ul li a:active {
	 opacity: 1;
	 color: #fff;
	 text-decoration: none;
}
 footer h4 {
	 font-size: 18px;
	 font-weight: 500;
	 color: #fff;
	 padding-bottom: 10px;
}

.footer {
	padding-bottom: 30px;
}

 .wl-footer {
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
	 width: 85%;
	 margin: auto;
	 max-width: 1250px;
	 padding: 2.7em 1em;
	 align-items: baseline;
	 font-family: avenir;
}
 .wl-basic {
	 -webkit-box-flex: 4;
	 -webkit-flex: 4;
	 -ms-flex: 4;
	 flex: 4;
}
 .wl-basic img.logo {
	 width: 150px;
}
 .wl-basic .mix-panel-logo img {
	 width: 75px;
}
 img.download-app {
	 margin-top: 10px;
	 width: 150px;
}
 .wl-basic .logo-text {
	 font-size: 14px;
	 color: white;
	 width: 250px;
	 margin-top: 20px;
	 font-family: Avenir-Book;
	 font-weight: 300;
}
 .wl-basic ul.social {
	 display: -webkit-box;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
}
 .wl-basic ul.social li {
	 margin: auto 5px;
}
 .wl-basic ul.social li i {
	 font-size: 1.2em;
}

.wl-marketing {
	display: flex;
	justify-content: space-between;
	align-items: center;
	display: flex;
	width: 85%;
	margin: 1em auto 0;
	max-width: 1250px;
	padding: 0 1em 1.5em;
	font-family: avenir;
}

.wl-marketing .download-app {
	margin-top: 0;
	display: flex;
	align-items: center;
}

.wl-marketing .download-app .download-app-text {
	font-size: 14px;
	color: white;
	font-family: Avenir-Book;
	font-weight: 300;
	opacity: 0.9;
}

.wl-marketing .download-app .download-app-list {
	margin-top: 0;
	display: flex;
}

.wl-marketing .download-app .download-app-item {
	margin-left: 1em;
	width: 30px;
}

.wl-marketing .download-app .download-app-link {
	line-height: 1;
}

.wl-marketing .download-app .download-app-icon {
	width: 100%;
	max-width: 100%;
}

 .wl-products {
	 -webkit-box-flex: 3;
	 -webkit-flex: 3;
	 -ms-flex: 3;
	 flex: 3;
}
 .wl-products h2, .wl-links h2 {
	 color: white;
	 font-size: 16px;
	 padding-bottom: 0.1em;
	 margin-bottom: 20px;
}
 .wl-products a, .wl-links a {
	 color: white;
	 text-decoration: none;
	 display: block;
	 font-size: 15px;
	 line-height: 1.62em;
	 font-family: avenir-light;
	 font-weight: 300;
	 opacity: 0.7;
}

.wl-products a:hover{
	opacity: 1 !important;
}

 .wl-links {
	 -webkit-box-flex: 2;
	 -webkit-flex: 2;
	 -ms-flex: 2;
	 flex: 2;
}
 @media screen and (max-width: 525px) {
	 .wl-footer {
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		 -webkit-flex-direction: column;
		 -ms-flex-direction: column;
		 flex-direction: column;
		 -webkit-box-align: center;
		 -webkit-align-items: center;
		 -ms-flex-align: center;
		 align-items: center;
	}
	 .wl-basic {
		 text-align: center;
		 -webkit-box-pack: center;
		 -webkit-justify-content: center;
		 -ms-flex-pack: center;
		 justify-content: center;
		 margin-right: 0px;
	}
	 .wl-basic ul.social {
		 -webkit-box-pack: center;
		 -webkit-justify-content: center;
		 -ms-flex-pack: center;
		 justify-content: center;
		 margin-top: 2em;
	}
	 .wl-products {
		 text-align: center;
		 border-bottom: 1px solid white;
		 padding-bottom: 1em;
		 display: none;
	}
	 .wl-products:last-child {
		 border-bottom: none;
	}
	 .wl-links {
		 text-align: center;
	}
	 .wl-products h2, .wl-links h2 {
		 padding-bottom: 0px;
	}
	 .wl-dropdown-menu {
		 min-width: 285px;
	}
}
 @media screen and (min-width: 526px) and (max-width: 740px) {
	 .wl-footer {
		 -webkit-flex-wrap: wrap;
		 -ms-flex-wrap: wrap;
		 flex-wrap: wrap;
	}
	 .wl-basic {
		 -webkit-box-flex: 0;
		 -webkit-flex: none;
		 -ms-flex: none;
		 flex: none;
		 width: 100%;
		 text-align: center;
	}
	 .wl-basic .logo-text {
		 margin: auto;
		 padding-bottom: 1em;
	}
	 .wl-basic ul.social {
		 -webkit-box-pack: center;
		 -webkit-justify-content: center;
		 -ms-flex-pack: center;
		 justify-content: center;
	}

	 .wl-products {
		 -webkit-box-flex: 1;
		 -webkit-flex: 1;
		 -ms-flex: 1;
		 flex: 1;
	}
	 .wl-links {
		 text-align: right;
	}
}
 @media screen and (max-width: 1044px) and (min-width: 741px) {
	 .wl-basic {
		 -webkit-box-flex: 5;
		 -webkit-flex: 5;
		 -ms-flex: 5;
		 flex: 5;
	}
	 .wl-products {
		 -webkit-box-flex: 4;
		 -webkit-flex: 4;
		 -ms-flex: 4;
		 flex: 4;
	}
	 .wl-links {
		 -webkit-box-flex: 3;
		 -webkit-flex: 3;
		 -ms-flex: 3;
		 flex: 3;
	}
}
/************************** new footer styles ends here ***************************/
 @media screen and (max-width: 320px) {
	 .logo-container {
		 width: 75% !important;
	}
}
 @media screen and (max-width: 1080px) {
	 .footer-section {
		 width: 100%;
		 float: none;
		 text-align: center;
	}
	 footer .footer-container {
		 padding: 20px 15px;
	}
	 .footer-container .logo {
		 width: 150px;
	}
	 .footer-container .logo-text {
		 width: 100%;
		 text-align: center;
	}
	 footer .footer-container .links {
		 text-align: center;
	}
	 .footer-container .social {
		 display: block;
	}
	 .footer-container .social li {
		 display: inline-block;
	}
	 .logo.mobile {
		 display: -webkit-inline-box;
		 display: -webkit-inline-flex;
		 display: -ms-inline-flexbox;
		 display: inline-flex;
	}
	 .product-mobile {
		 display: block;
	}
	 .wl-dropdown-menu .third-elem {
		 border-radius: 0px;
	}
	 .mobile-only {
		 display: block !important;
		 padding: 0em !important;
	}
	 li.mobile-only a {
		 padding: 0.65em 1.5em;
	}
	 .product-desktop {
		 display: none;
	}
	 .profile .navbar-login-right, .profile .main-menu, button.mobile_menu, .logo.desktop {
		 display: none !important;
	}
	 .container-fluid {
		 padding-left: 0px;
		 padding-right: 0px;
	}
	 .logo-container {
		 width: auto !important;
	}
	 .wl-footer {
		 width: 95%;
	}
	 .wl-footer .wl-basic {
		 margin-right: 15px;
	}
}

@media screen and (max-width: 779px) {
	.wl-footer {
		width: 90%;
 }

	.wl-marketing {
		flex-direction: column;
		justify-content: center;
	}

	.wl-marketing .download-app {
		margin-top: 2em;
		flex-direction: column;
	}
	.wl-marketing .download-app .download-app-list {
		margin-top: 1em;
	}
}

@media screen and (max-width: 859px) and (min-width: 768px) {
	 .home-get-started {
		 background-size: cover !important;
	}
}

 @media screen and (max-width: 767px) {
	 header .row {
		 display: -webkit-box;
		 display: -webkit-flex;
		 display: -ms-flexbox;
		 display: flex;
	}
	 header .header_mob_menu {
		 z-index: 100;
	}
	 .logo-container {
		 -webkit-box-flex: 1;
		 -ms-flex: 1;
		 flex: 1;
		 -webkit-flex: 1;
		 text-align: left !important;
	}
	 .home-get-started {
		 margin-top: -80px;
		 height: 100vh;
	}
}

 @media screen and (max-width: 520px) {
	 .header .logo {
		 margin-top: 13px;
	}
	 header .logo img {
		 max-width: 147px;
	}
	 .wl-dropdown-menu li {
		 padding: 0.3em;
	}
	 .wl-dropdown-menu .second-elem {
		 padding: 0.3em 1em;
	}
	 .wl-dropdown-menu .third-elem {
		 padding: 0.5em 1em;
	}
}

.wl-header-section a:hover {
	opacity: 1 !important;
}
 .wl-header-section .wl-desktop-left {
	 align-items: flex-start;
}
 .wl-header-section .wl-desktop-right {
	 display: flex;
	 align-items: center;
}
.wl-header-section .wl-desktop-right li {
	list-style: none;
}
 .wl-header-section .wl-desktop-right .wl-header-btn {
	 font-family: Avenir;
	 font-size: 14px;
	 font-weight: 600;
	 text-align: left;
	 color: #fff;
	 border-radius: 29px;
	 width: 130px;
	 height: 36px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 margin-left: 14px;
	 cursor: pointer;
}
 header .mobile-only img {
	 max-width: 125px;
}
 header.sticky-header .wl-header-section .mobile-only img {
	 max-width: 125px;
}
 header .wl-header-section .main-menu a {
	 font-size: 15px;
}
 header .nav-toggle span, header .nav-toggle span:before, header .nav-toggle span:after, header .nav-toggle.active span:before, header .nav-toggle.active span:after, header .main-menu.btn-group:hover .nav-toggle span, header .main-menu.btn-group:hover .nav-toggle span:before, header .main-menu.btn-group:hover .nav-toggle span:after {
	 background: white;
}
 header .nav-toggle.active span {
	 background: transparent;
}
 header.sticky-header .nav-toggle span, header.insights-header .nav-toggle span, header.taxy-header .nav-toggle span, header.tracker-header .nav-toggle span, header.sticky-header .nav-toggle span:before, header.insights-header .nav-toggle span:before, header.taxy-header .nav-toggle span:before, header.tracker-header .nav-toggle span:before, header.sticky-header .nav-toggle span:after, header.insights-header .nav-toggle span:after, header.taxy-header .nav-toggle span:after, header.tracker-header .nav-toggle span:after, header.sticky-header .nav-toggle.active span:before, header.insights-header .nav-toggle.active span:before, header.taxy-header .nav-toggle.active span:before, header.tracker-header .nav-toggle.active span:before, header.sticky-header .nav-toggle.active span:after, header.insights-header .nav-toggle.active span:after, header.taxy-header .nav-toggle.active span:after, header.tracker-header .nav-toggle.active span:after, header.sticky-header .main-menu.btn-group:hover .nav-toggle span, header.insights-header .main-menu.btn-group:hover .nav-toggle span, header.taxy-header .main-menu.btn-group:hover .nav-toggle span, header.tracker-header .main-menu.btn-group:hover .nav-toggle span, header.sticky-header .main-menu.btn-group:hover .nav-toggle span:before, header.insights-header .main-menu.btn-group:hover .nav-toggle span:before, header.taxy-header .main-menu.btn-group:hover .nav-toggle span:before, header.tracker-header .main-menu.btn-group:hover .nav-toggle span:before, header.sticky-header .main-menu.btn-group:hover .nav-toggle span:after, header.insights-header .main-menu.btn-group:hover .nav-toggle span:after, header.taxy-header .main-menu.btn-group:hover .nav-toggle span:after, header.tracker-header .main-menu.btn-group:hover .nav-toggle span:after {
	 background: #193076;
}
 header.sticky-header .main-menu.btn-group .nav-toggle.active span, header.insights-header .main-menu.btn-group .nav-toggle.active span, header.taxy-header .main-menu.btn-group .nav-toggle.active span, header.tracker-header .main-menu.btn-group .nav-toggle.active span {
	 background: transparent;
}
 .sticky-header.taxy-header .wl-header-section .wl-desktop-right .wl-header-btn {
	 color: white;
}
 .insights-header .wl-header-section a {
	 color: #13307e;
}
 .insights-header .wl-header-section .mobile-only img.colored-logo {
	 display: block;
}
 .insights-header .wl-header-section .mobile-only img.white-logo {
	 display: none;
}
 .insights-header .wl-header-section .wl-desktop-left img.colored-logo {
	 display: block;
}
 .insights-header .wl-header-section .wl-desktop-left img.white-logo {
	 display: none;
}
 .insights-header .wl-header-section .wl-desktop-right .wl-header-btn {
	 color: #193076;
}
 .investment-header.taxy-header .wl-header-section a, .specific-taxy-header.taxy-header .wl-header-section a, .investment-header.tracker-header .wl-header-section a, .specific-taxy-header.tracker-header .wl-header-section a {
	 color: #193076;
}
 .investment-header .wl-header-section a, .specific-taxy-header .wl-header-section a {
	 color: white;
}
/* get-started selection modal*/
 .ui-dialog.ui-widget.ui-widget-content {
	 top: 0 !important;
	 right: 0 !important;
	 left: 0 !important;
	 bottom: 0 !important;
	 position: fixed !important;
	 width: 100vw !important;
	 height: 100vh !important;
	 background: rgba(14, 26, 65, 0.90);
	 border: none;
	 z-index: 1000;
}
 .ui-dialog .ui-dialog-title {
	 display: none;
}
 .ui-draggable .ui-dialog-titlebar {
	 background: transparent;
	 border: none;
}
 .get-start-modal {
	 display: flex;
	 align-items: center;
	 flex-direction: column;
	 height: 90vh;
	 margin-top: 10vh;
}
 .get-start-modal h1 {
	 font-size: 40px;
	 font-family: avenir-medium;
	 color: white;
	 letter-spacing: -0.32px;
	 margin-bottom: 0px;
	 margin-top: 0px;
}
 .get-start-modal .wl-onboard-selection {
	 display: flex;
	 max-width: 640px;
	 justify-content: space-around;
	 justify-content: space-between;
	 margin-top: 40px;
	 width: 90%;
	 align-items: flex-start;
}
 .get-start-modal .wl-onboard-selection .each-product {
	 width: 300px;
	 background: white;
	 border-radius: 4px;
	 box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.10);
	 text-align: center;
	 padding: 24px;
}
 .get-start-modal .wl-onboard-selection .each-product h2 {
	 font-family: Avenir-Heavy;
	 font-size: 18px;
	 color: #183076;
	 line-height: 20px;
}
 .get-start-modal .wl-onboard-selection .each-product p {
	 font-family: Avenir-Medium;
	 font-size: 14px;
	 color: #737373;
	 letter-spacing: 0;
	 max-width: 250px;
	 line-height: 20px;
	 margin: auto;
}
 .get-start-modal .wl-onboard-selection .each-product span {
	 font-family: Avenir-Medium;
	 font-size: 12px;
	 color: #4888e3;
}
 .get-start-modal .wl-onboard-selection .each-product .product-nav {
	 max-height: 0px;
	 overflow: hidden;
	 transition: max-height 0.15s ease-out;
	 margin-top: 22px;
}
 .get-start-modal .wl-onboard-selection .each-product:hover .product-nav {
	 max-height: 62px;
	 transition: max-height 0.25s ease-in;
}
 .ui-dialog .ui-dialog-titlebar-close {
	 display: none;
}
 #closeOnboardModal {
	 color: white;
	 position: fixed;
	 top: 10px;
	 right: 10px;
	 font-weight: 600;
	 cursor: pointer;
	 background: transparent;
	 border: none;
	 display: none;
	 transform: rotate(45deg);
	 font-size: 1.72em;
	 outline: none;
}
 .wl-dropdown-menu.wl-product-menu a {
	 padding: 0.5em 1.3em 0.5em;
}
 .wl-dropdown-menu.wl-product-menu a:first-child {
	 padding: 1em 1.3em 0.5em;
}
 .wl-dropdown-menu.wl-product-menu a:last-child {
	 padding: 0.5em 1.3em 1em;
}
 .wl-dropdown-menu.wl-product-menu a:hover img {
	 filter: invert(0%) grayscale(70%);
	 transition: all 0.2s linear;
}
 .wl-dropdown-menu.wl-product-menu a:hover p.offering-name {
	 color: #444;
}
 .wl-product-menu::before {
	 content: "";
	 position: absolute;
	 left: calc(40% - 10px);
	 margin-top: -7px;
	 width: 14px;
	 z-index: -1;
	 height: 14px;
	 background: #fff;
	 transform: rotate(45deg);
}
 .wl-dropdown.desktop-menu:hover .wl-dropdown-menu.dropdown-menu {
	 opacity: 1 !important;
	 transition: opacity 0.25s ease-in-out;
	 -moz-transition: opacity 0.25s ease-in-out;
	 -webkit-transition: opacity 0.25s ease-in-out;
	 pointer-events: auto;
	 padding: 0px;
}
 .wl-dropdown.desktop-menu ul.wl-dropdown-menu a {
	 text-transform: inherit;
}
 .wl-dropdown.desktop-menu.desktop-menu ul.wl-dropdown-menu {
	 left: 50%;
	 right: auto;
	 text-align: center;
	 transform: translate(-50%, 0);
}
 .wl-dropdown.desktop-menu.desktop-menu ul.wl-dropdown-menu.dropdown-menu:before {
	 content: "";
	 position: absolute;
	 left: calc(50% - 10px);
	 margin-top: -7px;
	 width: 14px;
	 z-index: -1;
	 height: 14px;
	 background: white;
	 transform: rotate(45deg);
}
 .wl-dropdown-menu .offering-name {
	 font-family: avenir;
	 font-size: 15px;
	 margin-bottom: 5px;
	 line-height: 20px;
	 color: #193076;
}
 .wl-dropdown-menu .offering-dec {
	 font-family: avenir;
	 margin-bottom: 0px;
	 font-size: 12px;
	 color: #666;
}
 .wl-dropdown-menu .offering-span {
	 font-family: avenir;
	 color: #3eb2fa;
	 font-size: 11px;
	 font-weight: 500;
}
 .wl-dropdown-menu li img {
	 width: 50px;
	 height: auto;
}
 .footer-disclaimer {
	 width: 85%;
	 margin: auto;
	 max-width: 1250px;
	 font-family: Avenir;
	 padding-top: 1.2em;
}
 .footer-disclaimer p, .footer-disclaimer span {
	 font-size: 12px;
	 color: #ccc;
}
.footer-disclaimer p {
	margin-bottom: 10px;
}
.footer-copyright-container {
	margin-top: 5rem;
	border-top: 1px solid #ccc;
}
.footer-copyright{
	width: 85%;
	margin: auto;
	padding: 2rem 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.copyright-text-name {
	color: #61788e;
	font-family: Avenir-Heavy;
}
.copyright-text {
	color: #9aa8b6;
	font-family: Avenir-Book;
	font-size: 1.4rem;
}
.copyright-text-links {
	color: #4a90e2;
	font-family: Avenir-Book;
}
.copyright-text-links:hover {
	text-decoration: underline;
}
.footer-copyright .social {
	display: inline-flex;
	align-items: center;
	margin-top: 0;
}
.footer-copyright .social .social-item {
	margin-left: 1.5rem;
}
 @media screen and (max-width: 1080px) {
	 .desktop-only {
		 display: none !important;
	}
}
 @media screen and (max-width: 730px) {
	 .footer-copyright {
			flex-direction: column;
	 }
	 .footer-copyright .social {
		 margin-top: 2rem;
	 }
	 .get-start-modal .wl-onboard-selection {
		 flex-direction: column;
	}
	 .get-start-modal .wl-onboard-selection .each-product {
		 width: 100%;
		 display: flex;
	}
	 .get-start-modal .wl-onboard-selection .each-product:hover .product-nav {
		 max-height: 100%;
		 transition: max-height 0.25s ease-in;
	}
	 .get-start-modal .wl-onboard-selection .each-product:first-child {
		 margin-bottom: 20px;
	}
	 .get-start-modal .wl-onboard-selection .each-product .prod-details {
		 display: flex;
		 flex: 1;
		 align-items: center;
	}
	 .get-start-modal .wl-onboard-selection .each-product .prod-details > div {
		 flex: 1;
		 text-align: left;
		 padding-left: 2em;
	}
	 .get-start-modal .wl-onboard-selection .each-product .prod-details > div h2 {
		 margin-top: 0px;
	}
	 .get-start-modal .wl-onboard-selection .each-product .prod-details > div p {
		 width: auto;
		 margin: 0;
	}
	 .get-start-modal .wl-onboard-selection .each-product .product-nav {
		 display: flex;
		 align-items: center;
		 max-height: 100%;
		 margin-top: 0px;
	}
}
 @media screen and (max-width: 500px) {
	 .get-start-modal h1 {
		 font-size: 28px;
	}
	 .get-start-modal .wl-onboard-selection {
		 width: 95%;
	}
	 .get-start-modal .wl-onboard-selection .each-product {
		 padding: 20px;
	}
	 .get-start-modal .wl-onboard-selection .each-product img {
		 max-width: 80px;
	}
	 .get-start-modal .wl-onboard-selection .each-product .prod-details > div {
		 padding-left: 20px;
	}
	 .get-start-modal .wl-onboard-selection .each-product .product-nav {
		 max-width: 41px;
		 margin-left: 5px;
		 padding: 0px;
	}
}
 @media screen and (max-width: 400px) {
	 .get-start-modal .wl-onboard-selection .each-product {
		 padding: 20px 15px;
	}
	 .get-start-modal .wl-onboard-selection .each-product img {
		 max-width: 65px;
	}
	 .get-start-modal .wl-onboard-selection .each-product .prod-details > div h2 {
		 font-size: 15px;
		 margin-bottom: 4px;
	}
	 .get-start-modal .wl-onboard-selection .each-product .prod-details > div p {
		 font-size: 12px;
		 line-height: 17px;
	}
	 .get-start-modal .wl-onboard-selection .each-product .prod-details > div span {
		 font-size: 11px;
	}
	 .get-start-modal .wl-onboard-selection .each-product .product-nav img {
		 max-width: 35px;
		 display: none;
	}
}
