.user-menu {
  font-family: Catamaran, sans-serif;
  font-weight: 400;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  display: inline-block;
}
#userMenuToggle {
  border: none;
  background: none;
  width: 40px;
  height: 40px;
  vertical-align: middle;
	cursor: pointer;
}
.the-user {
  border: none;
  padding: 0px;
  cursor: pointer;
}
.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 120px;
  z-index: 999;
  color: var(--wp--preset--color--custom-text);
  font-size: 90%;
  background-color: #fff;
}
.dropdown a {
  display: block;
  padding: 10px;
  text-decoration: none;
}
.dropdown a:hover {
  background-color: #FAFAFA;
}
.capitalise {
  text-transform: capitalize
}
.logout:after {
  display: inline-block;
  content: '';
  background: url(log-out-dark.svg) no-repeat;
  background-size: 18px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 20px;
}
p.loggedin {
  padding-top: 1.5em;
}
.wp-block-group.bkgd-lineargradient {
  background: linear-gradient(to bottom, #6292cdcc 86%, #ffffff 14%);
}
.advisors-menu.wp-block-navigation {
  padding-bottom: 30px;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 30px
}
.advisors-menu.wp-block-navigation a:hover {
  text-decoration: none;
  font-weight: bold
}
.profile-image {
  display: inline-block;
  background: white;
  border: 25px solid white;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-top: 20px !important;
}
.profile-image img {
  width: 300px;
  height: auto;
}