

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes flash {
  0% {
    border-left-color: #fff; }
  50% {
    border-left-color: #eeb111; }
  100% {
    border-left-color: #fff; } }

@keyframes flash {
  0% {
    border-left-color: #fff; }
  50% {
    border-left-color: #eeb111; }
  100% {
    border-left-color: #fff; } }

.flash .program-card-content,
.flash-card .program-card-content {
  -webkit-animation: flash;
  animation: flash;
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
  -webkit-animation-name: flash;
          animation-name: flash;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
   }

@-webkit-keyframes jelly {
  from {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  30% {
    -webkit-transform: scale(1.25, 0.75);
            transform: scale(1.25, 0.75); }
  40% {
    -webkit-transform: scale(0.75, 1.25);
            transform: scale(0.75, 1.25); }
  50% {
    -webkit-transform: scale(1.15, 0.85);
            transform: scale(1.15, 0.85); }
  65% {
    -webkit-transform: scale(0.95, 1.05);
            transform: scale(0.95, 1.05); }
  75% {
    -webkit-transform: scale(1.05, 0.95);
            transform: scale(1.05, 0.95); }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

@keyframes jelly {
  from {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  30% {
    -webkit-transform: scale(1.25, 0.75);
            transform: scale(1.25, 0.75); }
  40% {
    -webkit-transform: scale(0.75, 1.25);
            transform: scale(0.75, 1.25); }
  50% {
    -webkit-transform: scale(1.15, 0.85);
            transform: scale(1.15, 0.85); }
  65% {
    -webkit-transform: scale(0.95, 1.05);
            transform: scale(0.95, 1.05); }
  75% {
    -webkit-transform: scale(1.05, 0.95);
            transform: scale(1.05, 0.95); }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand; }




#apt_container {
  position: relative;
  z-index: 0; }
  #apt_container .ui-slider {
    -webkit-transition: background 0.1s linear;
    transition: background 0.1s linear;
    background-color: #656565;
    height: 0.1rem;
    margin-top: 1.6rem;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 0; }
    #apt_container .ui-slider:after {
      content: "";
      left: 0;
      background: #cacaca;
      position: absolute;
      bottom: 0;
      height: 100%;
      width: 2px;
      height: 1em;
      margin-bottom: -0.5em; }
    #apt_container .ui-slider:before {
      content: "";
      left: 100%;
      background: #cacaca;
      position: absolute;
      bottom: 0;
      height: 100%;
      width: 2px;
      height: 1em;
      margin-bottom: -0.5em; }
    #apt_container .ui-slider span.marker-one:after {
      content: "";
      left: 14.2857%;
      background: #cacaca;
      position: absolute;
      bottom: 0;
      height: 100%;
      width: 2px;
      height: 1em;
      margin-bottom: -0.5em;
      opacity: 0.5; }
    #apt_container .ui-slider span.marker-two:after {
      content: "";
      left: 28.5714%;
      background: #cacaca;
      position: absolute;
      bottom: 0;
      height: 100%;
      width: 2px;
      height: 1em;
      margin-bottom: -0.5em;
      opacity: 0.5; }
    #apt_container .ui-slider span.marker-three:after {
      content: "";
      left: 42.8571%;
      background: #cacaca;
      position: absolute;
      bottom: 0;
      height: 100%;
      width: 2px;
      height: 1em;
      margin-bottom: -0.5em;
      opacity: 0.5; }
    #apt_container .ui-slider span.marker-four:after {
      left: 57.1429%;
      content: "";
      background: #cacaca;
      position: absolute;
      bottom: 0;
      height: 100%;
      width: 2px;
      height: 1em;
      margin-bottom: -0.5em;
      opacity: 0.5; }
    #apt_container .ui-slider span.marker-five:after {
      content: "";
      left: 71.4286%;
      background: #cacaca;
      position: absolute;
      bottom: 0;
      height: 100%;
      width: 2px;
      height: 2em;
      height: 1em;
      margin-bottom: -0.5em;
      opacity: 0.5; }
    #apt_container .ui-slider span.marker-six:after {
      content: "";
      background: #cacaca;
      position: absolute;
      bottom: 0;
      left: 85.7143%;
      height: 100%;
      width: 2px;
      height: 1em;
      margin-bottom: -0.5em;
      opacity: 0.5; }
    @media print {
      #apt_container .ui-slider {
        border-bottom: 1pt solid #cacaca; } }
    #apt_container .ui-slider:hover {
      background-color: #414042; }
      #apt_container .ui-slider:hover .ui-slider-handle {
        background: #a6ce39; }
  #apt_container #salary,
  #apt_container #growth {
    margin-top: 3.2rem; }
  #apt_container .ui-slider-none,
  #apt_container .ui-slider-high {
    position: absolute;
    bottom: -3.2rem;
    color: #919191; }
  #apt_container .ui-slider-none {
    left: 0; }
  #apt_container .ui-slider-high {
    right: 0; }
  #apt_container .ui-slider-handle {
    -webkit-transition: background 0.1s linear;
    transition: background 0.1s linear;
    background: #004712;
    border: none;
    border-radius: 200%;
    cursor: pointer;
    height: 1.6rem;
    position: absolute;
    top: -0.8rem;
    width: 1.6rem;
    z-index: 2; }
    @media print {
      #apt_container .ui-slider-handle {
        background-color: #cacaca !important; } }
  #apt_container .ui-state-default {
    margin-left: -0.8rem; }
  #apt_container .ui-slider-range {
    -webkit-box-shadow: 0 0 1px #656565 0.2rem 0.4rem 0.2rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 1px #656565 0.2rem 0.4rem 0.2rem rgba(0, 0, 0, 0.15);
    background: #004712;
    border: 0;
    display: block;
    height: 0.2rem;
    position: absolute;
    z-index: 1; }

