@charset "UTF-8";
/* Colors */
/* Brand colors */
.media, .bd {
  overflow: hidden;
  _overflow: visible;
  zoom: 1; }

.media .img {
  float: left; }

.media .img img {
  display: block; }

.media .imgExt {
  float: right; }

.small {
  font-size: 75%; }

#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%; }

#content img {
  border: 1px solid #d5d5d5; }

.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; }

#news .balance{
  border-bottom: 1px solid #d5d5d5;
}

.balance {
  background: #fff;
  padding: 20px 3%;
  text-align: center;
  line-height: 1; }
  .balance span {
    font-size: 3em; }
  .balance b {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-weight: 600;
    font-size: 5em; }
  .balance p {
    line-height: 1.4em;
    margin: 10px 0; }
  .balance div {
    margin: 20px 0; }
    .balance div a {
      font-family: "Ubuntu Condensed", sans-serif;
      color: #fff;
      background: #1c8ece;
      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: "Ubuntu Condensed", sans-serif;
    color: #fff;
    background: #1c8ece;
    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: #31b7e8; }
.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; }

.bod a.btn {
  font-family: "Ubuntu Condensed", sans-serif;
  color: #fff;
  background: #1c8ece;
  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+ */
  width: 12em;
  font-size: 1.3em; }

p.center {
  text-align: center; }

@media all and (min-width: 48em) {
  .page_navigation br{
    display: none;
  }

  .entry {
    overflow: hidden; }

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

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