.HoneycombShell {
  font-size: 14px;
  width: 100%;
  /**
 * Animations
 */
}
.HoneycombShell * {
  box-sizing: border-box;
}
.HoneycombShell .fade-enter,
.HoneycombShell .fade-appear {
  opacity: 0;
}
.HoneycombShell .fade-enter.fade-enter-active,
.HoneycombShell .fade-appear.fade-enter-active,
.HoneycombShell .fade-enter.fade-appear-active,
.HoneycombShell .fade-appear.fade-appear-active {
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}
.HoneycombShell .sectheme-blue {
  background-color: #417CCA;
}
.HoneycombShell .fade-leave {
  opacity: 1;
}
.HoneycombShell .fade-leave.fade-leave-active {
  opacity: 0;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}
.HoneycombShell .course-video-area {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  line-height: 0;
  padding: 50px 10px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999999;
}
.HoneycombShell .course-video-area video {
  width: 100%;
}
.HoneycombShell .course-video-panel {
  background-color: #fff;
  margin: 0 auto;
  max-width: 950px;
  position: relative;
}
.HoneycombShell .course-video-top-bar {
  border-bottom: 1px solid #e7e7e7;
  height: 50px;
  padding: 0 10px;
}
.HoneycombShell .course-video-top-bar button {
  vertical-align: middle;
}
.HoneycombShell .icon-btn {
  background-color: transparent;
  border: 0;
  height: 48px;
  outline: 0;
  position: relative;
  width: 48px;
}
.HoneycombShell .icon-btn svg {
  display: inline-block;
  fill: #D06125;
  height: 24px;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}