.skills_info {
  cursor: pointer;
  display: inline-block;
  height: 1.6rem;
  margin-left: 0.3rem;
  vertical-align: text-top;
  width: 1.6rem; }
  .skills_info .icon-info-circle-green {
    width: 15px;
    height: 16px; }

.infoBubble {
  background-color: #cacaca;
  display: block;
  font-size: 1.4rem;
  left: 0;
  padding: 2rem;
  position: absolute;
  top: 3rem;
  z-index: 5;
  width: 28.5rem; }
  @media screen and (min-width: 48em) {
    .infoBubble {
      width: 32rem; } }
  @media print, screen and (min-width: 64em) {
    .infoBubble {
      width: 44.5rem; } }
  @media print {
    .infoBubble {
      background-color: #cacaca;
      border: 1pt solid #cacaca !important; } }
  .infoBubble p {
    font-size: 1.5rem; }

@media print {
  .infoBubble-active {
    display: block; } }

.embedLink {
  text-decoration: underline; }

.skills-header-title span {
  text-transform: capitalize;
  display: inline-block; }

@media screen and (min-width: 48em) {
  .skills_header_content {
    float: left;
    width: 100%; } }

.skills_header_cta {
  margin: 2rem 0;
  width: auto; }
  @media screen and (min-width: 48em) {
    .skills_header_cta {
      float: right; } }

#aptitude_skillsSliders {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media print, screen and (min-width: 40em) {
    #aptitude_skillsSliders {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row;
              flex-flow: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-top: 2.8rem; } }
  #aptitude_skillsSliders li {
    list-style: none;
    margin-bottom: 9rem; }
    @media print, screen and (min-width: 40em) {
      #aptitude_skillsSliders li {
        margin-bottom: 6.4rem;
        -ms-flex-preferred-size: 47%;
            flex-basis: 47%; } }
    #aptitude_skillsSliders li:first-child {
      margin-top: 3.2rem; }
      @media print, screen and (min-width: 40em) {
        #aptitude_skillsSliders li:first-child {
          margin-top: 0; } }
    @media print, screen and (min-width: 40em) {
      #aptitude_skillsSliders li:nth-of-type(even) .infoBubble::before {
        left: auto;
        right: 5.6rem; } }
    #aptitude_skillsSliders li .label-span {
      position: relative; }

