.review-stats {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
.review-stats .review-stats__stat {
  width: 85px;
  display: table-cell;
  text-align: center;
  vertical-align: top;
}
.review-stats .review-stats__stat .score {
  font-size: 4.1em;
  font-weight: 100;
  margin: 0;
  padding-top: 0.05em;
  margin-bottom: -0.05em;
  opacity: 0.82;
  line-height: 0.8em;
  letter-spacing: 1px;
}
.review-stats .review-stats__stat span {
  font-size: 0.9em;
  padding-left: 3px;
}
.review-stats .review-stats__data-bars {
  display: table-cell;
  padding: 0 0.75em 0 0.8em;
}
.review-stats .review-stats__data-bars .data-bar {
  margin: 4px 0 8px 0;
  height: 6px;
}
.review-stats .review-stats__data-bars .data-bar:before {
  background: #D0D7E0;
}
.review-stats .review-stats__stars {
  width: 51px;
  display: table-cell;
  vertical-align: top;
  text-align: right;
  line-height: 0;
}
.review-stats .review-stats__stars .star-rating {
  font-size: 0.66em;
  margin-bottom: 2px;
  margin-top: 2px;
}
.review-stats .review-stats__stars .star-rating:before {
  display: none;
}
.review-stats .review-stats__stars .star-rating:after {
  color: #A6ACB3;
}
@media screen and (max-width: 640px) and (min-width: 421px) {
  .review-stats {
    padding-right: 2.1em;
  }
}
@media screen and (max-width: 420px) and (min-width: 0px) {
  .review-stats {
    padding-right: 1.8em;
  }
}


.skills-icons {
  margin-left: -1.4em;
  margin-right: -1.4em;
  position: relative;
  text-align: left;
}
.skills-icons:after {
  content: "";
  display: table;
  clear: both;
}
.skills-icon {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  border-radius: 0.5em;
  float: left;
  width: 18%;
  padding: 0;
  height: 10.1em;
  position: relative;
  margin: 1%;
  display: inline-block;
  line-height: 0.25em;
}
.skills-icon .icon {
  display: block;
  background-color: #F3F7FA;
  border: 1px solid #E4EAF2;
  margin: 0 auto;
  font-size: 2.8em;
  width: 1.8em;
  padding: 0.35em 0.36em 0.39em 0.36em;
  height: 1.8em;
  border-radius: 50%;
  position: relative;
}
.skills-icon p {
  padding: 0.95em 1em;
  border-radius: 0 0 0.5em 0.5em;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: block;
  font-size: 0.94em;
  letter-spacing: 0.01em;
  line-height: 1.4em;
  margin-bottom: 0;
  opacity: 0.9;
}
@media screen and (min-width: 0px) and (max-width: 395px) {
  .skills-icon { width: 48%; height: 9.2em }
  .skills-icon .icon { font-size: 2.4em }
  .skills-icon p { max-width: max-width: 88% }
}
@media screen and (min-width: 396px) and (max-width: 510px) {
  .skills-icon { width: 31%}
}
@media screen and (min-width: 511px) and (max-width: 705px) {
  .skills-icon { width: 23%}
}


.review-segments {
  height: 21.5em;
  position: relative;
}

.review-segments .review-segments__data-bars {
  height: 100%;
  text-align: justify;
  z-index: 2;
}
.review-segments .review-segments__data-bars:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.review-segments .review-segments__data-bars .data-bar-vert {
  display: inline-block;
  text-align: center;
  width: 3em;
  box-shadow: none;
  border-radius: 2em 2em 0 0;
  margin: 0;
}
.review-segments .review-segments__data-bars .data-bar-vert:before{
  background: rgba(255,255,255,0.4)
}

.review-segments .review-segments__data-bars .data-bar-vert .data-bar-vert__label{
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 50%;
  white-space: nowrap;
  transform: rotate(-90deg);
  font-weight: 300;
  letter-spacing: 0.07em;
  transform-origin: center left;
  font-size: 0.95em;
  color: #FFF;
  text-shadow: 1px 0px 2px rgba(0, 0, 10, 0.2);
  -webkit-font-smoothing: subpixel-antialiased;
}
.review-segments .review-segments__data-bars .data-bar-vert .data-bar-vert__label.label--in-bar{
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0%;
  white-space: nowrap;
  transform: rotate(-90deg);
  transform-origin: bottom left;
  opacity: 0.6;
}
.review-segments .review-segments__y-axis {
  margin: 0 -3em;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.review-segments .review-segments__y-axis + .review-segments__data-bars {
  padding-right: 3.5em;
}
.review-segments .review-segments__y-axis div {
  width: 100%;
  height: 20%;
  font-size: 0.9em;
  padding-right: 3.5em;
  border-bottom: 1px solid #EAEFF5;
  background-color: #F9FBFC;
  line-height: 2.5em;
  text-align: right;
  font-weight: 500;
  color: rgba(58, 72, 88, 0.6);
}
.review-segments .review-segments__y-axis div:first-child {
  border-top: 1px solid #EAEFF5;
}
.review-segments .review-segments__y-axis div:nth-child(even) {
  background-color: #F3F7FA;
}
.review-segments .review-segments__data-bars .data-bar-vert:after {
  content: attr(data-percent) '%';
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  width: 2.6em;
  height: 2.6em;
  line-height: 2.6em;
  background-color: #FFF;
  margin-top: 0.5em;
  top: 0;
  z-index: 3;
  font-size: 0.85em;
  box-shadow: 0 4px 40px 0px rgba(22, 34, 69, 0.15);
  letter-spacing: -0.04em;
  font-weight: 600;
  color: rgba(58, 72, 88, 0.8);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.review-stat-boxes {
  text-align: center;
}
.review-stat-boxes .main-copy__content {
  padding: 2.5em;
}

.review-stat-boxes .icon.icon--thumbs-up:before {
  transform: translateY(-13%);
}

.main-copy .grid.grid--cards.review-stat-boxes > .grid__item {
  padding: 2.7em 2.75em;
}

.main-copy .grid.review-stat-boxes > .grid__item > p {
  min-height: 0;
  text-align: center;
  line-height: 1.3em;
  max-width: 7em;
  margin: 0.3em auto 0 auto;
  opacity: 0.7;
  font-size: 0.95em;
}
.review-stat-boxes h2 {
  margin-bottom: 0;
  font-size: 1.75em;
}
.main-copy .grid.review-stat-boxes > .grid__item .icon {
  width: 100%;
  margin-bottom: 0.3em;
}


.review-stat-boxes .icon span {
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  width: 2.5em;
  text-align: center;
  height: 2.5em;
  line-height: 2.5em;
  background-color: rgba(255,255,255,0.9);
  top: 47%;
  z-index: 3;
  font-size: 17px;
  box-shadow: 0 4px 40px 0px rgba(22, 34, 69, 0.15);
  letter-spacing: -0.04em;
  font-weight: 500;
  color: rgba(58, 72, 88, 0.8);
  left: 60%;
  margin-left: 0;
  padding-top: 0;
  text-shadow: none;
}



.review-stat-boxes .icon--thumbs-up span {
  color: rgba(73, 177, 167, 1.0)
}
.review-stat-boxes .icon--thumbs-down span {
  color: rgba(218, 86, 113, 1.0)
}
.review-stat-boxes .icon--comment span {
  color: rgba(105, 129, 182, 1.0)
}
.review-stat-boxes .icon--star span {
  color: rgba(222, 152, 96, 1.0);
}


@media screen and (max-width: 900px) {
  .grid--halves.review-stat-boxes > [class*='grid__item'] {
      width: 47.6%;
  }
}

@media screen and (max-width: 440px) {
  .main-copy .grid.grid--cards.review-stat-boxes > .grid__item {
      font-size: 90%;
      padding: 2.25em 2.8em;
  }
  .main-copy .grid.grid--cards.review-stat-boxes > .grid__item h2 {
    font-weight: 300;
    font-size: 1.25em;
    line-height: 1.5em;
    margin-top: 0.25em;
  }

}

@media screen and (max-width: 325px) {
  .main-copy .grid.grid--cards.review-stat-boxes > .grid__item {
      padding: 2em 2.8em;
  }
}



.tool-categories {
  text-align: right;
  margin-left: -1.4em;
  margin-right: -1.4em;
  position: relative;
}

.tool-categories li {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  border-radius: 0.5em;
  width: 47.7%;
  height: 4.6em;
  position: relative;
  margin: 1%;
  display: inline-block;
  line-height: 0.25em;
  background-color: #f2f5f7;
  border-radius: 0.75em;
  white-space: nowrap;
}


@media screen and (max-width: 900px) {
  .tool-categories li {
    width: 47%;
  }
}

@media screen and (max-width: 670px) {
  .tool-categories li {
    width: 100%;
  }
}


.tool-categories li .icon {
  margin-left: 0 !important;
  display: inline-block;
  background-color: #FFF;
  border-right: 1px solid #E4EAF2;
  margin: 0 auto;
  font-size: 2.8em;
  width: 1.6em;
  padding: 0.35em 0.37em 0.38em 0.43em;
  height: 100%;
  border-radius: 0.25em 0 0 0.25em;
  vertical-align: middle;
  position: relative;
  margin-right: -1.6em;
}

.tool-categories li span {
  border-radius: 0 0 0.5em 0.5em;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  position: static;
  display: inline-block;
  font-size: 0.94em;
  letter-spacing: 0.01em;
  line-height: 1.4em;
  margin-bottom: 0;
  opacity: 0.9;
  width: 100%;
  white-space: normal;
  padding-left: 5.5em;
  padding-right: 1em;
  padding-top: 0;
  padding-bottom: 0;
}
.tool-categories li:after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0;
  background: rgba(84, 149, 207, 0);
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: '';
  border-radius: 0.75em;
  border: 1px solid rgba(172, 181, 194, 0.4);
  box-shadow: none;
  -webkit-box-shadow: none;
}

@media screen and (max-width: 540px) {
  .js__paralax.jumbo--offset-fade-for-mobile {
    overflow: visible;
  }
}





.profile__subnav {
  margin-top: 3em;
  padding: 0 3em;
  background-color: #2a3545;
  position: relative;
}
.profile__subnav .subnav {
  display: block;
  width: 100%;
}
.profile__subnav .subnav ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  height: 4em;
  padding-top: 4px;
}
.profile__subnav .subnav li {
  cursor: pointer;
  display: table-cell;
  width: 5em;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: border 0.3s ease-in-out;
  -moz-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
  border-left-color: rgba(0, 0, 0, 0.1);
}
.profile__subnav .subnav li:nth-child(1) {
  width: 4.3em;
}
.profile__subnav .subnav li:nth-child(3) {
  width: 4em;
}
.profile__subnav .subnav li, .profile__subnav .subnav li.spacer:hover {
  border-bottom: 4px solid rgba(87, 150, 205, 0);
}
.profile__subnav .subnav li.spacer {
  width: auto;
}
.profile__subnav .subnav li.active:hover, .profile__subnav .subnav li.active {
  border-bottom: 4px solid rgba(87, 150, 205, 1);
}
.profile__subnav .subnav li span {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.profile__subnav .subnav li span i {
  color: rgba(255, 255, 255, 0.5);
  margin-right: 5px;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 640px) {
  .profile__subnav {
    padding: 0 2em;
  }
}
@media screen and (max-width: 500px) {
  .profile__subnav {
    padding: 0;
  }
  .profile__subnav .subnav ul {
    padding-top: 0;
    font-size: 95%;
  }
  .profile__subnav .subnav ul li {
    height: 5em;
    width: 19% !important;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  .profile__subnav .subnav ul li:first-child {
    border-left: none;
  }
  .profile__subnav .subnav ul li, .subnav ul li:hover, .subnav ul li.active, .subnav ul li.active:hover {
    border-bottom: none;
  }
  .profile__subnav .subnav li.spacer {
    display: none;
  }
  .profile__subnav .subnav li span i {
    font-size: 1.2em;
    display: block;
    text-align: center;
    margin: 0.5em 0 0.1em 0;
  }
}

@media screen and (max-width: 540px) {
  .profile__subnav {
    position: fixed;
    top: 0;
    margin-top: 0;
    background: rgba(34, 43, 57, 0.9);
    z-index: 550;
  }
  .jumbo.jumbo--adviser-profile .jumbo__content {
    padding-top: 6em;
    padding-bottom: 9em;
  }
  .jumbo.jumbo--adviser-profile .jumbo__cover-img {
    box-shadow: rgb(228, 234, 242) 0px -160px 60px -100px inset;
    border: none;
  }
  .jumbo.jumbo--adviser-profile {
    box-shadow: rgb(228, 234, 242) 0px -160px 60px -100px inset;
  }
}





@media screen and (min-width: 565px) {
  .main-copy .main-copy__content > dl.full-width > dt.tool__category + dd {
      padding-left: 10em;
    }
  dt.tool__category + dd ul {
    font-size: 95%;
  }
  .main-copy__content dl dt.tool__category + dd ul li {
    margin-top: 0;
    margin-bottom: 0.5em;
    margin-left: 0.1em;
  }
  dt.tool__category + dd li {
    display: inline-block;
    padding: 3em 1.25em 0.75em 1.25em;
    position: relative;
    background-color: #F3F7FA;
    border: 1px solid #EAEFF5;
    border-radius: 2em;
  }
  dl.full-width dt.tool__category + dd li {
    background-color: #FFF;
  }
  dt.tool__category + dd li .icon {
    margin: 0;
    position: absolute;
    top: 1em;
    left: 50%;
    transform: translateX(-50%);
  }
  dt.tool__category + dd li {
    padding: 0.7em 1.3em 0.8em 3.25em;
  }
  dt.tool__category + dd li .icon {
    font-size: 80%;
    transform: none;
    left: 1.5em;
    top: 0.9em;
  }
}
