/*********************************************
 * GLOBAL STYLES
 *********************************************/
body {
  background-color: white;
  background-color: white; }

.reveal {
  font-family: 'Helvetica-webfont', Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: -0.02em;
  color: black; }

::selection {
  color: inherit;
  background: inherit;
  text-shadow: none; }

/*********************************************
 * HEADERS
 *********************************************/
.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {
  margin: 0 0 20px 0;
  color: black;
  font-family: 'Helvetica-webfont', Helvetica, Arial, sans-serif;
  line-height: 0.9em;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }

.reveal h1 {
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }

/*********************************************
 * LINKS
 *********************************************/
.reveal a:not(.image) {
  color: #13DAEC;
  text-decoration: none;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  -ms-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease; }

.reveal a:not(.image):hover {
  color: #71ebf4;
  text-shadow: none;
  border: none; }

.reveal .roll span:after {
  color: #fff;
  background: #0d9ba5; }

/*********************************************
 * IMAGES
 *********************************************/
.reveal section img {
  margin: 15px 0px;
  background: rgba(255, 255, 255, 0.12);
  border: 4px solid black;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.reveal a:hover img {
  background: rgba(255, 255, 255, 0.2);
  border-color: #13DAEC;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }

/*********************************************
 * NAVIGATION CONTROLS
 *********************************************/
.reveal .controls div.navigate-left, .reveal .controls div.navigate-left.enabled {
  border-right-color: #13DAEC; }

.reveal .controls div.navigate-right, .reveal .controls div.navigate-right.enabled {
  border-left-color: #13DAEC; }

.reveal .controls div.navigate-up, .reveal .controls div.navigate-up.enabled {
  border-bottom-color: #13DAEC; }

.reveal .controls div.navigate-down, .reveal .controls div.navigate-down.enabled {
  border-top-color: #13DAEC; }

.reveal .controls div.navigate-left.enabled:hover {
  border-right-color: #71ebf4; }

.reveal .controls div.navigate-right.enabled:hover {
  border-left-color: #71ebf4; }

.reveal .controls div.navigate-up.enabled:hover {
  border-bottom-color: #71ebf4; }

.reveal .controls div.navigate-down.enabled:hover {
  border-top-color: #71ebf4; }

/*********************************************
 * PROGRESS BAR
 *********************************************/
.reveal .progress {
  background: rgba(0, 0, 0, 0.2); }

.reveal .progress span {
  background: #13DAEC;
  -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }

/*********************************************
 * SLIDE NUMBER
 *********************************************/
.reveal .slide-number {
  color: #13DAEC; }

body {
  font-family: 'Helvetica-webfont', Helvetica, Arial, sans-serif;
  letter-spacing: normal; }
  body > header {
    height: 83px;
    background-image: url("../img/header-background.png");
    background-repeat: repeat-x; }
    body > header > div {
      max-width: 910px;
      min-width: 350px;
      margin-left: auto;
      margin-right: auto;
      position: relative; }
      body > header > div > a {
        display: block;
        position: absolute; }
      body > header > div > #university-of-rochester-logo-link {
        left: 0;
        right: auto; }
      body > header > div > #your-university-of-rochester-benefits-link {
        right: 0;
        left: auto; }
        body > header > div > #your-university-of-rochester-benefits-link #your-university-of-rochester-benefits-logo {
          position: relative;
          top: 22px;
          height: 54px; }
  body > div.content {
    background-color: black;
    position: relative;
    padding-bottom: 20px; }
    body > div.content.tabbed-mode > div.centering-wrapper > .white-border {
      padding: 7px 7px 7px 0;
      max-width: 75%; }
    body > div.content.tabbed-mode > div.centering-wrapper > .tab-area {
      width: 25%;
      height: 394px;
      margin: 0;
      padding: 0;
      border-color: white;
      border-style: solid;
      border-width: 0;
      border-right-width: 7px;
      background-color: black; }
      body > div.content.tabbed-mode > div.centering-wrapper > .tab-area > .tab.active {
        overflow: visible; }
        body > div.content.tabbed-mode > div.centering-wrapper > .tab-area > .tab.active > div {
          overflow: visible; }
    body > div.content.tabbed-mode > div.centering-wrapper .reveal .slides > section {
      overflow: hidden; }
    body > div.content > div.centering-wrapper {
      margin-left: auto;
      margin-right: auto;
      max-width: 910px;
      height: 450px;
      position: relative;
      padding-top: 30px; }
      body > div.content > div.centering-wrapper .cc-mask {
        position: absolute;
        background-color: black;
        bottom: 56px;
        left: 0;
        right: 0;
        height: 0;
        z-index: 15;
        overflow: hidden; }
        body > div.content > div.centering-wrapper .cc-mask video {
          background-color: black;
          display: block;
          position: absolute;
          top: 0;
          height: 48px;
          width: 910px; }
      body > div.content > div.centering-wrapper > div.slide-title {
        color: #ccc;
        position: absolute;
        top: 10px;
        left: 0;
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase; }
      body > div.content > div.centering-wrapper > .tab-area {
        position: absolute;
        left: 0;
        top: 30px;
        width: 0;
        height: 394px;
        display: inline-block;
        margin-left: auto;
        margin-right: 0;
        padding: 0;
        -ms-transition-property: width;
        -ms-transition-duration: 0.5s;
        -moz-transition-property: width;
        -moz-transition-duration: 0.5s;
        -webkit-transition-property: width;
        -webkit-transition-duration: 0.5s;
        transition-property: width;
        transition-duration: 0.5s; }
        body > div.content > div.centering-wrapper > .tab-area > .tab {
          position: relative;
          display: block;
          font-size: 13px;
          line-height: 28px;
          font-weight: bold;
          color: black;
          text-decoration: none;
          border-style: none;
          height: 62px;
          background-color: #C9AB2F;
          margin-bottom: 1px;
          width: 100%;
          overflow: hidden;
          -ms-transition-property: border-color, background-color;
          -ms-transition-duration: 0.5s;
          -moz-transition-property: border-color, background-color;
          -moz-transition-duration: 0.5s;
          -webkit-transition-property: border-color, background-color;
          -webkit-transition-duration: 0.5s;
          transition-property: border-color, background-color;
          transition-duration: 0.5s; }
          body > div.content > div.centering-wrapper > .tab-area > .tab > div {
            padding: 10px;
            background-color: #C9AB2F;
            top: 7px;
            left: 7px;
            bottom: 7px;
            right: 0;
            white-space: nowrap;
            position: absolute; }
          body > div.content > div.centering-wrapper > .tab-area > .tab.active {
            background-color: white; }
            body > div.content > div.centering-wrapper > .tab-area > .tab.active > div {
              width: 100%;
              background-color: #F6D245; }
      body > div.content > div.centering-wrapper > .white-border {
        max-width: 910px;
        margin-right: 0;
        margin-left: auto;
        background-color: white;
        padding: 7px;
        overflow: hidden;
        position: relative;
        -ms-transition-property: max-width;
        -ms-transition-duration: 0.5s;
        -moz-transition-property: max-width;
        -moz-transition-duration: 0.5s;
        -webkit-transition-property: max-width;
        -webkit-transition-duration: 0.5s;
        transition-property: max-width;
        transition-duration: 0.5s; }
        body > div.content > div.centering-wrapper > .white-border video {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%; }
        body > div.content > div.centering-wrapper > .white-border .reveal {
          overflow: hidden;
          height: 380px;
          background-color: #f6d245;
          letter-spacing: normal; }
          body > div.content > div.centering-wrapper > .white-border .reveal.loading {
            background-image: url('../img/loading.gif');
            background-position: center center;
            background-repeat: no-repeat; }
            body > div.content > div.centering-wrapper > .white-border .reveal.loading > .slides {
              opacity: 0; }
          body > div.content > div.centering-wrapper > .white-border .reveal .slides {
            padding: 0;
            -ms-transition-property: opacity;
            -ms-transition-duration: 0.5s;
            -moz-transition-property: opacity;
            -moz-transition-duration: 0.5s;
            -webkit-transition-property: opacity;
            -webkit-transition-duration: 0.5s;
            transition-property: opacity;
            transition-duration: 0.5s;
            opacity: 1; }
            body > div.content > div.centering-wrapper > .white-border .reveal .slides .slide-tabs img {
              margin-bottom: 15px; }
            body > div.content > div.centering-wrapper > .white-border .reveal .slides .slide-tabs div {
              margin: 0 auto;
              width: 510px; }
            body > div.content > div.centering-wrapper > .white-border .reveal .slides .slide-tabs div:last-child {
              text-align: left;
              font-size: 16px; }
            body > div.content > div.centering-wrapper > .white-border .reveal .slides .model-portfolio-charts {
              padding: 20px 0 0;
              height: 165px; }
            body > div.content > div.centering-wrapper > .white-border .reveal .slides .model-portfolio-chart {
              display: inline-block;
              font-size: 12px;
              height: 165px;
              width: 125px;
              vertical-align: bottom; }
              body > div.content > div.centering-wrapper > .white-border .reveal .slides .model-portfolio-chart img {
                width: 110px; }
              body > div.content > div.centering-wrapper > .white-border .reveal .slides .model-portfolio-chart p {
                display: inline-block;
                width: 110px;
                height: 30px; }
            body > div.content > div.centering-wrapper > .white-border .reveal .slides .model-portfolio-chart:hover {
              width: 125px;
              position: relative; }
              body > div.content > div.centering-wrapper > .white-border .reveal .slides .model-portfolio-chart:hover img {
                width: 125px; }
            body > div.content > div.centering-wrapper > .white-border .reveal .slides .model-portfolio-chart:hover .mouse-over-bubble {
              background: url('../img/word_bubble.png') no-repeat top center;
              display: inline-block;
              position: absolute;
              bottom: -55px;
              left: -50px;
              width: 230px;
              height: 70px;
              z-index: 7;
              line-height: 14px;
              text-align: center;
              margin: 0 7px 7px 5px; }
            body > div.content > div.centering-wrapper > .white-border .reveal .slides .mouse-over-bubble .text {
              width: 230px;
              height: 57px;
              padding: 10px 5px 0;
              text-align: center;
              vertical-align: middle; }
            body > div.content > div.centering-wrapper > .white-border .reveal .slides .model-portfolio-chart-key {
              display: inline-block;
              padding: 11px; }
            body > div.content > div.centering-wrapper > .white-border .reveal .slides .mouse-over-bubble {
              display: none; }
            body > div.content > div.centering-wrapper > .white-border .reveal .slides .model-portfolio-chart-key, body > div.content > div.centering-wrapper > .white-border .reveal .slides .line-break-image {
              position: relative;
              z-index: -1; }
            body > div.content > div.centering-wrapper > .white-border .reveal .slides #diversification {
              font-size: 17px; }
              body > div.content > div.centering-wrapper > .white-border .reveal .slides #diversification > .inline {
                vertical-align: bottom;
                margin-left: 20px; }
            body > div.content > div.centering-wrapper > .white-border .reveal .slides section {
              padding: 20px 0 0 0;
              font-size: 20px;
              line-height: 20px; }
              body > div.content > div.centering-wrapper > .white-border .reveal .slides section video {
                display: none; }
              body > div.content > div.centering-wrapper > .white-border .reveal .slides section img {
                border-style: none;
                padding: 0;
                margin: 0;
                box-shadow: none;
                background: transparent;
                opacity: 0;
                max-height: 100%;
                max-width: 100%; }
              body > div.content > div.centering-wrapper > .white-border .reveal .slides section div {
                opacity: 0; }
              body > div.content > div.centering-wrapper > .white-border .reveal .slides section.fade-in-content-disabled img {
                opacity: 1; }
              body > div.content > div.centering-wrapper > .white-border .reveal .slides section.fade-in-content-disabled div {
                opacity: 1; }
              body > div.content > div.centering-wrapper > .white-border .reveal .slides section div.tabs, body > div.content > div.centering-wrapper > .white-border .reveal .slides section div.tab {
                opacity: 1; }
              body > div.content > div.centering-wrapper > .white-border .reveal .slides section > video {
                display: none; }
              body > div.content > div.centering-wrapper > .white-border .reveal .slides section .inline {
                display: inline-block;
                vertical-align: middle; }
              body > div.content > div.centering-wrapper > .white-border .reveal .slides section .branch-button-label {
                text-align: left;
                margin: 0 0 20px 5px;
                font-size: 20px; }
              body > div.content > div.centering-wrapper > .white-border .reveal .slides section .branch-button {
                text-align: left;
                display: block;
                font-weight: bold;
                color: black;
                background-color: #6ECBE5;
                border-style: solid;
                border-color: white;
                border-width: 2px;
                margin: 5px;
                line-height: 15px;
                font-size: 15px;
                padding: 5px 12px 6px 12px; }
                body > div.content > div.centering-wrapper > .white-border .reveal .slides section .branch-button:hover {
                  color: white;
                  border-color: #487ea5;
                  background-color: #487ea5; }
                body > div.content > div.centering-wrapper > .white-border .reveal .slides section .branch-button.disabled {
                  pointer-events: none; }
                  body > div.content > div.centering-wrapper > .white-border .reveal .slides section .branch-button.disabled:hover {
                    color: black;
                    border-color: white;
                    background-color: #6ECBE5; }
              body > div.content > div.centering-wrapper > .white-border .reveal .slides section .choice-heading {
                position: absolute;
                left: 34px;
                text-align: left;
                top: 15px;
                text-align: left; }
              body > div.content > div.centering-wrapper > .white-border .reveal .slides section#max-contributions .label {
                font-size: 17px;
                line-height: 24px;
                text-align: left;
                font-weight: bold;
                margin-bottom: 10px; }
              body > div.content > div.centering-wrapper > .white-border .reveal .slides section#max-contributions table {
                background: #f9db5f;
                margin-right: 40px;
                border-spacing: 0; }
                body > div.content > div.centering-wrapper > .white-border .reveal .slides section#max-contributions table tr.top td {
                  font-size: 17px;
                  line-height: 22px;
                  padding: 20px; }
                  body > div.content > div.centering-wrapper > .white-border .reveal .slides section#max-contributions table tr.top td.right {
                    border-left: solid 1px #fae27f; }
                body > div.content > div.centering-wrapper > .white-border .reveal .slides section#max-contributions table tr.line {
                  height: 1px; }
                  body > div.content > div.centering-wrapper > .white-border .reveal .slides section#max-contributions table tr.line td {
                    background-color: black;
                    height: 1px;
                    line-height: 0;
                    font-size: 0; }
                body > div.content > div.centering-wrapper > .white-border .reveal .slides section#max-contributions table tr.bottom td {
                  font-size: 30px;
                  font-weight: bold;
                  padding: 20px; }
                  body > div.content > div.centering-wrapper > .white-border .reveal .slides section#max-contributions table tr.bottom td.right {
                    border-left: solid 1px #fae27f; }
              body > div.content > div.centering-wrapper > .white-border .reveal .slides section .image-title {
                padding: 0 0 10px 0;
                font-size: 14px;
                line-height: 24px;
                font-weight: bold; }
              body > div.content > div.centering-wrapper > .white-border .reveal .slides section#type-of-investor > div {
                font-size: 18px;
                line-height: 14px;
                margin-left: 50px; }
                body > div.content > div.centering-wrapper > .white-border .reveal .slides section#type-of-investor > div img {
                  margin-top: 10px; }
              body > div.content > div.centering-wrapper > .white-border .reveal .slides section#retirement-date-age input[name="birth-year"] {
                width: 45px;
                height: 25px;
                padding: 10px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                border-style: solid;
                border-color: silver; }
              body > div.content > div.centering-wrapper > .white-border .reveal .slides section#restart > .inline {
                margin-top: 20px;
                vertical-align: top; }
              body > div.content > div.centering-wrapper > .white-border .reveal .slides section#restart [src="img/restart.png"] {
                margin-right: -23px; }
              body > div.content > div.centering-wrapper > .white-border .reveal .slides section#restart .branch-button-label {
                font-size: 16px;
                line-height: 14px;
                margin-bottom: 15px; }
              body > div.content > div.centering-wrapper > .white-border .reveal .slides section#restart .call {
                margin-top: 25px;
                padding-left: 5px;
                font-size: 16px;
                text-align: left; }
                body > div.content > div.centering-wrapper > .white-border .reveal .slides section#restart .call a {
                  color: black; }
              body > div.content > div.centering-wrapper > .white-border .reveal .slides section #risk-tolerance-questionnaire-6 .question-page a {
                width: 210px; }
              body > div.content > div.centering-wrapper > .white-border .reveal .slides section #risk-tolerance-questionnaire-6 .center-button {
                margin-left: 265px; }
              body > div.content > div.centering-wrapper > .white-border .reveal .slides section.help-me-quiz .branch-button-label {
                width: 80%;
                margin: 30px auto 30px auto; }
              body > div.content > div.centering-wrapper > .white-border .reveal .slides section.help-me-quiz .question-number {
                display: inline-block;
                width: 130px;
                height: 29px;
                background-color: #fbe68f;
                vertical-align: middle; }
                body > div.content > div.centering-wrapper > .white-border .reveal .slides section.help-me-quiz .question-number p {
                  padding: 7px;
                  font-size: 13px; }
              body > div.content > div.centering-wrapper > .white-border .reveal .slides section.help-me-quiz > .inline {
                margin-bottom: 80px; }
              body > div.content > div.centering-wrapper > .white-border .reveal .slides section .question-page {
                display: inline-block;
                width: 780px;
                height: 330px;
                vertical-align: middle;
                padding-top: 20px;
                text-align: center; }
                body > div.content > div.centering-wrapper > .white-border .reveal .slides section .question-page table {
                  width: 780px; }
                  body > div.content > div.centering-wrapper > .white-border .reveal .slides section .question-page table td {
                    text-align: center; }
                body > div.content > div.centering-wrapper > .white-border .reveal .slides section .question-page .col-titles .title-color {
                  background-color: #f8da5b; }
                body > div.content > div.centering-wrapper > .white-border .reveal .slides section .question-page .col-titles td {
                  font-size: 12px;
                  border-bottom: 1px solid black; }
                  body > div.content > div.centering-wrapper > .white-border .reveal .slides section .question-page .col-titles td p {
                    padding: 5px;
                    margin: 0px; }
                body > div.content > div.centering-wrapper > .white-border .reveal .slides section .question-page .col-titles td:last-child p {
                  border-left: 2px solid #fae27f; }
                body > div.content > div.centering-wrapper > .white-border .reveal .slides section .question-page .graph {
                  height: 170px; }
                  body > div.content > div.centering-wrapper > .white-border .reveal .slides section .question-page .graph .graph-2 {
                    padding-top: 25px; }
                  body > div.content > div.centering-wrapper > .white-border .reveal .slides section .question-page .graph .graph-3 {
                    padding-top: 48px; }
                  body > div.content > div.centering-wrapper > .white-border .reveal .slides section .question-page .graph .graph-4 {
                    padding-top: 70px; }
                body > div.content > div.centering-wrapper > .white-border .reveal .slides section .question-page .question-number {
                  display: inline-block;
                  width: 130px;
                  height: 29px;
                  background-color: #fbe68f;
                  vertical-align: middle; }
                  body > div.content > div.centering-wrapper > .white-border .reveal .slides section .question-page .question-number p {
                    padding: 7px;
                    font-size: 13px; }
                body > div.content > div.centering-wrapper > .white-border .reveal .slides section .question-page .small-branch-button {
                  border-top: 1px solid #fae487; }
                  body > div.content > div.centering-wrapper > .white-border .reveal .slides section .question-page .small-branch-button .branch-button {
                    text-align: center;
                    height: 20px;
                    width: 110px;
                    padding: 5px 0 0px; }
                body > div.content > div.centering-wrapper > .white-border .reveal .slides section .question-page .small-branch-button:hover {
                  background-color: #f8da5b; }
                body > div.content > div.centering-wrapper > .white-border .reveal .slides section .question-page .branch-button-label {
                  padding: 30px 0 0; }
                body > div.content > div.centering-wrapper > .white-border .reveal .slides section .question-page .multiple-choose p {
                  text-align: left;
                  font-size: 14px;
                  padding-left: 5px; }
              body > div.content > div.centering-wrapper > .white-border .reveal .slides section .results-title {
                display: block;
                text-align: left;
                padding-left: 15px; }
                body > div.content > div.centering-wrapper > .white-border .reveal .slides section .results-title p {
                  padding-left: 75px;
                  padding-top: 25px; }
              body > div.content > div.centering-wrapper > .white-border .reveal .slides section .investments-key {
                text-align: left;
                line-height: 16px; }
                body > div.content > div.centering-wrapper > .white-border .reveal .slides section .investments-key .inline {
                  padding: 10px;
                  font-size: 17px;
                  float: left;
                  width: 275px; }
                  body > div.content > div.centering-wrapper > .white-border .reveal .slides section .investments-key .inline img {
                    padding-right: 10px;
                    float: left; }
                  body > div.content > div.centering-wrapper > .white-border .reveal .slides section .investments-key .inline p {
                    padding-left: 25px; }
              body > div.content > div.centering-wrapper > .white-border .reveal .slides section .quote {
                display: inline-block;
                margin: 10px auto;
                width: 575px; }
                body > div.content > div.centering-wrapper > .white-border .reveal .slides section .quote p {
                  text-align: left;
                  font-size: 13px;
                  padding-left: 38px; }
        body > div.content > div.centering-wrapper > .white-border .reveal .slides section[data-transition=fade-over].past, body > div.content > div.centering-wrapper > .white-border .reveal .slides section[data-transition=fade-over].future {
          -webkit-transition-delay: 0.5s;
          -moz-transition-delay: 0.5s;
          -ms-transition-delay: 0.5s;
          -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
          -webkit-transition-property: opacity;
          -moz-transition-property: opacity;
          -ms-transition-property: opacity;
          -o-transition-property: opacity;
          transition-property: opacity;
          -webkit-transition-duration: 0s;
          -moz-transition-duration: 0s;
          -ms-transition-duration: 0s;
          -o-transition-duration: 0s;
          transition-duration: 0s; }
        body > div.content > div.centering-wrapper > .white-border .reveal .slides section[data-transition=fade-over], body > div.content > div.centering-wrapper > .white-border .reveal.fade-over .slides section, body > div.content > div.centering-wrapper > .white-border .reveal.fade-over .slides > section > section {
          -webkit-transform: none;
          -moz-transform: none;
          -ms-transform: none;
          -o-transform: none;
          transform: none;
          -webkit-transition: opacity 0.5s;
          -moz-transition: opacity 0.5s;
          -ms-transition: opacity 0.5s;
          -o-transition: opacity 0.5s;
          transition: opacity 0.5s; }
        body > div.content > div.centering-wrapper > .white-border .reveal.fade-over.overview .slides section, body > div.content > div.centering-wrapper > .white-border .reveal.fade-over.overview .slides > section > section, body > div.content > div.centering-wrapper > .white-border .reveal.fade-over.overview-deactivating .slides section, body > div.content > div.centering-wrapper > .white-border .reveal.fade-over.overview-deactivating .slides > section > section {
          -webkit-transition: none;
          -moz-transition: none;
          -ms-transition: none;
          -o-transition: none;
          transition: none; }
      body > div.content > div.centering-wrapper div.section-menu {
        z-index: 100;
        position: absolute;
        top: 0;
        height: 100%;
        right: 0;
        width: 265px;
        padding-left: 0;
        background-color: black;
        color: white;
        padding-top: 15px; }
        body > div.content > div.centering-wrapper div.section-menu ul {
          padding-left: 0;
          padding-bottom: 15px;
          list-style-type: none;
          -webkit-margin-before: 0;
          -webkit-margin-after: 0;
          -webkit-margin-start: 0;
          -webkit-margin-end: 0;
          -webkit-padding-start: 0; }
        body > div.content > div.centering-wrapper div.section-menu li {
          padding-left: 15px;
          list-style: none;
          display: block; }
        body > div.content > div.centering-wrapper div.section-menu ul li ul li:hover {
          background-color: #333; }
        body > div.content > div.centering-wrapper div.section-menu a {
          text-decoration: none;
          line-height: 14px;
          font-size: 12px; }
        body > div.content > div.centering-wrapper div.section-menu a.l1 {
          color: #999999;
          font-weight: bold; }
        body > div.content > div.centering-wrapper div.section-menu a.l2 {
          color: #6ecbe5; }
        body > div.content > div.centering-wrapper div.section-menu a.l2:hover {
          backgroud-color: #333;
          color: #fff; }
        body > div.content > div.centering-wrapper div.section-menu a.active {
          color: #fff; }
      body > div.content > div.centering-wrapper > div.controls {
        height: 34px;
        padding-top: 15px;
        padding-bottom: 15px;
        position: relative;
        text-align: center;
        min-width: 670px;
        -ms-transition-property: opacity;
        -ms-transition-duration: 0.5s;
        -moz-transition-property: opacity;
        -moz-transition-duration: 0.5s;
        -webkit-transition-property: opacity;
        -webkit-transition-duration: 0.5s;
        transition-property: opacity;
        transition-duration: 0.5s;
        opacity: 1; }
        body > div.content > div.centering-wrapper > div.controls.loading {
          opacity: 0; }
        body > div.content > div.centering-wrapper > div.controls > .left-controls, body > div.content > div.centering-wrapper > div.controls > .right-controls {
          vertical-align: middle;
          display: inline-block;
          position: absolute; }
        body > div.content > div.centering-wrapper > div.controls > .left-controls {
          left: 0; }
        body > div.content > div.centering-wrapper > div.controls > .right-controls {
          right: 0; }
        body > div.content > div.centering-wrapper > div.controls a {
          vertical-align: middle;
          display: inline-block;
          background-repeat: no-repeat;
          text-decoration: none; }
          body > div.content > div.centering-wrapper > div.controls a.disabled {
            display: none;
            opacity: 0; }
        body > div.content > div.centering-wrapper > div.controls a.audio-playback-toggle {
          margin-top: 7px;
          margin-bottom: 7px;
          margin-left: -5px;
          background-position: bottom left;
          width: 23px;
          height: 23px;
          background-image: url('../img/play-toggle.png'); }
          body > div.content > div.centering-wrapper > div.controls a.audio-playback-toggle:hover {
            background-position: bottom right; }
          body > div.content > div.centering-wrapper > div.controls a.audio-playback-toggle.paused {
            background-position: top left; }
            body > div.content > div.centering-wrapper > div.controls a.audio-playback-toggle.paused:hover {
              background-position: top right; }
        body > div.content > div.centering-wrapper > div.controls a.caption-display-toggle {
          margin-left: 10px;
          width: 29px;
          height: 29px;
          background-image: url('../img/cc-toggle.png');
          background-position: top left; }
          body > div.content > div.centering-wrapper > div.controls a.caption-display-toggle.active, body > div.content > div.centering-wrapper > div.controls a.caption-display-toggle:hover {
            background-position: bottom left; }
        body > div.content > div.centering-wrapper > div.controls .volume-controls {
          display: inline-block;
          position: relative;
          margin: 7px 0 7px 5px; }
          body > div.content > div.centering-wrapper > div.controls .volume-controls a.volume-display-toggle {
            background-position: top left;
            height: 23px;
            width: 30px;
            background-image: url('../img/volume-display-toggle.png'); }
            body > div.content > div.centering-wrapper > div.controls .volume-controls a.volume-display-toggle:hover {
              background-position: top right; }
          body > div.content > div.centering-wrapper > div.controls .volume-controls .volume-slider {
            position: absolute;
            bottom: 24px;
            width: 26px;
            height: 96px;
            background: #000;
            display: none;
            z-index: 20; }
            body > div.content > div.centering-wrapper > div.controls .volume-controls .volume-slider .ui-slider {
              width: 2px;
              margin: 10px 12px;
              height: 70px;
              background: #999;
              border: 0 none;
              border-radius: 0; }
              body > div.content > div.centering-wrapper > div.controls .volume-controls .volume-slider .ui-slider .ui-slider-handle {
                width: 16px;
                height: 5px;
                border: 2px solid #000;
                background-color: #fff;
                border-radius: 0;
                left: -9px;
                margin-bottom: -4px; }
          body > div.content > div.centering-wrapper > div.controls .volume-controls.show-volume-control a.volume-display-toggle {
            background-position: top right; }
          body > div.content > div.centering-wrapper > div.controls .volume-controls.show-volume-control .volume-slider {
            display: block; }
        body > div.content > div.centering-wrapper > div.controls a.menu-toggle, body > div.content > div.centering-wrapper > div.controls a.enroll-button {
          font-weight: bold;
          border-style: solid;
          border-color: white;
          border-width: 2px;
          text-align: center;
          text-decoration: none;
          margin: 0 0 0 11px;
          color: white;
          line-height: 24px;
          padding-left: 15px;
          padding-right: 15px;
          font-size: 11px; }
        body > div.content > div.centering-wrapper > div.controls a.menu-toggle {
          background-color: #373737; }
          body > div.content > div.centering-wrapper > div.controls a.menu-toggle:hover {
            border-color: #575757;
            background-color: #575757;
            color: #FFF; }
        body > div.content > div.centering-wrapper > div.controls a.enroll-button {
          background-color: #cc6600; }
          body > div.content > div.centering-wrapper > div.controls a.enroll-button:hover {
            border-color: #575757;
            background-color: #575757;
            color: #FFF; }
        body > div.content > div.centering-wrapper > div.controls a.replay-button {
          margin-left: -100px;
          font-weight: normal;
          font-size: 11px;
          color: #999999;
          line-height: 38px;
          background-image: url('../img/replay-arrow.png');
          background-position: left 12px;
          padding-left: 18px; }
          body > div.content > div.centering-wrapper > div.controls a.replay-button:hover {
            background-position: left -73px;
            color: #fff; }
        body > div.content > div.centering-wrapper > div.controls a.back-button, body > div.content > div.centering-wrapper > div.controls a.continue-button, body > div.content > div.centering-wrapper > div.controls a.restart-button {
          font-weight: bold;
          border-style: solid;
          border-color: white;
          border-width: 2px;
          text-align: center;
          color: black;
          line-height: 28px;
          height: 28px;
          width: 165px;
          float: right;
          margin: 0 0 0 11px; }
        body > div.content > div.centering-wrapper > div.controls a.back-button {
          background-color: #999999; }
          body > div.content > div.centering-wrapper > div.controls a.back-button:hover {
            background-color: #575757;
            color: #FFF;
            border-color: #575757; }
        body > div.content > div.centering-wrapper > div.controls a.continue-button, body > div.content > div.centering-wrapper > div.controls a.restart-button {
          background-color: #6ECBE5; }
          body > div.content > div.centering-wrapper > div.controls a.continue-button:hover, body > div.content > div.centering-wrapper > div.controls a.restart-button:hover {
            background-color: #487ea5;
            border-color: #487ea5;
            color: #FFF; }
  body > footer {
    height: 83px;
    background-image: url("../img/header-background.png");
    background-repeat: repeat-x; }

/*
 * Suggestion:
 * Wrap the code for the slide you are working on in the id of the slide.
 * e.g.
 * #learn-about-retirement{
 *    ... your slide code ...
 * }
 * This should prevent CSS conflicts between us.
 */
/*
* Suggestion:
* Wrap the code for the slide you are working on in the id of the slide.
* e.g.
* #learn-about-retirement{
*    ... your slide code ...
* }
* This should prevent CSS conflicts between us.
*/
#one-step-investing, #help-me-quiz-one-step-investing {
  color: black; }
  #one-step-investing .heading, #help-me-quiz-one-step-investing .heading {
    font-size: 17px;
    color: white;
    position: absolute;
    top: 20px;
    left: 74px;
    font-weight: bold; }
  #one-step-investing .mainContent, #help-me-quiz-one-step-investing .mainContent {
    font-size: 17px;
    position: absolute;
    top: 79px;
    left: 39px;
    font-weight: bold; }
    #one-step-investing .mainContent .parenthesis, #help-me-quiz-one-step-investing .mainContent .parenthesis {
      margin-top: 7px;
      font-size: 12px;
      line-height: 18px;
      font-weight: normal; }

#mix-your-own, #help-me-quiz-mix-your-own {
  color: black; }
  #mix-your-own .strategyBlock, #mix-your-own .passiveBlock, #mix-your-own .activeBlock, #mix-your-own .annuityBlock, #help-me-quiz-mix-your-own .strategyBlock, #help-me-quiz-mix-your-own .passiveBlock, #help-me-quiz-mix-your-own .activeBlock, #help-me-quiz-mix-your-own .annuityBlock {
    display: inline-block;
    position: relative;
    vertical-align: middle; }
  #mix-your-own .strategyBlock, #help-me-quiz-mix-your-own .strategyBlock {
    margin-top: 70px; }
  #mix-your-own .passiveBlock, #mix-your-own .activeBlock, #mix-your-own .annuityBlock, #help-me-quiz-mix-your-own .passiveBlock, #help-me-quiz-mix-your-own .activeBlock, #help-me-quiz-mix-your-own .annuityBlock {
    margin-top: 40px;
    margin-left: 20px; }
  #mix-your-own .heading, #mix-your-own .mainContent, #help-me-quiz-mix-your-own .heading, #help-me-quiz-mix-your-own .mainContent {
    width: 70%;
    position: absolute;
    display: inline;
    text-align: center;
    top: 30px;
    left: 42px;
    font-weight: bold; }
  #mix-your-own .heading, #help-me-quiz-mix-your-own .heading {
    position: absolute;
    top: 20px;
    left: 32px;
    color: white; }
  #mix-your-own .passive, #mix-your-own .active, #mix-your-own .annuity, #help-me-quiz-mix-your-own .passive, #help-me-quiz-mix-your-own .active, #help-me-quiz-mix-your-own .annuity {
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    margin-left: 0; }
  #mix-your-own .mainContent, #help-me-quiz-mix-your-own .mainContent {
    font-size: 17px;
    line-height: 20px;
    position: absolute;
    top: 64px;
    left: 32px; }
    #mix-your-own .mainContent .parenthesis, #help-me-quiz-mix-your-own .mainContent .parenthesis {
      margin-top: 5%;
      font-size: 12px;
      line-height: 14px; }

#self-directed-brokerage .strategy-box, #help-me-quiz-self-directed-brokerage .strategy-box {
  position: relative;
  width: 224px;
  height: 201px;
  margin-right: 147px;
  margin-top: 70px;
  position: relative; }
  #self-directed-brokerage .strategy-box .strategy-id-label, #help-me-quiz-self-directed-brokerage .strategy-box .strategy-id-label {
    top: 20px;
    left: 0;
    right: 0;
    position: absolute;
    color: white;
    text-align: center;
    font-size: 17px;
    font-weight: bold; }
  #self-directed-brokerage .strategy-box .strategy-label, #help-me-quiz-self-directed-brokerage .strategy-box .strategy-label {
    top: 70px;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    font-size: 16px;
    line-height: 20px; }

#plan-overview-image-1, #plan-overview-image-2, #plan-overview-image-3 {
  position: absolute;
  display: inline-block;
  width: 500px;
  top: -120px;
  left: 15px; }

#plan-overview-logo {
  position: relative;
  display: inline-block;
  width: 389px;
  height: 152px; }

.logo-parent {
  position: absolute;
  top: -63px;
  right: 0px; }

/*
 * Suggestion:
 * Wrap the code for the slide you are working on in the id of the slide.
 * e.g.
 * #learn-about-retirement{
 *    ... your slide code ...
 * }
 * This should prevent CSS conflicts between us.
 */
/*
 * Suggestion:
 * Wrap the code for the slide you are working on in the id of the slide.
 * e.g.
 * #learn-about-retirement{
 *    ... your slide code ...
 * }
 * This should prevent CSS conflicts between us.
 */
/*# sourceMappingURL=main.css.map */