#skills_content {
  list-style: none;
  margin: 0;
  padding: 0; }
  #skills_content > li {
    clear: both;
    list-style: none; }

#aptitude_refineContainer,
#aptitude_result {
  list-style: none;
  margin: 0;
  padding: 0; }
  #aptitude_refineContainer > li,
  #aptitude_result > li {
    clear: both;
    list-style: none; }

.barRow {
  -webkit-transition: linear 0.2s background;
  transition: linear 0.2s background;
  cursor: pointer;
  display: block;
  list-style: none;
  min-height: 6.4rem;
  padding: 2rem;
  position: relative; }
  @media print {
    .barRow {
      margin-bottom: 4rem; } }
  .barRow.isHidden {
    display: none; }
  .barRow > label {
    display: block;
    padding-top: 0.5rem; }
  .barRow .bar {
    background-color: #a6ce39;
    display: block;
    height: 0.8rem;
    margin-top: 0.5rem;
    position: relative; }
    @media print {
      .barRow .bar {
        border-bottom: 10pt solid #cacaca;
        height: 0; } }
    .barRow .bar span {
      font-weight: 700;
      position: absolute;
      right: -3rem;
      top: -0.6rem;
      width: 2rem; }
  .barRow:nth-child(2n) .bar {
    background-color: #a6ce39; }
    @media print {
      .barRow:nth-child(2n) .bar {
        border-bottom: 10pt solid #656565; } }
  .barRow .hideBar {
    cursor: pointer;
    border: none;
    display: none;
    left: -2.4rem;
    outline: none;
    opacity: 0.6;
    position: absolute;
    top: 1.6rem; }
    .barRow .hideBar .svg {
      height: 1.6rem;
      width: 1.6rem; }
    .barRow .hideBar:hover {
      opacity: 1; }
  .barRow .infoBubble {
    display: none;
    left: 0;
    top: 115%;
    width: 100%;
    background: none; }
    @media print {
      .barRow .infoBubble {
        display: block;
        position: relative;
        top: 1.5rem !important; } }

.infoBubble_tables table {
  height: 17.4rem;
  margin: 1rem 0;
  width: 100%; }
  .infoBubble_tables table tbody {
    background-color: transparent; }
  .infoBubble_tables table tr {
    border-bottom: 0.1rem solid rgba(145, 145, 145, 0.5);
    display: block;
    margin-bottom: 0.5rem;
    overflow: hidden;
    padding-bottom: 0.5rem; }
    .infoBubble_tables table tr:last-child {
      border-bottom: 0; }
    .infoBubble_tables table tr:nth-of-type(even) {
      background-color: transparent; }
  .infoBubble_tables table td,
  .infoBubble_tables table th {
    font-size: 1.5rem;
    display: block;
    padding: 0;
    width: 100%; }
    @media print, screen and (min-width: 40em) {
      .infoBubble_tables table td,
      .infoBubble_tables table th {
        float: left;
        vertical-align: text-top; } }
    @media print, screen and (min-width: 64em) {
      .infoBubble_tables table td,
      .infoBubble_tables table th {
        font-size: 1.7rem; } }
  @media print, screen and (min-width: 40em) {
    .infoBubble_tables table th {
      width: 29rem; } }
  @media print, screen and (min-width: 40em) {
    .infoBubble_tables table td {
      width: auto; } }

.infoBubble_bars legend {
  font-size: 1.6rem;
  margin: 0;
  width: auto; }

.infoBubble_bars .jobKey,
.infoBubble_bars .userKey {
  display: inline-block; }
  .infoBubble_bars .jobKey::before,
  .infoBubble_bars .userKey::before {
    content: "";
    display: inline-block;
    height: 1rem;
    margin-right: 1rem;
    width: 1rem; }

.infoBubble_bars .jobKey:before {
  background: #004712; }

.infoBubble_bars .userKey {
  margin-right: 2rem; }
  .infoBubble_bars .userKey:before {
    background: #a6ce39; }

.infoBubble_bars ul {
  clear: both;
  margin: 0 0 2rem; }
  .infoBubble_bars ul li {
    clear: both;
    list-style: none;
    margin: 0;
    padding-top: 0.5rem; }
  @media print, screen and (min-width: 40em) {
    .infoBubble_bars ul .label-span {
      float: left;
      width: 30%; } }
  @media print, screen and (min-width: 64em) {
    .infoBubble_bars ul .label-span {
      float: left;
      width: 20%; } }
  @media print {
    .infoBubble_bars ul .label-span {
      float: left;
      width: 30%; } }

.infoBubble_bars label {
  display: block;
  float: left;
  width: 50%; }

.infoBubble_bars .jobBar,
.infoBubble_bars .userBar {
  display: block;
  height: 1rem;
  position: relative; }

.infoBubble_bars .jobBar {
  background-color: #004712; }
  @media print {
    .infoBubble_bars .jobBar {
      border-top: 5pt solid #cacaca; } }

.infoBubble_bars .userBar {
  background-color: #a6ce39; }
  @media print {
    .infoBubble_bars .userBar {
      border-top: 5pt solid #656565; } }

.infoBubble_bars_header {
  font-size: 2rem; }
  @media print, screen and (min-width: 64em) {
    .infoBubble_bars_header {
      float: left;
      padding-right: 1.2rem; } }

.infoBubble_bars_title {
  border-bottom: 0.1rem solid #919191;
  margin: 0 0 0.5rem;
  overflow: hidden;
  padding-bottom: 0.3rem; }
  @media print, screen and (min-width: 40em) {
    .infoBubble_bars_title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row;
              flex-flow: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.infoBubble_bars_container {
  padding-top: 0.3rem;
  display: block;
  float: right;
  width: 50%; }
  @media print, screen and (min-width: 40em) {
    .infoBubble_bars_container {
      float: left;
      width: 68%; } }
  @media print, screen and (min-width: 64em) {
    .infoBubble_bars_container {
      width: 80%; } }
  @media print {
    .infoBubble_bars_container {
      width: 70%; } }

.infoBubble_bars_value {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(1px 1px 1px 1px);
          clip-path: inset(1px 1px 1px 1px);
  height: 1px;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 1px;
  color: #919191;
  display: inline-block;
  font-size: 1rem;
  position: absolute;
  right: -2rem;
  top: -0.4rem; }

#aptitude_pagination {
  clear: both;
  margin: 2.4rem 0;
  position: relative;
  text-align: center; }
  #aptitude_pagination::before {
    border-top: 0.1rem solid #cacaca;
    content: "";
    display: block;
    height: 0.1rem;
    left: 0;
    position: absolute;
    top: 60%;
    width: 100%; }

#aptitude_next {
  display: inline-block;
  font-size: 2rem;
  margin: 0;
  position: relative;
  top: 0.5rem;
  text-decoration: none; }
  #aptitude_next:hover {
    text-decoration: underline; }
  #aptitude_next .svg {
    fill: currentColor;
    height: 1.6rem;
    position: relative;
    top: 0.2rem;
    width: 1.6rem; }

#aptitude_moreInfo {
  display: none;
  padding: 2em 0 0; }
  #aptitude_moreInfo > h4 {
    margin: 1em 0 0.7em; }
  #aptitude_moreInfo p {
    margin: 1em 0; }

.aptitude_nextSteps {
  background: #f6f6f6;
  padding: 2rem;
  margin-bottom: 2rem; }
  .aptitude_nextSteps .next-steps-title {
    margin: 0; }
  .aptitude_nextSteps .button {
    display: inline-block; }
  .aptitude_nextSteps .button:not(.secondary) {
    margin-right: 1rem; }

#aptitude_scale {
  border-top: 0.1rem solid #cacaca;
  font-size: 1.3rem;
  height: 0.5rem;
  margin: 3.2rem 0 3.2rem 0;
  position: relative;
  text-align: right; }
  #aptitude_scale .aptitude-scale-low,
  #aptitude_scale .aptitude-scale-high {
    color: #919191;
    position: absolute; }
  #aptitude_scale .aptitude-scale-low {
    left: 0; }
  #aptitude_scale .aptitude-scale-high {
    right: 0; }
  #aptitude_scale .legend {
    color: #919191;
    position: relative;
    top: -30px; }
  #aptitude_scale .skills_info {
    position: relative;
    top: -2.7rem;
    z-index: 9; }
  #aptitude_scale .infoBubble {
    left: auto;
    right: 30rem;
    text-align: left; }
    #aptitude_scale .infoBubble:before {
      left: auto;
      right: 3.2rem; }