.HoneycombShell .close-btn {
  float: right;
}
.HoneycombShell .close-btn svg {
  fill: #666666;
}
.HoneycombModule .xs .menu.collapse .menu-links {
  border: 0;
  padding: 0;
  right: -20px;
  top: 60px;
  width: calc(100% + 40px);
}
.HoneycombModule .xs .breadcrumb {
  display: none;
}
.HoneycombModule .sm .menu.collapse .menu-links {
  top: 5px;
}
.HoneycombModule .xs .app-bar,
.HoneycombModule .sm .app-bar {
  line-height: 60px;
  min-height: 60px;
}
.HoneycombModule .xs .app-title-divider,
.HoneycombModule .sm .app-title-divider {
  height: 28px;
  margin-right: 20px;
}
.HoneycombModule .xs .app-title,
.HoneycombModule .sm .app-title {
  font-size: 16px;
}
.HoneycombModule .xs .app-title img,
.HoneycombModule .sm .app-title img {
  margin-right: 20px;
}
.HoneycombModule .xs .menu.collapse.expanded .menu-toggle:before,
.HoneycombModule .sm .menu.collapse.expanded .menu-toggle:before {
  content: ;
  display: none;
  background-color: transparent;
}
.HoneycombModule .no-animate {
  -webkit-transition: none !important;
  transition: none !important;
}
.HoneycombModule .app-bar {
  box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
  line-height: 95px;
  min-height: 95px;
  padding: 0 20px;
  -webkit-transition: padding 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: padding 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  white-space: nowrap;
}
.HoneycombModule .app-title {
  font-family: "RobotoCondensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto;
  max-width: 960px;
  position: relative;
  color: #666666;
}
.HoneycombModule .app-title a {
  cursor: pointer;
}
.HoneycombModule .app-title img {
  margin-right: 28px;
  vertical-align: middle;
}
.HoneycombModule .app-title-divider {
  background-color: #bdbdbd;
  display: inline-block;
  height: 55px;
  margin-right: 28px;
  vertical-align: middle;
  width: 1px;
}
.HoneycombModule .menu {
  display: block;
  line-height: 50px;
}
.HoneycombModule .menu .menu-toggle {
  display: none;
}
.HoneycombModule .menu .menu-links {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.HoneycombModule .menu .menu-link {
  color: #949494;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.HoneycombModule .menu .menu-link:hover {
  text-decoration: none;
}
.HoneycombModule .menu .menu-link.selected {
  border-bottom: 4px solid #417CCC;
  color: #417CCC;
}
.HoneycombModule .menu .menu-link.complete .menu-link-checkmark {
  color: #010101;
}
.HoneycombModule .menu .menu-link-checkmark {
  color: #bdbdbd;
  display: none;
}
.HoneycombModule .menu .menu-link-flag {
  color: #bdbdbd;
  display: none;
}
.HoneycombModule .menu.collapse {
  display: inline-block;
  float: right;
  line-height: inherit;
}
.HoneycombModule .menu.collapse .menu-toggle {
  display: inline-block;
  position: relative;
  z-index: 999;
}
.HoneycombModule .menu.collapse .menu-links {
  background-color: #fff;
  border-left: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  border-top: 1px solid #bcbcbc;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  display: inline-block;
  opacity: 0;
  right: 0;
  padding-top: 48px;
  position: absolute;
  top: 22px;
  visibility: hidden;
  width: auto;
  z-index: 999;
  -webkit-transition: opacity 350ms ease-in-out;
  transition: opacity 350ms ease-in-out;
}
.HoneycombModule .menu.collapse .menu-link {
  border-top: 1px solid #bcbcbc;
  display: block;
  line-height: 100%;
  margin: 0;
  padding: 15px 50px;
  position: relative;
}
.HoneycombModule .menu.collapse .menu-link.selected {
  border-bottom: 0;
}
.HoneycombModule .menu.collapse .menu-link:last-child {
  border-bottom: 1px solid #bcbcbc;
}
.HoneycombModule .menu.collapse .menu-link-checkmark {
  display: block;
  left: 15px;
  position: absolute;
  top: 10px;
}
.HoneycombModule .menu.collapse .menu-link-flag {
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
}
.HoneycombModule .menu.collapse.expanded .menu-links {
  opacity: 1;
  visibility: visible;
}
.HoneycombModule .menu.collapse.expanded .menu-toggle:before {
  background-color: #bdbdbd;
  content: '';
  display: inline-block;
  height: 28px;
  left: -5px;
  position: absolute;
  top: 10px;
  width: 1px;
}
.HoneycombModule .breadcrumb {
  width: calc(100% - 250px);
  display: inline-block;
  word-wrap: normal;
}
.HoneycombModule .md .breadcrumb {
  width: calc(100% - 280px);
}
.HoneycombModule .icon-btn {
  background-color: transparent;
  border: 0;
  height: 48px;
  outline: 0;
  position: relative;
  vertical-align: middle;
  width: 48px;
}
.HoneycombModule .icon-btn .material-icons {
  left: 12px;
  position: absolute;
  top: 12px;
}
.HoneycombModule footer {
  background-color: #d36029;
  height: 10px;
  display: none;
}
.HoneycombTopic {
  /**
 * Animations
 */
}
.HoneycombTopic .section-appear > .transition-target {
  opacity: 0;
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
}
.HoneycombTopic .section-appear.section-appear-active > .transition-target {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 150ms ease-out, -webkit-transform 500ms ease-in-out;
  transition: opacity 150ms ease-out, transform 500ms ease-in-out;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.HoneycombTopic .section-appear:not(:first-child) > .transition-target {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}
.HoneycombTopic .no-animate {
  -webkit-transition: none !important;
  transition: none !important;
}
.HoneycombTopic .topic-child {
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
}
.HoneycombTopic .topic {
  display: block;
  overflow: hidden;
}
.HoneycombActivity .bottom-bar {
  text-align: center;
  margin: 30px auto 0;
  position: relative;
  clear: both;
  color: #444;
  z-index: 10;
}
.HoneycombActivity .bottom-bar.active {
  z-index: 9999999;
}
.HoneycombActivity .bottom-bar .material-icons {
  display: inline-block;
  font-size: 30px;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  color: #fff;
  cursor: pointer;
}
.HoneycombActivity .bottom-bar .pop-up {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 300px;
  padding: 20px;
  background-color: #fff;
  text-align: left;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.55);
}
.HoneycombActivity .bottom-bar .pop-up p {
  margin-bottom: 0;
}
.HoneycombActivity .bottom-bar .pop-up:before,
.HoneycombActivity .bottom-bar .pop-up:after {
  border-style: solid;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.HoneycombActivity .bottom-bar .pop-up:before {
  z-index: 1;
}
.HoneycombActivity .bottom-bar .pop-up:after {
  top: calc(50% + 5px);
  z-index: 0;
}
.HoneycombActivity .bottom-bar .pop-up.help {
  left: calc(50% - 200px);
}
.HoneycombActivity .bottom-bar .pop-up.help:before,
.HoneycombActivity .bottom-bar .pop-up.help:after {
  border-width: 10px 0 10px 15px;
  left: 100%;
}
.HoneycombActivity .bottom-bar .pop-up.help:before {
  border-color: transparent transparent transparent #fff;
}
.HoneycombActivity .bottom-bar .pop-up.help:after {
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.55);
}
.HoneycombActivity .bottom-bar .pop-up.info {
  left: calc(50% + 200px);
}
.HoneycombActivity .bottom-bar .pop-up.info:before,
.HoneycombActivity .bottom-bar .pop-up.info:after {
  border-width: 10px 15px 10px 0;
  right: 100%;
}
.HoneycombActivity .bottom-bar .pop-up.info:before {
  border-color: transparent #fff transparent transparent;
}
.HoneycombActivity .bottom-bar .pop-up.info:after {
  border-color: transparent rgba(0, 0, 0, 0.55) transparent transparent;
}
@media screen and (max-width: 768px) {
  .HoneycombActivity .bottom-bar .pop-up {
    bottom: 50px;
    left: 50% !important;
    top: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 99999;
  }
  .HoneycombActivity .bottom-bar .pop-up:before,
  .HoneycombActivity .bottom-bar .pop-up:after {
    bottom: -15px;
    top: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .HoneycombActivity .bottom-bar .pop-up.help:before,
  .HoneycombActivity .bottom-bar .pop-up.info:before,
  .HoneycombActivity .bottom-bar .pop-up.help:after,
  .HoneycombActivity .bottom-bar .pop-up.info:after {
    border-width: 15px 10px 0 10px !important;
    left: 20%;
    right: auto;
  }
  .HoneycombActivity .bottom-bar .pop-up.help:before,
  .HoneycombActivity .bottom-bar .pop-up.info:before {
    border-color: #fff transparent transparent transparent;
  }
  .HoneycombActivity .bottom-bar .pop-up.help:after,
  .HoneycombActivity .bottom-bar .pop-up.info:after {
    border-color: rgba(0, 0, 0, 0.55) transparent transparent transparent;
    left: 18%;
  }
  .HoneycombActivity .bottom-bar .pop-up.help:after {
    left: 44%;
  }
  .HoneycombActivity .bottom-bar .pop-up.help:before {
    left: 43%;
  }
  .HoneycombActivity .bottom-bar .pop-up.info:after {
    left: 56%;
  }
  .HoneycombActivity .bottom-bar .pop-up.info:before {
    left: 57%;
  }
}
.HoneycombVideoHero .hero {
  color: #fff;
  margin-bottom: 50px;
}
.HoneycombVideoHero .hero.xs .video-wrapper {
  border: 0;
}
.HoneycombVideoHero .hero.xs video {
  visibility: visible;
}
.HoneycombVideoHero .hero.xs,
.HoneycombVideoHero .hero.sm {
  margin-bottom: 0;
}
.HoneycombVideoHero .hero.xs h1,
.HoneycombVideoHero .hero.sm h1 {
  font-size: 30px;
  margin-bottom: 0;
}
.HoneycombVideoHero .hero.xs .body-text,
.HoneycombVideoHero .hero.sm .body-text {
  display: none;
}
.HoneycombVideoHero .hero.xs .body-text-phone,
.HoneycombVideoHero .hero.sm .body-text-phone {
  display: block;
}
.HoneycombVideoHero .content-area {
  background-size: cover;
  padding: 60px 10px;
}
.HoneycombVideoHero .content {
  margin: 0 auto;
  max-width: 984px;
}
.HoneycombVideoHero h1 {
  font-size: 60px;
  font-weight: 100;
  margin-bottom: 15px;
  margin-top: 0;
}
.HoneycombVideoHero .vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.HoneycombVideoHero .text-area {
  padding-right: 10%;
}
.HoneycombVideoHero .body-text p:first-child,
.HoneycombVideoHero .body-text-phone p:first-child {
  margin-top: 0;
}
.HoneycombVideoHero .body-text-phone {
  color: #212121;
  display: none;
  padding: 20px;
}
.HoneycombVideoHero .video-wrapper {
  border: 1px solid #fff;
  line-height: 0;
  position: relative;
}
.HoneycombVideoHero .video-wrapper.playing {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999999999;
}
.HoneycombVideoHero .video-wrapper.playing video {
  visibility: visible;
  left: 50%;
  position: absolute;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.HoneycombVideoHero .video-wrapper.playing .play-button {
  display: none;
}
.HoneycombVideoHero video {
  margin-bottom: 20px;
  width: 100%;
}
.HoneycombVideoHero .video-area video {
  margin-bottom: 0;
}
.HoneycombVideoHero .play-button {
  background-color: transparent;
  border: 5px solid #fff;
  border-radius: 48px;
  height: 48px;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
  outline: 0;
  position: absolute;
  top: 50%;
  width: 48px;
}
.HoneycombVideoHero .play-button svg {
  display: inline-block;
  fill: #ffffff;
  height: 24px;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}
.HoneycombOverviewSection .section.xs {
  padding: 0;
}
.HoneycombOverviewSection .section.xs .col {
  border-right: 0;
}
.HoneycombOverviewSection .section.xs .section-body {
  margin-bottom: 0;
}
.HoneycombOverviewSection .section.xs .row {
  margin-left: 0;
  margin-right: 0;
}
.HoneycombOverviewSection .section.xs .section-header {
  margin-bottom: 0;
}
.HoneycombOverviewSection .section.xs .section-body {
  margin-left: 0;
  margin-right: 0;
}
.HoneycombOverviewSection .section.sm .col:nth-child(even) {
  border-right: 0;
}
.HoneycombOverviewSection .section.sm .col:nth-child(1),
.HoneycombOverviewSection .section.sm .col:nth-child(2) {
  margin-bottom: 10px;
}
.HoneycombOverviewSection .section {
  background-color: #fff;
  margin: 0 auto;
  max-width: 984px;
  padding: 0 10px;
  position: relative;
}
.HoneycombOverviewSection .section-header {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  padding-left: 16px;
}
.HoneycombOverviewSection .section-body {
  margin-bottom: 50px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0;
  position: relative;
}
.HoneycombOverviewSection .overview-container {
  display: table;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
}
.HoneycombOverviewSection .overview-row {
  display: table-row;
}
.HoneycombOverviewSection .overview-col {
  border-right: 1px solid #bdbdbd;
  display: table-cell;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  vertical-align: top;
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
}
.HoneycombOverviewSection .overview-col:last-child {
  border-right: 0;
}
.HoneycombOverviewSection .clear {
  clear: both;
}
.HoneycombOverviewTile {
  color: #666666;
  font-size: 14px;
}
.HoneycombOverviewTile .xs {
  border-bottom: 1px solid #efefef;
  cursor: pointer;
  padding: 20px;
}
.HoneycombOverviewTile .xs .image {
  display: inline-block;
  height: 40px;
  vertical-align: middle;
  width: 40px;
}
.HoneycombOverviewTile .xs h1 {
  color: #212121;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  margin-left: 20px;
  vertical-align: middle;
}
.HoneycombOverviewTile .xs .progress-bar,
.HoneycombOverviewTile .xs .body-text,
.HoneycombOverviewTile .xs .icons,
.HoneycombOverviewTile .xs .more {
  display: none;
}
.HoneycombOverviewTile .image {
  background-position: 50% 50%;
  background-size: cover;
  height: 188px;
}
.HoneycombOverviewTile .progress-bar {
  background-image: none;
  height: 5px;
}
.HoneycombOverviewTile h1 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  color: #D46027 !important;
}
.HoneycombOverviewTile .body-text p:first-child {
  margin-top: 0;
}
.HoneycombOverviewTile .icon-area {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.HoneycombOverviewTile .icons {
  color: #000;
  margin-top: 25px;
}
.HoneycombOverviewTile .icon-wrapper {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 10px;
  width: 110px;
}
.HoneycombOverviewTile .icon-wrapper span {
  vertical-align: middle;
}
.HoneycombOverviewTile .icon-label {
  margin-left: 5px;
}
.HoneycombOverviewTile .text-button {
  background-color: transparent;
  border: 0;
  color: #666666;
  cursor: pointer;
  font-weight: 500;
  outline: 0;
  padding: 0;
}
.HoneycombOverviewTile .more {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #3F90A3;
}
.HoneycombOverviewTile .material-icons {
  color: #666666;
}
.HoneycombImage .content-area {
  max-width: 984px;
  margin: 0 auto;
}
.HoneycombImage .xs,
.HoneycombImage .sm {
  display: block;
}
.HoneycombImage .xs .image-area,
.HoneycombImage .sm .image-area {
  display: block;
}
.HoneycombImage .image-area {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.HoneycombOverviewHero .hero {
  color: #fff;
  margin-bottom: 20px;
}
.HoneycombOverviewHero .hero.xs,
.HoneycombOverviewHero .hero.sm {
  margin-bottom: 0;
}
.HoneycombOverviewHero .hero.xs h1,
.HoneycombOverviewHero .hero.sm h1 {
  font-size: 30px;
  margin-bottom: 0;
}
.HoneycombOverviewHero .hero.xs .text-area,
.HoneycombOverviewHero .hero.sm .text-area {
  padding: 40px 10px;
}
.HoneycombOverviewHero .hero.xs .body-text,
.HoneycombOverviewHero .hero.sm .body-text {
  display: none;
}
.HoneycombOverviewHero .hero.xs .body-text-phone,
.HoneycombOverviewHero .hero.sm .body-text-phone {
  display: block;
}
.HoneycombOverviewHero .hero.xs .icons,
.HoneycombOverviewHero .hero.sm .icons {
  display: none;
}
.HoneycombOverviewHero .hero.xs .title-image,
.HoneycombOverviewHero .hero.sm .title-image {
  margin: 0;
}
.HoneycombOverviewHero .content-area {
  background-size: cover;
  padding: 0 10px;
}
.HoneycombOverviewHero .content {
  margin: 0 auto;
  max-width: 964px;
}
.HoneycombOverviewHero .col {
  padding-right: 10px;
  padding-left: 0;
}
.HoneycombOverviewHero h1 {
  font-size: 60px;
  font-weight: 100;
  margin-bottom: 15px;
  margin-top: 0;
}
.HoneycombOverviewHero .text-area {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 60px 10% 60px 20px;
  position: relative;
}
.HoneycombOverviewHero .body-text p:first-child,
.HoneycombOverviewHero .body-text-phone p:first-child {
  margin-top: 0;
}
.HoneycombOverviewHero .body-text {
  margin-bottom: 70px;
}
.HoneycombOverviewHero .body-text-phone {
  color: #212121;
  display: none;
  padding: 20px;
}
.HoneycombOverviewHero .icons {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  padding: 12px 15px 7px 15px;
  position: absolute;
  right: 0;
}
.HoneycombOverviewHero .icon-wrapper {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 15px;
}
.HoneycombOverviewHero .icon-wrapper span {
  vertical-align: middle;
}
.HoneycombOverviewHero .icon-label {
  margin-left: 5px;
}
.HoneycombOverviewHero .mobile-image {
  max-width: 100%;
}
.HoneycombOverviewHero .title-image {
  margin-bottom: 10px;
  width: 100%;
}
.HoneycombGridSection {
  /**
 * Animations
 */
}
.HoneycombGridSection .fade-enter,
.HoneycombGridSection .fade-appear {
  opacity: 0;
}
.HoneycombGridSection .fade-enter.fade-enter-active,
.HoneycombGridSection .fade-appear.fade-enter-active,
.HoneycombGridSection .fade-enter.fade-appear-active,
.HoneycombGridSection .fade-appear.fade-appear-active {
  opacity: 1;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
  -webkit-transition: opacity 1000ms ease-in-out;
  transition: opacity 1000ms ease-in-out;
}
.HoneycombGridSection .fade-leave {
  opacity: 1;
}
.HoneycombGridSection .fade-leave.fade-leave-active {
  opacity: 0;
  -webkit-transition: opacity 1000ms ease-in-out;
  transition: opacity 1000ms ease-in-out;
}
.HoneycombGridSection .grid-col {
  pointer-events: none;
  -webkit-transition: none !important;
  transition: none !important;
}
.HoneycombGridSection .grid-col > * {
  pointer-events: auto;
}
.HoneycombGridSection .col-wrapper {
  height: 100%;
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
}
.HoneycombGridSection .col-wrapper > div {
  height: 100%;
}
.HoneycombGridSection .section.xs {
  padding: 0;
}
.HoneycombGridSection .section.xs .HoneycombQuoteTile {
  display: none;
}
.HoneycombGridSection .section.xs .section-heading {
  margin-bottom: 0;
}
.HoneycombGridSection .section.xs .section-intro {
  padding-left: 16px;
}
.HoneycombGridSection .no-animate {
  -webkit-transition: none !important;
  transition: none !important;
}
.HoneycombGridSection .section {
  margin: 0 auto;
  max-width: 984px;
  padding: 0 10px 20px 10px;
  position: relative;
}
.HoneycombGridSection .section-heading {
  color: #fff;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 16px;
  text-transform: uppercase;
}
.HoneycombGridSection .section-intro {
  margin-bottom: 20px;
  margin-top: 20px;
}
.HoneycombGridSection .section-body {
  margin-top: 20px;
  padding: 0;
  position: relative;
}
.HoneycombGridSection .activity-area {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999999;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.HoneycombGridSection .activity-area > div {
  height: 100%;
}
.HoneycombGridSection .activity-container {
  height: 100%;
}
.HoneycombGridSection .activity-wrapper {
  height: 100%;
  position: relative;
}
.HoneycombGridSection .activity-wrapper:not(:first-child) {
  display: none;
  height: 0;
  overflow: hidden;
}
.HoneycombGridSection .activity-area.inline {
  height: auto;
  left: auto;
  position: absolute;
  top: auto;
  z-index: auto;
}
.HoneycombGridSection .activity-area.inline .activity-container {
  height: auto;
  padding-bottom: 10px;
  padding-top: 15px;
}
.HoneycombGridSection .activity-area.inline .activity-wrapper {
  height: auto;
}
.HoneycombGridSection .grid-edit-footer {
  height: 500px;
}
.HoneycombVideoTile {
  background-color: #fff;
  color: #212121;
  height: 100%;
}
.HoneycombVideoTile > div {
  height: 100%;
}
.HoneycombVideoTile .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -65%);
          transform: translate(-50%, -65%);
  height: 40%;
  width: 40%;
}
.HoneycombVideoTile .play-button svg {
  fill: rgba(255, 255, 255, 0.75);
  height: 100%;
  width: 100%;
}
.HoneycombVideoTile .tile {
  box-shadow: -2px 2px 3px #bdbdbd;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.HoneycombVideoTile .tile:hover .tile-image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.HoneycombVideoTile .tile.xs {
  border-bottom: 1px solid #efefef;
  box-shadow: none;
}
.HoneycombVideoTile .tile.xs.first-child {
  border-top: 1px solid #efefef;
}
.HoneycombVideoTile .tile.xs:hover .tile-image {
  -webkit-transform: none;
  transform: none;
}
.HoneycombVideoTile .tile.xs .tile-image {
  bottom: auto !important;
  height: 40px;
  left: 15px;
  margin-top: -20px;
  top: 50%;
  width: 40px;
}
.HoneycombVideoTile .tile.xs .tile-text-area {
  bottom: auto;
  left: 55px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.HoneycombVideoTile .tile.xs .tile-title {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 0;
  padding-top: 0;
}
.HoneycombVideoTile .tile.xs .tile-description-area {
  height: auto;
  min-height: 0 !important;
}
.HoneycombVideoTile .tile.xs .tile-description-content {
  padding-bottom: 0;
  padding-top: 0;
}
.HoneycombVideoTile .tile.xs .tile-description-heading {
  font-size: 18px;
  font-weight: 400;
}
.HoneycombVideoTile .tile.xs .tile-description-body {
  display: none;
}
.HoneycombVideoTile .tile.xs .expand-collapse-label {
  display: none;
}
.HoneycombVideoTile .tile.sm .tile-description-heading {
  font-size: 18px;
}
.HoneycombVideoTile .tile-image {
  background-size: cover;
  bottom: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  transition: -webkit-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
}
.HoneycombVideoTile .tile-text-area {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.HoneycombVideoTile .tile-title {
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  left: 0;
  min-width: 210px;
  padding: 8px 15px;
  text-transform: uppercase;
  top: 0;
}
.HoneycombVideoTile .tile-description-area {
  background-color: rgba(255, 255, 255, 0.8);
  border-right: 1px solid #e4e4e4;
  height: 100%;
  position: relative;
  width: 100%;
}
.HoneycombVideoTile .tile-description-content {
  padding: 10px 15px;
}
.HoneycombVideoTile .tile-description-content.with-expand {
  padding-bottom: 25px;
}
.HoneycombVideoTile .tile-description-heading {
  font-size: 24px;
  font-weight: 900;
}
.HoneycombVideoTile .tile-description-body {
  color: #212121;
  display: inline-block;
  font-size: 14px;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}
.HoneycombVideoTile .expand-collapse-label {
  bottom: 5px;
  color: #7f9b3c;
  position: absolute;
  right: 15px;
  text-transform: uppercase;
}
.HoneycombVideoTile .expand-collapse-label span {
  vertical-align: middle;
}
.HoneycombImageTile {
  background-color: #fff;
  color: #212121;
  height: 100%;
}
.HoneycombImageTile > div {
  height: 100%;
}
.HoneycombImageTile .tile {
  box-shadow: -2px 2px 3px #bdbdbd;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.HoneycombImageTile .tile:hover .tile-image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.HoneycombImageTile .tile.xs {
  border-bottom: 1px solid #efefef;
  box-shadow: none;
}
.HoneycombImageTile .tile.xs.first-child {
  border-top: 1px solid #efefef;
}
.HoneycombImageTile .tile.xs:hover .tile-image {
  -webkit-transform: none;
  transform: none;
}
.HoneycombImageTile .tile.xs .tile-image {
  bottom: auto !important;
  height: 40px;
  left: 15px;
  margin-top: -20px;
  top: 50%;
  width: 40px;
}
.HoneycombImageTile .tile.xs .tile-text-area {
  bottom: auto;
  left: 55px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.HoneycombImageTile .tile.xs .tile-title {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 0;
  padding-top: 0;
}
.HoneycombImageTile .tile.xs .tile-description-area {
  height: auto;
  min-height: 0 !important;
}
.HoneycombImageTile .tile.xs .tile-description-content {
  padding-bottom: 0;
  padding-top: 0;
}
.HoneycombImageTile .tile.xs .tile-description-heading {
  font-size: 18px;
  font-weight: 400;
}
.HoneycombImageTile .tile.xs .tile-description-body {
  display: none;
}
.HoneycombImageTile .tile.xs .expand-collapse-label {
  display: none;
}
.HoneycombImageTile .tile.sm .tile-description-heading {
  font-size: 18px;
}
.HoneycombImageTile .tile-image {
  background-size: cover;
  bottom: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
}
.HoneycombImageTile .tile-text-area {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.HoneycombImageTile .tile-title {
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  left: 0;
  min-width: 210px;
  padding: 8px 15px;
  text-transform: uppercase;
  top: 0;
}
.HoneycombImageTile .tile-description-area {
  background-color: rgba(255, 255, 255, 0.8);
  border-right: 1px solid #e4e4e4;
  height: 100%;
  position: relative;
  width: 100%;
}
.HoneycombImageTile .tile-description-content {
  padding: 10px 15px;
}
.HoneycombImageTile .tile-description-content.with-expand {
  padding-bottom: 25px;
}
.HoneycombImageTile .tile-description-heading {
  font-size: 24px;
  font-weight: 900;
}
.HoneycombImageTile .tile-description-body {
  color: #212121;
  display: inline-block;
  font-size: 14px;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}
.HoneycombImageTile .expand-collapse-label {
  bottom: 5px;
  color: #7f9b3c;
  position: absolute;
  right: 15px;
  text-transform: uppercase;
}
.HoneycombImageTile .expand-collapse-label span {
  vertical-align: middle;
}
.HoneycombActivityDrawer {
  /**
 * Animations
 */
}
.HoneycombActivityDrawer .fade-enter,
.HoneycombActivityDrawer .fade-appear {
  opacity: 0;
}
.HoneycombActivityDrawer .fade-enter.fade-enter-active,
.HoneycombActivityDrawer .fade-appear.fade-enter-active,
.HoneycombActivityDrawer .fade-enter.fade-appear-active,
.HoneycombActivityDrawer .fade-appear.fade-appear-active {
  opacity: 1;
  -webkit-transition: opacity 1000ms ease-in-out;
  transition: opacity 1000ms ease-in-out;
}
.HoneycombActivityDrawer .fade-leave {
  opacity: 1;
}
.HoneycombActivityDrawer .fade-leave.fade-leave-active {
  opacity: 0;
  -webkit-transition: opacity 1000ms ease-in-out;
  transition: opacity 1000ms ease-in-out;
}
.HoneycombActivityDrawer .completion-enter,
.HoneycombActivityDrawer .completion-appear {
  opacity: 0;
}
.HoneycombActivityDrawer .completion-enter .completion-panel,
.HoneycombActivityDrawer .completion-appear .completion-panel {
  -webkit-transform: translate(-50%, -50%) scale(0.25);
  transform: translate(-50%, -50%) scale(0.25);
}
.HoneycombActivityDrawer .completion-enter.completion-enter-active,
.HoneycombActivityDrawer .completion-appear.completion-enter-active,
.HoneycombActivityDrawer .completion-enter.completion-appear-active,
.HoneycombActivityDrawer .completion-appear.completion-appear-active {
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}
.HoneycombActivityDrawer .completion-enter.completion-enter-active .completion-panel,
.HoneycombActivityDrawer .completion-appear.completion-enter-active .completion-panel,
.HoneycombActivityDrawer .completion-enter.completion-appear-active .completion-panel,
.HoneycombActivityDrawer .completion-appear.completion-appear-active .completion-panel {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 650ms ease-in-out;
  transition: transform 650ms ease-in-out;
}
.HoneycombActivityDrawer .drawer.xs {
  position: static;
}
.HoneycombActivityDrawer .drawer.xs .drawer-panel {
  border: 0;
  bottom: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.HoneycombActivityDrawer .drawer.xs .drawer-callout {
  display: none;
}
.HoneycombActivityDrawer .drawer.xs .drawer-activity-area {
  overflow: auto;
  bottom: 0;
  position: absolute;
  top: 50px;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.HoneycombActivityDrawer .drawer.xs .completion-panel {
  padding-left: 10px;
  padding-right: 10px;
  width: calc(100% - 20px);
}
.HoneycombActivityDrawer .drawer.xs .completion-btns button {
  margin-left: 5px;
  margin-right: 5px;
}
.HoneycombActivityDrawer .drawer.sm .completion-panel {
  width: calc(100% - 100px);
}
.HoneycombActivityDrawer .drawer {
  position: relative;
}
.HoneycombActivityDrawer .drawer-activity-area {
  overflow: hidden;
}
.HoneycombActivityDrawer .activity-counter {
  vertical-align: middle;
}
.HoneycombActivityDrawer .drawer-panel {
  background-color: #fff;
  background-size: cover;
  border: 4px solid;
  position: relative;
}
.HoneycombActivityDrawer .drawer-callout {
  border-top: 15px solid transparent !important;
  border-right: 15px solid transparent !important;
  border-bottom: 12px solid;
  border-left: 15px solid transparent !important;
  margin-left: -15px;
  position: absolute;
  top: -25px;
}
.HoneycombActivityDrawer .drawer-activity:not(:nth-child(1)) {
  display: none;
}
.HoneycombActivityDrawer .drawer-panel-nav {
  height: 50px;
  padding: 0 10px;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.HoneycombActivityDrawer .drawer-panel-nav button {
  vertical-align: middle;
}
.HoneycombActivityDrawer .top-bar {
  border-bottom: 1px solid #e7e7e7;
  position: relative;
}
.HoneycombActivityDrawer .activity-markers {
  height: 100%;
  left: 0;
  line-height: 48px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.HoneycombActivityDrawer .activity-marker {
  border: 2px solid #d36029;
  border-radius: 14px;
  display: inline-block;
  height: 14px;
  margin: 0 6px;
  vertical-align: middle;
  width: 14px;
}
.HoneycombActivityDrawer .activity-marker.selected {
  background-color: #d36029;
}
.HoneycombActivityDrawer .icon-btn {
  background-color: transparent;
  border: 0;
  height: 48px;
  outline: 0;
  position: relative;
  width: 48px;
}
.HoneycombActivityDrawer .icon-btn svg {
  display: inline-block;
  fill: #D06125;
  height: 24px;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}
.HoneycombActivityDrawer .icon-btn:disabled {
  opacity: .4;
}
.HoneycombActivityDrawer .close-btn {
  float: right;
}
.HoneycombActivityDrawer .close-btn svg {
  fill: #666;
}
.HoneycombActivityDrawer .completion-area {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.HoneycombActivityDrawer .completion-panel {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  left: 50%;
  padding: 30px 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: calc(100% - 240px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.HoneycombActivityDrawer .completion-panel h1 {
  color: #44739d;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 20px;
}
.HoneycombActivityDrawer .completion-panel .material-icons {
  background-color: #44739d;
  border-radius: 50%;
  color: #fff;
  font-size: 150px;
  height: 170px;
  line-height: 170px;
  text-align: center;
  width: 170px;
}
.HoneycombActivityDrawer .completion-btns button {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-top-color: #e8e8e8;
  border-radius: 2px;
  box-shadow: 0 2px 2px #b1b1b1;
  color: #929a09;
  font-weight: 500;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 30px;
  outline: 0;
  padding: 6px 16px;
  text-transform: uppercase;
}
.HoneycombTimeline .timeline-shell {
  color: #fff;
  position: relative;
  overflow: hidden;
}
.HoneycombTimeline .timeline-shell .timeline-header {
  padding: 0 20px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.HoneycombTimeline .timeline-shell .timeline-header .title {
  padding-top: 40px;
}
.HoneycombTimeline .timeline-shell .timeline-header.bottom-margin {
  margin-bottom: 30px;
}
.HoneycombTimeline .timeline-shell .intro-image {
  width: 100%;
}
.HoneycombTimeline .timeline-shell .slider-shell {
  position: relative;
  z-index: 0;
}
.HoneycombTimeline .timeline-shell .info-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.HoneycombTimeline .timeline-shell .info-container .info-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 10;
}
.HoneycombTimeline .timeline-shell .info-container .info {
  position: absolute;
  top: 50px;
  left: 5%;
  background-color: #fff;
  color: #444;
  max-width: 400px;
  padding: 20px;
  width: 80%;
}
.HoneycombTimeline .timeline-shell .info-container .close-info {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.HoneycombTimeline .timeline-shell .banner-above .info-container {
  overflow: visible;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.HoneycombTimeline .timeline-shell .banner-above .info-container .info {
  max-width: 600px;
  z-index: 20;
}
.HoneycombTimeline .timeline-shell .timeline {
  width: 100%;
  -webkit-transition-delay: 00ms;
          transition-delay: 00ms;
  position: relative;
  z-index: 1;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.HoneycombTimeline .timeline-shell .timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.HoneycombTimeline .timeline-shell .timeline.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
.HoneycombTimeline .timeline-shell .timeline > div {
  width: 100%;
  display: table;
}
.HoneycombTimeline .timeline-shell .timeline .point {
  padding-top: 15px;
  display: table-cell;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.HoneycombTimeline .timeline-shell .timeline .point:not(:last-child):before {
  content: "";
  position: absolute;
  top: 50%;
  height: 80%;
  right: 0;
  width: 1px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.HoneycombTimeline .timeline-shell .timeline .point.selected:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80px;
  height: 5px;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.HoneycombTimeline .timeline-shell .timeline.no-slide {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 50;
}
.HoneycombTimeline .timeline-shell .timeline.no-slide .point {
  padding: 15px 0;
}
.HoneycombTimeline .timeline-shell .timeline.no-slide .point .marker {
  top: initial;
  bottom: -22px;
}
.HoneycombTimeline .timeline-shell .bottom-half {
  margin-top: 150px;
}
.HoneycombTimeline .timeline-shell .bottom-half.over-image {
  margin-top: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 50;
  padding-top: 30px;
}
.HoneycombTimeline .timeline-shell .bottom-half .range-container {
  display: table;
  margin: auto;
  padding-bottom: 30px;
  width: 90%;
}
.HoneycombTimeline .timeline-shell .bottom-half .range-container .range {
  border-right: 1px solid #fff;
  cursor: pointer;
  display: table-cell;
  text-align: center;
}
.HoneycombTimeline .timeline-shell .bottom-half .range-container .range:first-child {
  border-left: 1px solid #fff;
}
.HoneycombTimeline .timeline-shell.mobile .timeline-header {
  position: relative;
  padding: 40px 20px 40px 50px;
}
.HoneycombTimeline .timeline-shell.mobile .timeline-header:before {
  content: "";
  width: 10px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 25px;
}
.HoneycombTimeline .timeline-shell.mobile ul {
  padding: 0;
}
.HoneycombTimeline .timeline-shell.mobile ul h2 {
  width: 90%;
  margin-left: 10%;
}
.HoneycombTimeline .timeline-shell.mobile .point {
  width: 100%;
  border-top: 1px solid #fff;
  list-style: none;
  cursor: pointer;
  position: relative;
}
.HoneycombTimeline .timeline-shell.mobile .point .side-line {
  width: 10px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 25px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.HoneycombTimeline .timeline-shell.mobile .point .date-label {
  padding: 20px 0 20px 50px;
}
.HoneycombTimeline .timeline-shell.mobile .point .marker {
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  height: 30px;
  margin-left: -15px;
  position: absolute;
  top: 15px;
  left: 30px;
  width: 30px;
  z-index: 50;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
}
.HoneycombTimeline .timeline-shell.mobile .point .marker:not(.selected) .marker-fill {
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
}
.HoneycombTimeline .timeline-shell.mobile .point .accordion-content {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.HoneycombTimeline .timeline-shell.mobile .point .accordion-content .info-title,
.HoneycombTimeline .timeline-shell.mobile .point .accordion-content .prompt {
  padding-left: 50px;
}
.HoneycombTimeline .timeline-shell.mobile .point .accordion-content img {
  max-width: 100%;
  padding-left: 35px;
}
.HoneycombTimeline .timeline-shell.mobile .point.selected {
  background-color: #fff;
  color: #444;
}
.HoneycombTimeline .timeline-shell.mobile .point.selected .accordion-content {
  max-height: 500px;
}
.HoneycombTimeline .slide-down-enter,
.HoneycombTimeline .slide-down-enter {
  max-height: 0;
}
.HoneycombTimeline .slide-down-enter.slide-down-enter-active,
.HoneycombTimeline .slide-down-enter.slide-down-enter-active,
.HoneycombTimeline .slide-down-enter.slide-down-enter-active,
.HoneycombTimeline .slide-down-enter.slide-down-enter-active {
  max-height: 500px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.HoneycombTimeline .slide-down-leave {
  max-height: 500px;
}
.HoneycombTimeline .slide-down-leave.slide-down-leave-active {
  max-height: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.HoneycombTimeline .slide-up-enter,
.HoneycombTimeline .slide-up-appear {
  opacity: 0;
  position: absolute;
}
.HoneycombTimeline .slide-up-enter.slide-up-enter-active,
.HoneycombTimeline .slide-up-appear.slide-up-enter-active,
.HoneycombTimeline .slide-up-enter.slide-up-appear-active,
.HoneycombTimeline .slide-up-appear.slide-up-appear-active {
  opacity: 1;
  position: relative;
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.HoneycombTimeline .slide-up-leave,
.HoneycombTimeline .slide-up-leave {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  position: relative;
}
.HoneycombTimeline .slide-up-leave.slide-up-leave-active,
.HoneycombTimeline .slide-up-leave.slide-up-leave-active,
.HoneycombTimeline .slide-up-leave.slide-up-leave-active,
.HoneycombTimeline .slide-up-leave.slide-up-leave-active {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  position: absolute;
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.HoneycombTimeline .fade-in-enter,
.HoneycombTimeline .fade-in-appear {
  opacity: 0;
  z-index: 10;
}
.HoneycombTimeline .fade-in-enter.fade-in-enter-active,
.HoneycombTimeline .fade-in-appear.fade-in-enter-active,
.HoneycombTimeline .fade-in-enter.fade-in-appear-active,
.HoneycombTimeline .fade-in-appear.fade-in-appear-active {
  opacity: 1;
  z-index: 10;
  -webkit-transition: opacity 600ms ease-out;
  transition: opacity 600ms ease-out;
}
.HoneycombTimeline .fade-in-leave,
.HoneycombTimeline .fade-in-leave {
  opacity: 1;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.HoneycombTimeline .fade-in-leave.fade-in-leave-active,
.HoneycombTimeline .fade-in-leave.fade-in-leave-active,
.HoneycombTimeline .fade-in-leave.fade-in-leave-active,
.HoneycombTimeline .fade-in-leave.fade-in-leave-active {
  opacity: 0;
  position: absolute;
  bottom: 0;
  z-index: 0;
  -webkit-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
}
.HoneycombAccordionSwap .accordion-shell {
  position: relative;
}
.HoneycombAccordionSwap .intro-background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 30%;
}
.HoneycombAccordionSwap .intro {
  float: left;
  color: #fff;
  padding: 30px 50px;
  position: relative;
  width: 30%;
  z-index: 2;
}
.HoneycombAccordionSwap .accordion-container {
  float: right;
  padding: 30px;
  width: 70%;
}
.HoneycombAccordionSwap .accordion-container hr {
  border-top: 1px solid #E5E5E5;
  margin: 0;
}
.HoneycombAccordionSwap .accordion-container .toggle {
  border-top: 1px solid #E5E5E5;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.5em;
  padding: 15px 0;
  position: relative;
  width: 100%;
}
.HoneycombAccordionSwap .accordion-container .toggle .arrow {
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: transform 500ms ease-in-out;
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
  width: 20px;
}
.HoneycombAccordionSwap .accordion-container .toggle svg {
  fill: #7FBD02;
  height: 100%;
  width: 100%;
}
.HoneycombAccordionSwap .accordion-container .toggle span {
  width: calc(100% - 50px);
  display: inline-block;
}
.HoneycombAccordionSwap .accordion-container .toggle.open .arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition: transform 300ms ease-in-out;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.HoneycombAccordionSwap .accordion-container .expand-enter {
  max-height: 0;
  overflow: hidden;
}
.HoneycombAccordionSwap .accordion-container .expand-enter.expand-enter-active {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  max-height: 600px;
}
.HoneycombAccordionSwap .accordion-container .expand-leave {
  max-height: 600px;
  overflow: hidden;
}
.HoneycombAccordionSwap .accordion-container .expand-leave.expand-leave-active {
  max-height: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.HoneycombAccordionSwap .mobile .intro-background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 30%;
}
.HoneycombAccordionSwap .mobile .intro {
  padding: 30px 20px;
  float: none;
  width: 100%;
}
.HoneycombAccordionSwap .mobile .accordion-container {
  float: none;
  width: 100%;
}
.PresentationList1 .component-wrapper {
  padding: 30px 20px 50px;
  color: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .PresentationList1 .component-wrapper {
    padding: 30px 20px 20px;
  }
}
.PresentationList1 .col {
  width: 50%;
  float: left;
}
@media (max-width: 768px) {
  .PresentationList1 .col {
    width: 100%;
  }
}
.PresentationList1 .jumping-title {
  font-size: 36px;
}
.PresentationList1 .jumping-text {
  padding-right: 10px;
}
.PresentationList1 .option {
  color: #fff;
  padding: 10px;
  width: 80%;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid;
  margin: 10px;
  cursor: pointer;
  position: relative;
  transition: .5s ease;
  margin-left: calc(20% - 40px);
}
@media (min-width: 769px) {
  .PresentationList1 .option.selected {
    background: #fff;
    color: #666;
    border-color: #fff;
    width: calc(80% + 52px);
    z-index: 2;
  }
}
@media (max-width: 768px) {
  .PresentationList1 .option {
    border: none;
    display: inline-block;
    width: 100%;
    margin: 5px;
    border-bottom: 0;
    text-align: center;
  }
  .PresentationList1 .option.selected.selected {
    color: #fff;
    border-color: #fff;
  }
}
.PresentationList1 .option.mobile {
  border-top: 1px solid #fff;
  width: 100%;
  margin: 5px 0;
  padding: 0 20px;
  text-align: left;
}
.PresentationList1 .option.mobile .toggle {
  cursor: pointer;
  position: relative;
  width: 100%;
  padding: 15px 10px 5px;
}
.PresentationList1 .option.mobile .toggle .arrow {
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  width: 20px;
}
.PresentationList1 .option.mobile .toggle svg {
  fill: #fff;
  height: 100%;
  width: 100%;
}
.PresentationList1 .option.mobile .toggle.open .arrow {
  transform: translateY(-50%) rotate(180deg);
  -webkit-transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
}
@media (max-width: 768px) {
  .PresentationList1 .option-container {
    text-align: left;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
  }
}
.PresentationList1 .option-icon {
  position: absolute;
  left: 85%;
  top: 20px;
  transition: .5s ease;
}
.PresentationList1 .option-icon .arrow-tail {
  position: absolute;
  width: 15px;
  height: 2px;
  background: #fff;
  transition: .5s ease;
}
.PresentationList1 .option-icon .cross {
  position: absolute;
  width: 10px;
  height: 2px;
  left: 6px;
  background: #fff;
  transition: .5s ease;
}
.PresentationList1 .option-icon .cross-top {
  top: -8px;
  transform: rotate(45deg);
  transform-origin: left bottom;
}
.PresentationList1 .option-icon .cross-bottom {
  top: 8px;
  transform: rotate(-45deg);
  transform-origin: left top;
}
.PresentationList1 .option-icon.selected .cross {
  width: 22px;
  background: #666;
}
.PresentationList1 .option-icon.selected .arrow-tail {
  width: 0px;
  transform: translateX(20px);
}
@media (max-width: 768px) {
  .PresentationList1 .option-icon {
    display: none;
  }
}
.PresentationList1 .expand-enter {
  max-height: 0;
  overflow: hidden;
}
.PresentationList1 .expand-enter.expand-enter-active {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  max-height: 600px;
}
.PresentationList1 .expand-leave {
  max-height: 600px;
  overflow: hidden;
}
.PresentationList1 .expand-leave.expand-leave-active {
  max-height: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (max-width: 768px) {
  .PresentationList1 .paper-container {
    position: relative;
    width: 100%;
  }
}
.PresentationList1 .paper-container.fade-enter {
  opacity: 0;
}
.PresentationList1 .paper-container.fade-enter.fade-enter-active {
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}
.PresentationList1 .paper-container.fade-leave {
  opacity: 1;
}
.PresentationList1 .paper-container.fade-leave.fade-leave-active {
  opacity: 0;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}
.PresentationList1 .paper {
  padding: 20px 30px;
  width: calc(50% - 50px);
  min-height: calc(100% - 80px);
  margin: 20px;
  margin-left: 0;
  float: left;
  background: #fff;
  color: #666;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
}
.PresentationList1 .paper.fade-enter {
  opacity: 0;
}
.PresentationList1 .paper.fade-enter.fade-enter-active {
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}
.PresentationList1 .paper.fade-leave {
  opacity: 1;
}
.PresentationList1 .paper.fade-leave.fade-leave-active {
  opacity: 0;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}
@media (max-width: 768px) {
  .PresentationList1 .paper {
    position: relative;
    width: 100%;
    padding: 20px 25px;
    top: 0;
    left: 0;
    margin: 5px;
    box-shadow: none;
    border-radius: 0;
  }
}
.PresentationList1 .paper img {
  width: 100%;
  padding: 0 0 10px;
}
.PresentationList1 .highlight-box {
  position: absolute;
  width: 20%;
  height: 100%;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .PresentationList1 .highlight-box {
    display: none;
  }
}
.PresentationList1 .no-select {
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
}
.HoneycombFooterNav .footer-nav {
  display: table;
  table-layout: fixed;
}
.HoneycombFooterNav .xs .footer-nav-button,
.HoneycombFooterNav .sm .footer-nav-button {
  padding: 20px !important;
  vertical-align: middle;
}
.HoneycombFooterNav .xs .footer-nav-button .material-icons:not(.comp),
.HoneycombFooterNav .sm .footer-nav-button .material-icons:not(.comp) {
  display: inline-block;
}
.HoneycombFooterNav .xs .comp,
.HoneycombFooterNav .sm .comp {
  display: none;
}
.HoneycombFooterNav .xs .footer-home-button,
.HoneycombFooterNav .sm .footer-home-button {
  background-color: #7f9b3c;
  color: #fff;
}
.HoneycombFooterNav .xs .footer-nav-button-label,
.HoneycombFooterNav .sm .footer-nav-button-label,
.HoneycombFooterNav .xs .footer-nav-button-title,
.HoneycombFooterNav .sm .footer-nav-button-title,
.HoneycombFooterNav .xs .footer-nav-button-description,
.HoneycombFooterNav .sm .footer-nav-button-description,
.HoneycombFooterNav .xs .footer-nav-button-more,
.HoneycombFooterNav .sm .footer-nav-button-more {
  display: none;
}
.HoneycombFooterNav .md .footer-nav-button {
  padding: 20px !important;
}
.HoneycombFooterNav .md .footer-nav-button-label {
  margin-bottom: 0 !important;
}
.HoneycombFooterNav .md .footer-nav-button-description,
.HoneycombFooterNav .md .footer-nav-button-more {
  display: none;
}
.HoneycombFooterNav .footer-nav-button {
  background-color: #7f9b3c;
  color: #fff;
  cursor: pointer;
  display: table-cell;
  padding: 20px 40px;
  position: relative;
}
.HoneycombFooterNav .footer-nav-button .comp {
  font-size: 25px;
  width: 25px;
  display: inline;
}
.HoneycombFooterNav .footer-nav-button.with-description .footer-nav-button-label {
  margin-bottom: 20px;
}
.HoneycombFooterNav .footer-nav-button.with-more {
  padding-bottom: 60px;
}
.HoneycombFooterNav .footer-nav-button:not(.with-title):not(.with-description):not(.with-more) {
  vertical-align: middle;
}
.HoneycombFooterNav .footer-nav-button button {
  background-color: transparent;
  position: absolute;
  left: -1000px;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.HoneycombFooterNav .footer-nav-button .material-icons:not(.comp) {
  display: none;
  font-size: 36px;
  width: 36px;
}
.HoneycombFooterNav .footer-nav-placeholder {
  display: table-cell;
  background-color: #7f9b3c;
  width: 50%;
}
.HoneycombFooterNav .footer-home-button {
  background-color: #fff;
  color: #7f9b3c;
  vertical-align: middle;
}
.HoneycombFooterNav .footer-home-button .material-icons {
  display: inline-block !important;
}
.HoneycombFooterNav .footer-previous-button {
  text-align: left;
  width: 50%;
}
.HoneycombFooterNav .footer-previous-button.with-more .footer-nav-button-more {
  left: 40px;
}
.HoneycombFooterNav .footer-next-button {
  text-align: right;
  width: 50%;
}
.HoneycombFooterNav .footer-next-button.with-more .footer-nav-button-more {
  right: 40px;
}
.HoneycombFooterNav .footer-nav-button-label {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}
.HoneycombFooterNav .footer-nav-button-title {
  font-size: 26px;
}
.HoneycombFooterNav .footer-nav-button-description {
  font-weight: normal;
}
.HoneycombFooterNav .footer-nav-button-more {
  bottom: 20px;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  text-transform: uppercase;
}
.HoneycombPresentationImage .content-area {
  display: table;
}
.HoneycombPresentationImage .xs,
.HoneycombPresentationImage .sm {
  display: block;
}
.HoneycombPresentationImage .xs .image-area,
.HoneycombPresentationImage .sm .image-area,
.HoneycombPresentationImage .xs .text-area,
.HoneycombPresentationImage .sm .text-area {
  display: block;
}
.HoneycombPresentationImage .xs blockquote,
.HoneycombPresentationImage .sm blockquote {
  border-left: 0;
  padding: 0;
}
.HoneycombPresentationImage .image-area:not(.full-width),
.HoneycombPresentationImage .text-area:not(.full-width) {
  background-size: cover;
  display: table-cell;
}
.HoneycombPresentationImage .image-area {
  text-align: center;
}
.HoneycombPresentationImage .image-area img {
  display: inline-block;
}
.HoneycombPresentationImage h1 {
  color: #44739d;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 0;
}
.HoneycombPresentationImage h2 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
  margin-top: 0;
}
.HoneycombPresentationImage img {
  width: 100%;
}
.HoneycombPresentationImage .text-area {
  padding: 20px;
  padding-left: 40px;
  padding-top: 40px;
}
.HoneycombPresentationImage .body-text {
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  -ms-column-gap: 20px;
  column-gap: 20px;
}
.HoneycombPresentationImage blockquote {
  border-left: 5px solid #44739d;
  color: #44739d;
  font-size: 26px;
  font-weight: 300;
  line-height: 105%;
  margin: 20px 0;
  padding: 0 15px;
}
.FinancialToolSection {
  /**
 * Animations
 */
}
.FinancialToolSection .fade-enter,
.FinancialToolSection .fade-appear {
  opacity: 0;
}
.FinancialToolSection .fade-enter.fade-enter-active,
.FinancialToolSection .fade-appear.fade-enter-active,
.FinancialToolSection .fade-enter.fade-appear-active,
.FinancialToolSection .fade-appear.fade-appear-active {
  opacity: 1;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
  -webkit-transition: opacity 1000ms ease-in-out;
  transition: opacity 1000ms ease-in-out;
}
.FinancialToolSection .fade-leave {
  opacity: 1;
}
.FinancialToolSection .fade-leave.fade-leave-active {
  opacity: 0;
  -webkit-transition: opacity 1000ms ease-in-out;
  transition: opacity 1000ms ease-in-out;
}
.FinancialToolSection .content-area {
  max-width: 984px;
}
@media only screen and (max-width: 768px) {
  .FinancialToolSection .container-fluid {
    padding: 0;
  }
}
.FinancialToolTile .financial-tile {
  margin-top: 40px;
}
.FinancialToolTile .financial-tile .tile-title {
  color: #fff;
  font-weight: 100;
  font-size: 1.8em;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  position: relative;
}
.FinancialToolTile .financial-tile .tile-title .course-feedback-link {
  position: absolute;
  top: 6px;
  right: 10px;
  font-size: 16px;
  padding: 10px 20px;
  border: 1px solid #fff;
  cursor: pointer;
}
.FinancialToolTile .financial-tile .financial-activity {
  margin-top: 10px;
  padding: 20px;
  position: relative;
  border-radius: 3px;
}
.FinancialToolTile .financial-tile .default-wrapper {
  background-color: #E5E5E5;
  cursor: pointer;
  margin-top: 10px;
  position: relative;
  border-radius: 3px;
}
.FinancialToolTile .financial-tile .default-wrapper img {
  float: right;
  margin-right: 8%;
}
.FinancialToolTile .financial-tile .title {
  border-bottom: 1px solid #fff;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 5px;
  width: 100%;
  position: relative;
}
.FinancialToolTile .financial-tile .plus-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 130px;
  width: 105px;
}
.FinancialToolTile .financial-tile .plus-overlay .material-icons {
  height: 130px;
  width: 130px;
  font-size: 130px;
  color: rgba(255, 255, 255, 0.75);
}
@media only screen and (max-width: 320px) {
  .FinancialToolTile .financial-activity {
    padding: 20px 10px !important;
  }
}
.AquiredDebt .debt-wrapper {
  color: #fff;
}
.AquiredDebt .debt-wrapper .prompt {
  width: 60%;
  float: left;
}
.AquiredDebt .debt-wrapper .debt-calculator {
  width: 30%;
  float: right;
  text-align: right;
}
.AquiredDebt .debt-wrapper .debt-list {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  font-size: 1.2em;
  margin: 5px 0;
}
.AquiredDebt .debt-wrapper .debt-list button {
  float: none;
  margin-right: -18px;
  padding: 0;
}
.AquiredDebt .debt-wrapper .debt-list .button-container {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
}
.AquiredDebt .debt-wrapper .debt-list .button-container .material-icons {
  font-size: 18px;
}
.AquiredDebt .debt-wrapper .total {
  font-size: 1.3em;
}
.AquiredDebt .debt-wrapper button {
  background-color: transparent;
  border: 0;
  float: right;
  text-transform: uppercase;
}
.AquiredDebt .debt-wrapper button:focus {
  outline: none;
}
.AquiredDebt .debt-wrapper input {
  border: 0;
  color: #000;
  display: inline-block;
  padding: 0 5px;
  width: 42%;
}
.AquiredDebt .debt-wrapper input:focus {
  outline: none;
}
.AquiredDebt .debt-wrapper .add-form {
  background-color: transparent;
  border: 0;
  color: #fff;
  opacity: 0.8;
  float: right;
  margin: 10px 20px 10px 0;
}
.AquiredDebt .debt-wrapper .add-form:not(:first-child) {
  padding-right: 20px;
  border-right: 1px solid #fff;
}
.AquiredDebt .debt-wrapper .add-form .material-icons {
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.75);
}
.AquiredDebt .debt-wrapper .add-form .text {
  vertical-align: middle;
  line-height: 24px;
}
.AquiredDebt .debt-wrapper a.add-form {
  margin-right: 10px;
  line-height: 2;
}
.AquiredDebt .debt-wrapper .thin {
  font-weight: 100;
}
.AquiredDebt .debt-wrapper .bottom-bar button {
  float: none;
}
@media only screen and (max-width: 768px) {
  .AquiredDebt .debt-wrapper .prompt {
    width: 100%;
  }
  .AquiredDebt .debt-wrapper .debt-calculator {
    width: 200px;
    padding-right: 20px;
    margin: 40px 0;
  }
  .AquiredDebt .debt-wrapper .debt-calculator input {
    margin: 5px 0;
  }
  .AquiredDebt .debt-wrapper .add-form {
    float: left;
    clear: both;
    border: 0 !important;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .AquiredDebt .add-form * {
    display: inline-block;
  }
  .AquiredDebt .add-form .text {
    width: calc(100% - 30px);
    text-align: left;
  }
}
.Tuition .institution-wrapper {
  color: #fff;
}
.Tuition .institution-wrapper .institution {
  margin-bottom: 40px;
}
.Tuition .institution-wrapper .top-bar {
  position: relative;
}
.Tuition .institution-wrapper .university {
  display: inline-block;
  z-index: 10;
}
.Tuition .institution-wrapper .university .AllencommSearchableList {
  width: 300px;
  z-index: 50;
}
.Tuition .institution-wrapper .university input {
  width: 100%;
}
.Tuition .institution-wrapper .state {
  width: 65px;
  text-align: center;
  display: inline-block;
}
.Tuition .institution-wrapper .state .AllencommSearchableList {
  z-index: 55;
}
.Tuition .institution-wrapper .AllencommSearchableList input {
  cursor: pointer;
}
.Tuition .institution-wrapper .dropdown,
.Tuition .institution-wrapper .AllencommSearchableList {
  background-color: #fff;
  color: #000;
  display: inline-block;
  font-weight: bold;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: 10px;
  z-index: 50;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.55);
}
.Tuition .institution-wrapper .dropdown.state,
.Tuition .institution-wrapper .AllencommSearchableList.state {
  width: 150px;
}
.Tuition .institution-wrapper .dropdown.type,
.Tuition .institution-wrapper .AllencommSearchableList.type {
  width: 195px;
}
.Tuition .institution-wrapper .dropdown li,
.Tuition .institution-wrapper .AllencommSearchableList li {
  padding: 8px 10px;
  cursor: pointer;
  z-index: 30;
}
.Tuition .institution-wrapper .dropdown input,
.Tuition .institution-wrapper .AllencommSearchableList input {
  border: 0;
  height: 35px;
  padding: 0 10px;
  width: 100%;
}
.Tuition .institution-wrapper .dropdown button,
.Tuition .institution-wrapper .AllencommSearchableList button {
  display: block;
  width: 100%;
}
.Tuition .institution-wrapper .dropdown button:hover,
.Tuition .institution-wrapper .AllencommSearchableList button:hover,
.Tuition .institution-wrapper .dropdown button:focus,
.Tuition .institution-wrapper .AllencommSearchableList button:focus {
  background-color: #E5E5E5;
}
.Tuition .institution-wrapper .dropdown .dropdown-wrapper,
.Tuition .institution-wrapper .AllencommSearchableList .dropdown-wrapper,
.Tuition .institution-wrapper .dropdown .list-container,
.Tuition .institution-wrapper .AllencommSearchableList .list-container {
  background-color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  max-height: 230px;
  overflow: auto;
  webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.55);
}
.Tuition .institution-wrapper .dropdown .dropdown-wrapper li:hover,
.Tuition .institution-wrapper .AllencommSearchableList .dropdown-wrapper li:hover,
.Tuition .institution-wrapper .dropdown .list-container li:hover,
.Tuition .institution-wrapper .AllencommSearchableList .list-container li:hover {
  background-color: #E5E5E5;
}
.Tuition .institution-wrapper hr {
  clear: both;
}
.Tuition .institution-wrapper .seperator {
  width: 1px;
  height: 25px;
  display: inline-block;
  background-color: #fff;
  margin: -8px auto;
}
.Tuition .institution-wrapper .radio-select {
  display: inline-block;
  text-align: right;
}
.Tuition .institution-wrapper .radio-select.time {
  display: inline-block;
}
.Tuition .institution-wrapper .radio-select span {
  vertical-align: middle;
}
.Tuition .institution-wrapper .radio-select .indicator {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  margin: 0 5px;
}
.Tuition .institution-wrapper .radio-select .indicator:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 5;
  box-shadow: inset 3px 1px 0px 0px rgba(0, 0, 0, 0.25);
}
.Tuition .institution-wrapper .radio-select .resident {
  display: inline-block;
  cursor: pointer;
  margin: 0 5px;
}
.Tuition .institution-wrapper .radio-select .resident.selected .indicator:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 18px;
  width: 18px;
  background-color: #444;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.Tuition .institution-wrapper .remaining,
.Tuition .institution-wrapper .range {
  position: relative;
  top: -6px;
  float: right;
  font-size: 1.8em;
  font-weight: bold;
}
.Tuition .institution-wrapper .remaining .text,
.Tuition .institution-wrapper .range .text {
  position: relative;
  vertical-align: middle;
  margin: 0 30px;
  font-size: 40px;
  line-height: 1;
}
.Tuition .institution-wrapper .remaining .material-icons,
.Tuition .institution-wrapper .range .material-icons {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.75);
  display: inline-block;
  vertical-align: middle;
}
.Tuition .institution-wrapper .books-input {
  display: inline-block;
  background-color: #fff;
  width: 120px;
  color: #000;
  text-align: right;
  padding: 5px 20px;
  font-weight: bold;
  margin-left: 59px;
  margin-bottom: 10px;
}
.Tuition .institution-wrapper .books-input input {
  background-color: transparent;
  border: 0;
  width: 66px;
}
.Tuition .institution-wrapper .books-input input:focus {
  outline: none;
}
.Tuition .institution-wrapper .tuition {
  display: inline-block;
  background-color: #fff;
  width: 120px;
  color: #000;
  text-align: right;
  padding: 5px 20px;
  font-weight: bold;
  margin-left: 30px;
}
.Tuition .institution-wrapper .tuition input {
  background-color: transparent;
  border: 0;
  width: 66px;
}
.Tuition .institution-wrapper .tuition input:focus {
  outline: none;
}
.Tuition .institution-wrapper .add-institution {
  background-color: transparent;
  border: 0;
  color: #fff;
  opacity: 0.8;
  float: right;
}
.Tuition .institution-wrapper .add-institution .material-icons {
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.75);
}
.Tuition .institution-wrapper .add-institution .text {
  vertical-align: middle;
  line-height: 24px;
}
.Tuition .institution-wrapper button {
  background-color: transparent;
  border: 0;
}
.Tuition .institution-wrapper button:focus {
  outline: none;
}
.Tuition ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
.Tuition ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
.Tuition :-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
.Tuition :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
@media only screen and (max-width: 768px) {
  .Tuition .institution-wrapper .dropdown.type,
  .Tuition .institution-wrapper .AllencommSearchableList,
  .Tuition .institution-wrapper .university {
    width: 98%;
    margin: 10px auto;
    display: block;
  }
  .Tuition .institution-wrapper .dropdown.type .AllencommSearchableList,
  .Tuition .institution-wrapper .AllencommSearchableList .AllencommSearchableList,
  .Tuition .institution-wrapper .university .AllencommSearchableList {
    width: 100%;
    margin: auto;
  }
  .Tuition .institution-wrapper .dropdown.type {
    z-index: 30;
  }
  .Tuition .institution-wrapper .seperator {
    display: none;
  }
  .Tuition .institution-wrapper .radio-select {
    padding-top: 30px;
    border-top: 1px solid #fff;
    float: none;
    width: 100%;
    text-align: center;
  }
  .Tuition .institution-wrapper .radio-select.residency {
    margin-top: 50px;
  }
  .Tuition .institution-wrapper .radio-select.time {
    text-align: center;
    margin-bottom: 30px;
  }
  .Tuition .institution-wrapper .radio-select .resident {
    width: 46%;
    text-align: center;
  }
  .Tuition .institution-wrapper .radio-select .resident span:first-child {
    width: 100%;
    display: block;
    text-align: center;
  }
  .Tuition .institution-wrapper .remaining {
    float: none;
    top: 0;
    margin: 10px 0;
    display: block;
    text-align: center;
  }
  .Tuition .institution-wrapper .remaining span {
    display: inline-block;
  }
}
.Living .drag-wrapper {
  position: relative;
}
.Living .expense-wrapper {
  color: #fff;
  position: relative;
}
.Living .expense-wrapper .expense {
  float: right;
  font-size: 58px;
  margin-right: 15%;
}
.Living .expense-wrapper .expense .thin {
  font-weight: 100;
}
.Living .slider {
  cursor: pointer;
}
.Living .slider.disabled {
  cursor: default;
}
.Living .question-slider {
  position: relative;
  width: 80%;
  height: 50px;
  margin: auto;
  padding: 40px 0;
}
.Living .question-slider.disabled:before {
  background: #C9C9C9;
  cursor: default;
}
.Living .question-slider.disabled .indicator {
  background: #C28B83;
}
.Living .question-slider.disabled .slider-line {
  background: #C0A8A4;
  cursor: default;
}
.Living .question-slider .slider-line {
  position: absolute;
  top: 50%;
  height: 12px;
  background: #ebaea4;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.Living .question-slider:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  border-radius: 5px;
  width: 100%;
  height: 12px;
  cursor: pointer;
  z-index: 0;
}
.Living .question-slider .indicator {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: #EC654E;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: -2.5px;
  z-index: 10;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.55);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.Living .question-slider .indicator:after {
  content: "$";
  color: #fff;
  cursor: pointer;
  left: 50%;
  position: absolute;
  pointer-events: none;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.Living .granular-toggle {
  position: absolute;
  bottom: 5px;
  left: 50%;
  background-color: transparent;
  border: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.Living .granular-toggle:focus {
  outline: none;
}
.Living .granular-toggle .material-icons {
  vertical-align: middle;
}
.Living .expense-table {
  width: 100%;
  clear: both;
}
.Living .expense-item {
  width: 50%;
  height: 55px;
  float: left;
  text-align: center;
}
.Living .expense-item span {
  display: inline-block;
  vertical-align: middle;
}
.Living .expense-item input {
  color: #000;
  max-width: 80px;
  line-height: 26px;
  vertical-align: top;
  height: 36px;
}
.Living .expense-item .expense-label {
  min-width: calc(50% - 20px);
  display: inline-block;
  margin: 0 10px;
  text-align: right;
  font-size: 18px;
}
.Living .expense-item .expense-label input {
  max-width: 100%;
  text-align: right;
}
.Living .expense-item .amount {
  font-size: 24px;
  height: 34px;
}
.Living .expense-item .edit {
  background-color: transparent;
  border: 0;
}
.Living .expense-item .edit:focus {
  outline: none;
}
.Living .expense-item .edit .material-icons {
  color: rgba(255, 255, 255, 0.65);
}
.Living .expense-button {
  background-color: transparent;
  border: 0;
  color: #fff;
  display: block;
  width: 150px;
  margin: auto;
}
.Living .expense-button:focus {
  outline: none;
}
.Living .expense-button .material-icons {
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.75);
}
.Living .expense-button .text {
  vertical-align: middle;
  line-height: 24px;
}
.Living .months {
  font-size: 30px;
  font-weight: 900;
  margin-top: 10px;
  text-align: center;
}
.Living .months * {
  display: inline-block;
  vertical-align: middle;
}
.Living .months div {
  margin: 0 10px;
}
.Living .months button {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.75);
  outline: none;
}
.Living .months button:focus,
.Living .months button:hover {
  outline: none;
  box-shadow: none;
}
.Living .months button .material-icons {
  font-size: 30px;
  width: 30px;
  height: 30px;
}
.Living .months .indicator {
  line-height: 1;
}
.Living .months .text {
  font-size: 16px;
  text-align: right;
  font-weight: 300;
}
@media only screen and (max-width: 468px) {
  .Living .expense-table {
    border-top: 1px solid #fff;
  }
  .Living .expense-item {
    width: 100%;
    text-align: center;
  }
  .Living .expense-item .expense-label input {
    width: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .Living .expense-wrapper .expense {
    float: none;
    margin: auto;
    display: block;
    text-align: center;
  }
  .Living .granular-toggle {
    position: regular;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    margin: auto;
    display: block;
    width: 100%;
  }
}
.Living.fade-enter {
  opacity: 0;
}
.Living.fade-enter.fade-enter-active {
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}
.Living.fade-leave {
  opacity: 1;
}
.Living.fade-leave.fade-leave-active {
  opacity: 0;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}
.Burden .burden-wrapper {
  color: #fff;
}
.Burden .burden-wrapper.dragging {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  -o-user-select: none;
  user-select: none;
}
.Burden .col {
  position: relative;
  float: left;
}
.Burden .col:first-child {
  width: calc(55% - 1px);
}
.Burden .col:first-child:before {
  background-color: #fff;
  content: "";
  height: calc(100% + 5px);
  position: absolute;
  right: 0;
  top: -5px;
  width: 1px;
}
.Burden .col:last-child {
  width: calc(45% - 1px);
  padding-left: 10px;
}
.Burden .breakdown {
  padding: 0 20px;
  max-width: 350px;
  margin-top: 15px;
  font-size: 1.2em;
}
.Burden .breakdown div {
  margin: 5px 0;
}
.Burden .expenses,
.Burden .living {
  display: inline-block;
  min-width: 260px;
  position: relative;
}
.Burden .expenses:before,
.Burden .living:before {
  background-color: #fff;
  bottom: 5px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.Burden .expenses {
  font-size: 23px;
}
.Burden .newDebt {
  font-size: 24px;
  font-weight: bold;
  width: 102%;
}
.Burden .burden-percent {
  display: inline-block;
  font-size: 36px;
  cursor: pointer;
}
.Burden .thin {
  font-weight: 100;
}
.Burden h4 {
  text-align: center;
}
.Burden i {
  display: inline-block;
  width: 70%;
  margin-left: 5%;
  margin-right: 5%;
  padding: 20px 0;
  text-align: left;
}
.Burden .question-slider {
  position: relative;
  width: 90%;
  height: 50px;
  margin: auto;
  padding: 20px 0;
}
.Burden .question-slider .slider-line {
  position: absolute;
  top: 50%;
  height: 12px;
  background: #ebaea4;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.Burden .question-slider:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  border-radius: 5px;
  width: 100%;
  height: 12px;
  cursor: pointer;
  z-index: 0;
}
.Burden .question-slider .indicator {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: #EC654E;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: -2.5px;
  z-index: 10;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.55);
}
.Burden .question-slider .indicator:after {
  content: "%";
  color: #fff;
  cursor: pointer;
  left: 50%;
  position: absolute;
  pointer-events: none;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.Burden .alert {
  position: absolute;
  top: 50px;
  left: 50px;
  background-color: #fff;
  color: #000;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  .Burden .col {
    float: none;
    padding: 10px 0;
  }
  .Burden .col:first-child {
    width: 100%;
  }
  .Burden .col:first-child:before {
    display: none;
  }
  .Burden .col:last-child {
    width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  .Burden .breakdown {
    padding: 0;
  }
}
.Burden .sm i,
.Burden .xs i {
  display: block;
  width: 100%;
  margin: 0;
  text-align: center;
}
.Burden .sm .burden-percent,
.Burden .xs .burden-percent {
  display: block;
  text-align: center;
}
.Burden .sm .burden-sliders,
.Burden .xs .burden-sliders {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.Burden .sm .top-slider,
.Burden .xs .top-slider {
  border-bottom: 1px solid #fff;
}
.Career .career-wrapper {
  color: #fff;
}
.Career .AllencommSearchableList input {
  cursor: pointer;
}
.Career .dropdown {
  width: 100%;
}
.Career .dropdown,
.Career .AllencommSearchableList {
  background-color: #fff;
  color: #000;
  position: absolute;
  left: 0;
  top: 30px;
  font-weight: bold;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 50;
  box-shadow: 0px 1px 2px 0px #444444;
}
.Career .dropdown li,
.Career .AllencommSearchableList li {
  padding: 8px 10px;
  color: #000;
  cursor: pointer;
}
.Career .dropdown li:not(:first-child):hover,
.Career .AllencommSearchableList li:not(:first-child):hover {
  background-color: #E5E5E5;
}
.Career .dropdown li .material-icons,
.Career .AllencommSearchableList li .material-icons {
  vertical-align: middle;
  float: right;
}
.Career .dropdown input,
.Career .AllencommSearchableList input {
  border: 0;
  height: 35px;
  padding: 0 10px;
  width: 100%;
}
.Career .dropdown .list-container,
.Career .AllencommSearchableList .list-container {
  background-color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  max-height: 230px;
  overflow: auto;
  webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.55);
}
.Career .dropdown .list-container button,
.Career .AllencommSearchableList .list-container button {
  background-color: transparent;
  border: 0;
  display: block;
  width: 100%;
}
.Career .dropdown .list-container button:focus,
.Career .AllencommSearchableList .list-container button:focus {
  outline: none;
}
.Career .dropdown .list-container button:hover,
.Career .AllencommSearchableList .list-container button:hover,
.Career .dropdown .list-container button:focus,
.Career .AllencommSearchableList .list-container button:focus {
  background-color: #E5E5E5;
}
.Career .career-title {
  font-size: 1.2em;
}
.Career .AllencommSearchableList {
  margin-top: 15px;
  position: relative;
  float: left;
  width: 40%;
  margin-left: 10px;
  vertical-align: top;
}
.Career .career-dropdown {
  margin-top: 15px;
  position: relative;
  padding-bottom: 50px;
  float: left;
  width: 20%;
  vertical-align: top;
  z-index: 999999;
}
.Career .career-calculator {
  float: right;
  width: 30%;
  margin-right: 10%;
  text-align: right;
  vertical-align: top;
  font-size: 1.2em;
}
.Career .career-calculator .gross,
.Career .career-calculator .net {
  font-size: 1.2em;
}
.Career .thin {
  font-weight: 100;
}
.Career .sm .career-dropdown,
.Career .xs .career-dropdown {
  width: 100%;
  float: none;
}
.Career .sm .career-calculator,
.Career .xs .career-calculator {
  width: 100%;
  float: none;
  padding: 20px;
}
.Career .sm .dropdown,
.Career .xs .dropdown {
  width: 100%;
}
.Career .sm .AllencommSearchableList,
.Career .xs .AllencommSearchableList {
  width: 100%;
  float: none;
  margin-left: 0;
  margin-bottom: 20px;
  left: 0;
}
.FutureExpenses {
  color: #fff;
}
.FutureExpenses .future-wrapper.dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.FutureExpenses .children button {
  background-color: transparent;
  border: 0;
}
.FutureExpenses .children button:focus {
  outline: none;
}
.FutureExpenses .children .text {
  color: #fff;
  position: relative;
  vertical-align: middle;
  font-size: 32px;
  line-height: 1;
  text-align: center;
}
.FutureExpenses .children .material-icons {
  font-size: 30px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.FutureExpenses .children .add {
  float: right;
}
.FutureExpenses .children .subtract {
  float: left;
}
.FutureExpenses .toggle-children {
  display: inline-block;
  width: calc(100% - 350px);
  text-align: center;
}
.FutureExpenses .name {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  padding-right: 50px;
  text-align: right;
  color: #fff;
}
.FutureExpenses .total {
  margin-top: 30px;
}
.FutureExpenses .total .total-label {
  display: inline-block;
  text-align: right;
  width: 80%;
  font-size: 1.2em;
  padding-right: 5px;
}
.FutureExpenses .total .total-numbers {
  display: inline-block;
  text-align: left;
  width: 20%;
  font-size: 1.6em;
  font-weight: 300;
}
.FutureExpenses .thin {
  font-weight: 100;
}
.FutureExpenses .question-slider {
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 350px);
  height: 50px;
  padding: 40px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.FutureExpenses .question-slider.disabled:before {
  background: #C9C9C9;
  cursor: default;
}
.FutureExpenses .question-slider.disabled .indicator {
  background: #C28B83;
}
.FutureExpenses .question-slider.disabled .slider-line {
  background: #C0A8A4;
}
.FutureExpenses .question-slider .slider-line {
  position: absolute;
  top: 50%;
  height: 12px;
  background: #99BBBC;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.FutureExpenses .question-slider:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  border-radius: 5px;
  width: 100%;
  height: 12px;
  cursor: pointer;
  z-index: 0;
}
.FutureExpenses .question-slider .indicator-wrapper {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 35px;
  width: calc(100% - 150px);
  margin: auto;
  z-index: 10;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.FutureExpenses .question-slider .indicator {
  height: 35px;
  width: 150px;
  border-radius: 3px;
  background: #327878;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 19px;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.55);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.FutureExpenses .question-slider .indicator .break {
  height: 90%;
  width: 1px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.FutureExpenses .question-slider .indicator input {
  width: calc(28% - 20px);
  color: #fff;
  height: 16px;
  position: relative;
  top: 1px;
  background-color: transparent;
  border: 0;
  text-align: right;
  line-height: 100%;
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
  pointer-events: normal;
}
.FutureExpenses .question-slider .indicator input:focus {
  outline: none;
}
.FutureExpenses .sm .toggle-children,
.FutureExpenses .xs .toggle-children,
.FutureExpenses .sm .question-slider,
.FutureExpenses .xs .question-slider {
  width: calc(100% - 200px);
}
.FutureExpenses .sm .question-slider .slider-line,
.FutureExpenses .xs .question-slider .slider-line {
  display: none;
}
.FutureExpenses .sm .question-slider:before,
.FutureExpenses .xs .question-slider:before {
  display: none;
  z-index: 0;
}
.FutureExpenses .xs input {
  min-width: 50px;
  min-height: 30px;
  padding: 0;
}
.FutureExpenses .xs .name {
  width: 106px;
  margin-right: 20px;
  padding-right: 0;
}
.FutureExpenses .xs .toggle-children,
.FutureExpenses .xs .question-slider {
  width: calc(100% - 166px);
}
.FutureExpenses .xs .toggle-children button,
.FutureExpenses .xs .toggle-children .text {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.FutureExpenses .xs .toggle-children .text {
  text-align: center;
  width: calc(100% - 100px);
  margin: 0 10px;
}
.FutureExpenses .xs .mobile-long {
  background-color: #fff;
  color: transparent;
  display: block;
  height: 1px;
  max-width: 100px;
  margin: auto;
  width: 100%;
}
.FutureExpenses .xs .total-label {
  vertical-align: top;
  margin-bottom: 10px;
}
.FutureExpenses .xs .question-slider {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}
.FutureExpenses .xs .percent {
  width: calc(28% - 20px);
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
@media only screen and (max-width: 450px) {
  .FutureExpenses .total .total-label {
    text-align: left !important;
    width: 60% !important;
  }
  .FutureExpenses .total .total-numbers {
    width: 40%;
  }
  .FutureExpenses .children {
    text-align: left;
  }
  .FutureExpenses .children .name {
    width: auto;
  }
  .FutureExpenses .children .toggle-children {
    width: calc(100% - 75px);
  }
}
.Score .title {
  border-color: #000 !important;
}
.Score .meter {
  background-image: url('files/img/meter2.svg');
  float: right;
  height: 142px;
  margin-right: 15%;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
  width: 300px;
}
.Score .meter .needle {
  background-image: url('files/img/meter_needle.svg');
  bottom: -25px;
  height: 23px;
  left: 9px;
  position: absolute;
  width: 150px;
  -webkit-transform-origin: 94% 50%;
          transform-origin: 94% 50%;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
.Score .meter .text {
  bottom: -40px;
  position: absolute;
  left: 0;
  width: 100%;
  font-weight: 600;
}
.Score .info-data {
  float: left;
  font-weight: 300;
  margin-top: 15px;
  width: calc(85% - 300px);
  padding-left: 50px;
}
.Score .info-data .info-title {
  font-size: 1.2em;
}
.Score .thin {
  font-weight: 100;
}
.Score .info-label {
  display: inline-block;
  font-size: 0.8em;
  text-align: right;
  width: 35%;
}
.Score .blue {
  color: #498CD6;
}
.Score .yellow {
  color: #E8D995;
}
.Score .orange {
  color: #ED7630;
}
.Score .red {
  color: #DD242F;
}
.Score .bottom-bar .pop-up {
  bottom: 0;
  top: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.Score .bottom-bar .pop-up:after,
.Score .bottom-bar .pop-up:before {
  bottom: 11px;
  top: auto;
  -webkit-transform: none;
          transform: none;
}
@media only screen and (max-width: 768px) {
  .Score .meter,
  .Score .info-data {
    float: none;
    margin: auto;
  }
  .Score .info-data {
    width: 95%;
    padding-left: 0;
  }
  .Score .bottom-bar {
    margin-top: 50px;
  }
  .Score .bottom-bar .pop-up {
    margin-bottom: 50px;
  }
  .Score .bottom-bar .pop-up:after,
  .Score .bottom-bar .pop-up:before {
    bottom: -15px;
    top: auto;
    -webkit-transform: none;
            transform: none;
  }
  .Score .bottom-bar .pop-up.help:before {
    left: 40%;
  }
  .Score .bottom-bar .pop-up.help:after {
    left: 41%;
  }
  .Score .bottom-bar .pop-up.info:before {
    left: 53%;
  }
  .Score .bottom-bar .pop-up.info:after {
    left: 52%;
  }
}
@media only screen and (max-width: 450px) {
  .Score .meter {
    height: 92px;
    width: 192px;
  }
  .Score .meter .needle {
    height: 13px;
    width: 84px;
    left: 20px;
    bottom: -13px;
  }
}
