/* Colors */
/* Brand colors */
.media, .bd {
  overflow: hidden;
  _overflow: visible;
  zoom: 1; }

.media .img {
  float: left; }

.media .img img {
  display: block; }

.media .imgExt {
  float: right; }

#flashMessage {
  background: #FCEA83;
  font-size: 1.5em;
  text-align: center;
  color: #4d4d4d;
  border-bottom: 1px solid #d5d5d5; }

#current-balance, #balance-info, #balance-transfer {
  background: #fff;
  padding: 20px 3%; }

.page_navigation {
  background: #fff;
  border-bottom: 1px solid #d5d5d5;
  text-align: right;
  padding: 5px 3%; }
  .page_navigation a {
    font-size: 0.875em;
    color: #17b8e3;
    text-decoration: none;
    margin: 0 3px;
    padding: 2px 4px; }
    .page_navigation a.active_page {
      background: #17b8e3;
      color: #fff;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box; }
    .page_navigation a.first_link, .page_navigation a.last_link, .page_navigation a.next_link, .page_navigation a.previous_link {
      font-size: 1em; }

section {
  color: #4d4d4d; }

.title {
  margin-top: 2%;
  background: #663390;
  font-family: Georgia;
  color: #fff;
  overflow: hidden;
  font-weight: normal;
  padding: 1em 3% 1em 3%;
  font-size: 1em; }
  .title .ex-num {
    font-weight: bold; }
  .title h2 {
    float: left;
    font-weight: normal;
    font-style: italic;
    line-height: 1.5; }
  .title h3 {
    display: block;
    clear: both;
    font-weight: normal;
    font-style: italic;
    line-height: 1.5; }
  .title h2 {
    float: none; }
  .title h3 {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-style: normal;
    float: none; }
  .title a {
    float: right;
    color: #fff;
    font-size: 0.8em;
    text-decoration: none;
    border-bottom: 1px dashed; }

.meter {
  background: #fff;
  padding: 20px 3%;
  overflow: hidden; }
  .meter figure {
    width: 100%;
    margin: 0 auto; }
    .meter figure .meter-value {
      width: 100%;
      height: 30px;
      border: 1px solid #d5d5d5;
      background: #ebebeb; }
      .meter figure .meter-value .fill {
        background: #1c8ece;
        width: 0%;
        display: block;
        height: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        /* Safari 3.2+, Chrome */
        -moz-transition: all 0.3s ease-in-out;
        /* Firefox 4-15 */
        -o-transition: all 0.3s ease-in-out;
        /* Opera 10.5–12.00 */
        transition: all 0.3s ease-in-out;
        /* Firefox 16+, Opera 12.50+ */ }
    .meter figure .meter-text {
      display: block;
      opacity: 0;
      position: relative;
      border-left: 3px solid #ef502d;
      padding-top: 80px;
      margin-top: -29px;
      -webkit-transition: all 0.3s ease-in-out;
      /* Safari 3.2+, Chrome */
      -moz-transition: all 0.3s ease-in-out;
      /* Firefox 4-15 */
      -o-transition: all 0.3s ease-in-out;
      /* Opera 10.5–12.00 */
      transition: all 0.3s ease-in-out;
      /* Firefox 16+, Opera 12.50+ */ }
      .meter figure .meter-text span {
        color: #fff;
        padding: 10px;
        background: #ef502d;
        top: -8px;
        position: relative; }
        .meter figure .meter-text span.right {
          right: 122px; }
        .meter figure .meter-text span b {
          font-weight: normal;
          font-size: 0.8em;
          padding-left: 15px; }
    .meter figure p.notch {
      color: #d5d5d5;
      margin-top: 5px;
      top: 3px;
      position: relative; }
    .meter figure p {
      overflow: hidden; }
      .meter figure p span {
        width: 25%;
        float: left; }
        .meter figure p span b {
          font-weight: normal;
          float: right;
          text-align: right;
          width: auto !important; }

.meter-description {
  margin-top: 30px;
  font-family: Georgia;
  font-style: italic; }
  .meter-description a {
    color: #1c8ece;
    text-decoration: none;
    border-bottom: 1px dashed; }

.balance {
  background: #fff;
  padding: 20px 3%;
  text-align: center;
  line-height: 1; }
  .balance span {
    font-size: 3em; }
  .balance b {
    font-size: 5em; }
  .balance p {
    line-height: 2;
    font-family: Georgia;
    font-style: italic; }
  .balance div {
    margin: 20px 0; }
    .balance div a {
      font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 300;
      color: #fff;
      background: #31b7e8;
      border: none;
      padding: 0.5em 1em;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      text-decoration: none;
      -webkit-transition: all 0.3s ease-in-out;
      /* Safari 3.2+, Chrome */
      -moz-transition: all 0.3s ease-in-out;
      /* Firefox 4-15 */
      -o-transition: all 0.3s ease-in-out;
      /* Opera 10.5–12.00 */
      transition: all 0.3s ease-in-out;
      /* Firefox 16+, Opera 12.50+ */ }

.present-wrap {
  background: #fff;
  overflow: hidden; }
  .present-wrap div {
    padding: 20px 3%;
    text-align: center;
    width: 50%;
    float: left; }
    .present-wrap div span {
      font-size: 5em; }
  .present-wrap p {
    font-family: Georgia;
    font-style: italic; }
  .present-wrap a {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    color: #fff;
    background: #31b7e8;
    border: none;
    padding: 0.5em 1em;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    /* Safari 3.2+, Chrome */
    -moz-transition: all 0.3s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: all 0.3s ease-in-out;
    /* Opera 10.5–12.00 */
    transition: all 0.3s ease-in-out;
    /* Firefox 16+, Opera 12.50+ */
    display: block;
    margin: 20px auto; }

.entry {
  list-style: none;
  background: #fff;
  padding: 10px 3%;
  border-bottom: 1px solid #d5d5d5; }
  .entry a {
    color: #1c8ece; }
  .entry b {
    font-weight: bold; }
  .entry .date {
    color: #d5d5d5; }

.no-touch .balance div a:hover:hover, .no-touch .balance div a:hover:focus, .present-wrap a:hover:hover, .present-wrap a:hover:focus, .no-touch .balance div a:focus:hover, .no-touch .balance div a:focus:focus, .present-wrap a:focus:hover, .present-wrap a:focus:focus {
  background: #28cdff; }
.no-touch .balance div a:hover:active, .present-wrap a:hover:active, .no-touch .balance div a:focus:active, .present-wrap a:focus:active {
  -webkit-box-shadow: "inset 1px 1px 1px 1px #000";
  box-shadow: "inset 1px 1px 1px 1px #000"; }

#l1 {
  left: 12%;
  top: 45%; }

#l2 {
  left: 17%;
  top: 19%; }

#l3 {
  left: 33%;
  top: 10%; }

#l4 {
  top: 19%;
  left: 49%; }

#l5 {
  top: 45%;
  left: 53%; }

.lessonlist {
  overflow: hidden; }

@media all and (min-width: 48em) {
  .entry {
    overflow: hidden; }

  .entry p {
    width: 70%;
    float: left; }

  .entry .date {
    float: left;
    width: 30%;
    text-align: right; } }

  .full-width p{
    width: 100%;
  }