#aptitude_bars {
  margin-block: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: -1rem;
          margin-inline-start: -1rem;
  padding: 0;
  width: 101%; }

.aptitude_updateButton {
  width: auto; }

#aptitude_refineToggle {
  display: inline-block; }
  @media print, screen and (min-width: 40em) {
    #aptitude_refineToggle {
      float: right;
      width: 45%; } }
  #aptitude_refineToggle .svg {
    fill: currentColor;
    height: 1.6rem;
    width: 1.6rem; }
  #aptitude_refineToggle .icon-util-chevron-down {
    display: inline-block; }
  #aptitude_refineToggle .icon-util-chevron-up {
    display: none; }
  #aptitude_refineToggle.active {
    margin-bottom: 0; }
    #aptitude_refineToggle.active .icon-util-chevron-down {
      display: none; }
    #aptitude_refineToggle.active .icon-util-chevron-up {
      display: inline-block; }

#aptitude_refineContainer {
  clear: both;
  position: relative; }
  #aptitude_refineContainer > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none;
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
    -webkit-margin-after: 0;
            margin-block-end: 0;
    margin-inline: 0;
    padding: 0; }
    #aptitude_refineContainer > ul > li {
      -webkit-margin-after: 5rem;
              margin-block-end: 5rem; }
      @media screen and (min-width: 48em) {
        #aptitude_refineContainer > ul > li:first-child {
          -ms-flex-preferred-size: 35%;
              flex-basis: 35%; } }
      @media print, screen and (min-width: 64em) {
        #aptitude_refineContainer > ul > li:first-child {
          -ms-flex-preferred-size: 25%;
              flex-basis: 25%; } }
      @media screen and (min-width: 48em) {
        #aptitude_refineContainer > ul > li:nth-child(2) {
          -ms-flex-preferred-size: 55%;
              flex-basis: 55%; } }
      @media print, screen and (min-width: 64em) {
        #aptitude_refineContainer > ul > li:nth-child(2) {
          -ms-flex-preferred-size: 65%;
              flex-basis: 65%; } }
      #aptitude_refineContainer > ul > li label .sliderVal {
        display: inline-block;
        margin-left: 10px; }
        #aptitude_refineContainer > ul > li label .sliderVal span {
          display: inline-block;
          padding: 0 5px;
          font-weight: 700; }
      #aptitude_refineContainer > ul > li .label-span {
        position: relative; }
    #aptitude_refineContainer > ul .rangeSlider .ui-slider-handle {
      border-radius: 0;
      height: 3.2rem;
      top: -1.6rem;
      width: 1.2rem; }

#educationToggle {
  margin: 0;
  overflow: hidden;
  padding: 0; }
  #educationToggle li {
    list-style: none;
    margin: 0.8rem 0; }
    @media print, screen and (min-width: 40em) {
      #educationToggle li {
        float: left;
        width: 48%; } }
    @media screen and (min-width: 75em) {
      #educationToggle li {
        width: 33%; } }
    @media print, screen and (min-width: 40em) {
      #educationToggle li:nth-of-type(2n) {
        float: right; } }
    @media screen and (min-width: 75em) {
      #educationToggle li:nth-of-type(2n) {
        float: left; } }
    @media screen and (min-width: 75em) {
      #educationToggle li:nth-of-type(3n) {
        float: right; } }
    #educationToggle li .check {
      border: 0;
      display: inline-block;
      position: relative;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='icon-util-checked' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3e%3crect x='2' y='3.4' fill='%23004712' width='35.9' height='35.7' /%3e%3crect x='8.4' y='9.5' fill='%23ffffff' width='23.7' height='23.5' /%3e%3cpolygon fill='%23004712' points='34,0.9 16.7,28.7 5.4,21.2 5.8,27.7 18,36.2 34.6,10.5' /%3e%3c/svg%3e");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: 16px 16px;
      padding-left: 2.4rem;
      cursor: pointer;
      text-align: left; }
      @media print {
        #educationToggle li .check {
          -webkit-print-color-adjust: exact;
                  print-color-adjust: exact;
          background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='icon-util-checked' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3e%3crect x='2' y='3.4' fill='%23004712' width='35.9' height='35.7' /%3e%3crect x='8.4' y='9.5' fill='%23ffffff' width='23.7' height='23.5' /%3e%3cpolygon fill='%23004712' points='34,0.9 16.7,28.7 5.4,21.2 5.8,27.7 18,36.2 34.6,10.5' /%3e%3c/svg%3e");
          background-position: 0 5px !important;
          background-repeat: no-repeat !important;
          background-size: 16px 16px !important; } }
      #educationToggle li .check .svg {
        float: left;
        height: 2.4rem;
        margin-right: 1rem;
        width: 2.4rem; }
      #educationToggle li .check .icon-util-checkbox {
        display: none; }
      #educationToggle li .check .icon-util-checked {
        display: inline-block; }
      #educationToggle li .check.off {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='icon-util-checkbox' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3e%3crect x='1.3' y='2.1' fill='%23004712' width='37.4' height='37.2' /%3e%3crect x='7.9' y='8.4' fill='%23ffffff' width='24.7' height='24.4' /%3e%3c/svg%3e"); }
        @media print {
          #educationToggle li .check.off {
            -webkit-print-color-adjust: exact;
                    print-color-adjust: exact;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='icon-util-checkbox' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3e%3crect x='1.3' y='2.1' fill='%23004712' width='37.4' height='37.2' /%3e%3crect x='7.9' y='8.4' fill='%23ffffff' width='24.7' height='24.4' /%3e%3c/svg%3e"); } }
        #educationToggle li .check.off .icon-util-checkbox {
          display: inline-block; }
        #educationToggle li .check.off .icon-util-checked {
          display: none; }

#aptitude_result {
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  clear: both;
  display: none;
  padding-top: 2rem; }
  #aptitude_result h3 {
    margin-top: 3.2rem;
    display: inline-block;
    width: 100%; }


.skills_close {
  cursor: pointer;
  display: block;
  height: 2rem;
  outline: none;
  position: absolute;
  right: 0.5rem;
  top: 1rem;
  width: 2rem; }
  .skills_close .icon-util-x {
    height: 1rem;
    width: 1rem; }

.embed-popup {
  background: #f6f6f6;
  border-top: 0.5rem solid #919191;
  bottom: -20rem;
  display: none;
  height: 19rem;
  left: 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 1; }

.embed-popup-title {
  font-size: 2rem;
  padding: 1.5rem 3rem; }

.embed-code-select {
  margin: auto;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 90%; }
  @media screen and (min-width: 75em) {
    .embed-code-select {
      max-width: 120rem; } }
  .embed-code-select > textarea {
    border: 0.4rem solid #cacaca;
    color: #414042;
    font-family: Courier, Monaco, monospace;
    font-size: 1.2rem;
    font-weight: 400;
    height: 9rem;
    padding: 0 1rem; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.invisible {
  visibility: hidden; }

.clearfix {
  *zoom: 1; }
  .clearfix:after, .clearfix:before {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a {
    text-decoration: underline; }
    a:visited {
      text-decoration: underline; }
    a[href]:after {
      content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after {
    content: ""; }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  img,
  tr {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

#skills_content #nextSteps .req_button:focus, #skills_content #nextSteps .req_button:hover {
  color: #fff;
  background-color: #bf5e31; }

#skills_content #nextSteps .req_button:active {
  background-color: #ad532a; }

#skills_content #nextSteps .req_button:focus, #skills_content #nextSteps .req_button:hover {
  color: #fff; }

.label-span-title {
  display: inline-block;
  font-weight: 700;
  font-size: 1.8rem;
  margin: 0; }

@media screen and (min-width: 48em) {
  .addthis_responsive_sharing {
    float: right; } }

.nojs {
  display: none; }

.no-js .nojs {
  display: block; }

.no-js .info:hover .infoBubble {
  display: block; }

.aptitude_footnotes h4,
.aptitude_footnotes p {
  color: #919191;
  font-size: 1.5rem; }

.bar-click {
  cursor: pointer !important; }
  .bar-click .icon-util-chevron-down,
  .bar-click .icon-util-chevron-up {
    fill: #414042;
    width: 1.5rem;
    height: 1.3rem;
    display: inline; }
  .bar-click .icon-util-chevron-up {
    display: none; }
  .bar-click.expanded {
    background: rgba(202, 202, 202, 0.5); }
    .bar-click.expanded .label-span {
      font-weight: 700; }
    .bar-click.expanded .icon-util-chevron-up {
      display: inline; }
    .bar-click.expanded .icon-util-chevron-down {
      display: none; }
    .bar-click.expanded .infoBubble {
      display: inline !important;
      position: relative; }

.introjs-overlay {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  position: absolute;
  z-index: 999999; }

.introjs-fixParent {
  -webkit-transform: none !important;
          transform: none !important;
  position: absolute !important;
  opacity: 1 !important;
  z-index: auto !important; }

.introjs-showElement {
  z-index: 9999999 !important; }

tr.introjs-showElement > td,
tr.introjs-showElement > th {
  position: relative;
  z-index: 9999999 !important; }

.introjs-disableInteraction {
  position: absolute;
  z-index: 99999999 !important; }

.introjs-relativePosition {
  position: relative; }

.introjs-helperLayer {
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4) 0.2rem 0.4rem 0.2rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4) 0.2rem 0.4rem 0.2rem rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  background-color: #fff;
  border: 0.1rem solid #f6f6f6;
  border-radius: 0.4rem;
  z-index: 9999998; }

.introjs-tooltipReferenceLayer {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: transparent;
  position: absolute;
  z-index: 10000000; }

.introjs-helperLayer * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }
  .introjs-helperLayer *:after, .introjs-helperLayer *:before {
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }

.introjs-helperNumberLayer {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4) 0.2rem 0.4rem 0.2rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4) 0.2rem 0.4rem 0.2rem rgba(0, 0, 0, 0.15);
  background-color: #697f23;
  border: 0.2rem solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 1.4rem;
  height: 3rem;
  left: -1.6rem;
  padding: 0.2rem;
  position: absolute;
  text-align: center;
  top: -1.6rem;
  width: 3rem;
  z-index: 9999999999 !important; }

.introjs-arrow {
  border: 0.5rem solid white;
  content: "";
  position: absolute; }
  .introjs-arrow.top {
    border-color: transparent transparent #fff transparent;
    top: -1rem; }
  .introjs-arrow.top-right {
    border-color: transparent transparent #fff transparent;
    right: 1rem;
    top: -1rem; }
  .introjs-arrow.top-middle {
    border-color: transparent transparent #fff transparent;
    left: 50%;
    margin-left: -0.5rem;
    top: -1rem; }
  .introjs-arrow.right {
    border-color: transparent transparent transparent #fff;
    right: -1rem;
    top: 1rem; }
  .introjs-arrow.right-bottom {
    border-color: transparent transparent transparent #fff;
    bottom: 1rem;
    right: -1rem; }
  .introjs-arrow.bottom {
    border-color: #fff transparent transparent transparent;
    bottom: -1rem; }
  .introjs-arrow.left {
    border-color: transparent #fff transparent transparent;
    left: -1rem;
    top: 1rem; }
  .introjs-arrow.left-bottom {
    border-color: transparent #fff transparent transparent;
    bottom: 1rem;
    left: -1rem; }

.introjs-tooltip {
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4) 0.2rem 0.4rem 0.2rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4) 0.2rem 0.4rem 0.2rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-radius: 0.3rem;
  max-width: 30rem;
  min-width: 20rem;
  padding: 1rem;
  position: absolute; }

.introjs-tooltiptext {
  font-size: 1.6rem; }

.introjs-tooltipbuttons {
  text-align: right;
  white-space: nowrap; }

.introjs-button {
  text-shadow: 1px 1px 0 #fff 0.2rem 0.2rem rgba(0, 0, 0, 0.5);
  border-radius: 4;
  background-clip: padding-box;
  background-clip: padding;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  background-color: #f6f6f6;
  border: 0.1rem solid #919191;
  cursor: pointer;
  *display: inline;
  display: inline-block;
  font-size: 1.3rem;
  margin-top: 1rem;
  outline: none;
  overflow: visible;
  padding: 1rem;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  zoom: 1; }
  .introjs-button:hover {
    -webkit-box-shadow: 0 1px 1px #f6f6f6 0.2rem 0.4rem 0.2rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 1px #f6f6f6 0.2rem 0.4rem 0.2rem rgba(0, 0, 0, 0.15);
    border-color: #cacaca;
    text-decoration: none; }
  .introjs-button:active, .introjs-button:focus {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#f4f4f4));
    background-image: linear-gradient(#ececec, #f4f4f4); }
  .introjs-button::-moz-focus-inner {
    border: 0;
    padding: 0; }

.introjs-skipbutton {
  color: #cacaca;
  margin-right: 0.5rem; }

.introjs-prevbutton {
  border-radius: 4 0 0 4;
  background-clip: padding-box;
  border-right: none; }

.introjs-nextbutton {
  border-radius: 0 4 4 0;
  background-clip: padding-box; }

.introjs-disabled {
  background-color: #f6f6f6;
  background-image: none;
  border-color: #cacaca;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #919191;
  cursor: default;
  text-decoration: none; }
  .introjs-disabled:focus, .introjs-disabled:hover {
    background-color: #f6f6f6;
    background-image: none;
    border-color: #cacaca;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #919191;
    cursor: default;
    text-decoration: none; }

.introjs-bullets {
  text-align: center; }
  .introjs-bullets ul {
    clear: both;
    display: inline-block;
    padding: 0;
    margin: 1.5rem auto 0; }
    .introjs-bullets ul li {
      float: left;
      list-style: none;
      margin: 0 0.2rem; }
      .introjs-bullets ul li a {
        border-radius: 10;
        background-clip: padding-box;
        display: block;
        height: 0.6rem;
        width: 0.6rem;
        background: #cacaca;
        text-decoration: none; }
        .introjs-bullets ul li a:hover, .introjs-bullets ul li a.active {
          background: #919191; }

.introjs-progress {
  border-radius: 4;
  background-clip: padding-box;
  background-color: #f6f6f6;
  height: 1rem;
  margin: 1rem 0 0.5rem;
  overflow: hidden; }

.introjs-progressbar {
  background-color: #9bad4c;
  float: left;
  font-size: 1rem;
  height: 100%;
  line-height: 1rem;
  text-align: center;
  width: 0; }

.introjsFloatingElement {
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 0; }
