@import url("//fonts.googleapis.com/css?family=Kameron:400,700");
@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic,700italic");
@import url("//fonts.googleapis.com/css?family=Open+Sans:400,700,600");
/*KeyFrame Defaults (pre-made don't edit)*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

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

  100% {
    opacity: 0; } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px); } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px); } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px); } }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px); } }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0); }

  20% {
    -webkit-transform: translateY(0); }

  40% {
    -webkit-transform: translateY(-30px); }

  50% {
    -webkit-transform: translateY(0); }

  60% {
    -webkit-transform: translateY(-15px); }

  80% {
    -webkit-transform: translateY(0); }

  100% {
    -webkit-transform: translateY(0); } }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }

  70% {
    -webkit-transform: scale(0.9); }

  100% {
    -webkit-transform: scale(1); } }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }

  80% {
    -webkit-transform: translateY(-10px); }

  100% {
    -webkit-transform: translateY(0); } }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }

  80% {
    -webkit-transform: translateY(10px); }

  100% {
    -webkit-transform: translateY(0); } }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px); }

  80% {
    -webkit-transform: translateX(10px); }

  100% {
    -webkit-transform: translateX(0); } }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px); }

  80% {
    -webkit-transform: translateX(-10px); }

  100% {
    -webkit-transform: translateX(0); } }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1); }

  25% {
    -webkit-transform: scale(0.95); }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0); }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0; }

  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; }

  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0; } }

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

  25% {
    opacity: 0; }

  50% {
    opacity: 1; }

  75% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0); }

  10% {
    -webkit-transform: translateX(-10px); }

  20% {
    -webkit-transform: translateX(10px); }

  30% {
    -webkit-transform: translateX(-10px); }

  40% {
    -webkit-transform: translateX(10px); }

  50% {
    -webkit-transform: translateX(-10px); }

  60% {
    -webkit-transform: translateX(10px); }

  70% {
    -webkit-transform: translateX(-10px); }

  80% {
    -webkit-transform: translateX(10px); }

  90% {
    -webkit-transform: translateX(-10px); }

  100% {
    -webkit-transform: translateX(0); } }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1); }

  10% {
    -webkit-transform: scale(0.9) rotate(-3deg); }

  20% {
    -webkit-transform: scale(0.9) rotate(-3deg); }

  30% {
    -webkit-transform: scale(1.1) rotate(3deg); }

  40% {
    -webkit-transform: scale(1.1) rotate(-3deg); }

  50% {
    -webkit-transform: scale(1.1) rotate(3deg); }

  60% {
    -webkit-transform: scale(1.1) rotate(-3deg); }

  70% {
    -webkit-transform: scale(1.1) rotate(3deg); }

  80% {
    -webkit-transform: scale(1.1) rotate(-3deg); }

  90% {
    -webkit-transform: scale(1.1) rotate(3deg); }

  100% {
    -webkit-transform: scale(1) rotate(0); } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }

  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }

  100% {
    opacity: 0;
    -moz-transform: translateY(-20px); } }

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }

  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }

  100% {
    opacity: 0;
    -moz-transform: translateY(20px); } }

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px); }

  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }

  100% {
    opacity: 0;
    -moz-transform: translateX(-20px); } }

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px); }

  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }

  100% {
    opacity: 0;
    -moz-transform: translateX(20px); } }

@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }

  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }

  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }

@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }

  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }

  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }

@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }

  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }

  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }

@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }

  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }

  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3); }

  50% {
    opacity: 1;
    -moz-transform: scale(1.05); }

  70% {
    -moz-transform: scale(0.9); }

  100% {
    -moz-transform: scale(1); } }

@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }

  60% {
    opacity: 1;
    -moz-transform: translateY(30px); }

  80% {
    -moz-transform: translateY(-10px); }

  100% {
    -moz-transform: translateY(0); } }

@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }

  60% {
    opacity: 1;
    -moz-transform: translateY(-30px); }

  80% {
    -moz-transform: translateY(10px); }

  100% {
    -moz-transform: translateY(0); } }

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }

  60% {
    opacity: 1;
    -moz-transform: translateX(-30px); }

  80% {
    -moz-transform: translateX(10px); }

  100% {
    -moz-transform: translateX(0); } }

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }

  60% {
    opacity: 1;
    -moz-transform: translateX(30px); }

  80% {
    -moz-transform: translateX(-10px); }

  100% {
    -moz-transform: translateX(0); } }

@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1); }

  25% {
    -moz-transform: scale(0.95); }

  50% {
    opacity: 1;
    -moz-transform: scale(1.1); }

  100% {
    opacity: 0;
    -moz-transform: scale(0.3); } }

@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0); }

  20% {
    opacity: 1;
    -moz-transform: translateY(20px); }

  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }

@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0); }

  20% {
    opacity: 1;
    -moz-transform: translateY(-20px); }

  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }

@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0); }

  20% {
    opacity: 1;
    -moz-transform: translateX(20px); }

  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }

@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0); }

  20% {
    opacity: 1;
    -moz-transform: translateX(-20px); }

  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }

@-moz-keyframes flash {
  0% {
    opacity: 1; }

  25% {
    opacity: 0; }

  50% {
    opacity: 1; }

  75% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes bounce {
  0% {
    -moz-transform: translateY(0); }

  20% {
    -moz-transform: translateY(0); }

  40% {
    -moz-transform: translateY(-30px); }

  50% {
    -moz-transform: translateY(0); }

  60% {
    -moz-transform: translateY(-15px); }

  80% {
    -moz-transform: translateY(0); }

  100% {
    -moz-transform: translateY(0); } }

@-moz-keyframes shake {
  0% {
    -moz-transform: translateX(0); }

  10% {
    -moz-transform: translateX(-10px); }

  20% {
    -moz-transform: translateX(10px); }

  30% {
    -moz-transform: translateX(-10px); }

  40% {
    -moz-transform: translateX(10px); }

  50% {
    -moz-transform: translateX(-10px); }

  60% {
    -moz-transform: translateX(10px); }

  70% {
    -moz-transform: translateX(-10px); }

  80% {
    -moz-transform: translateX(10px); }

  90% {
    -moz-transform: translateX(-10px); }

  100% {
    -moz-transform: translateX(0); } }

@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }

  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }

  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }

  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }

  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }

  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }

  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }

@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0; }

  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; }

  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0; } }

@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1); }

  10% {
    -moz-transform: scale(0.9) rotate(-3deg); }

  20% {
    -moz-transform: scale(0.9) rotate(-3deg); }

  30% {
    -moz-transform: scale(1.1) rotate(3deg); }

  40% {
    -moz-transform: scale(1.1) rotate(-3deg); }

  50% {
    -moz-transform: scale(1.1) rotate(3deg); }

  60% {
    -moz-transform: scale(1.1) rotate(-3deg); }

  70% {
    -moz-transform: scale(1.1) rotate(3deg); }

  80% {
    -moz-transform: scale(1.1) rotate(-3deg); }

  90% {
    -moz-transform: scale(1.1) rotate(3deg); }

  100% {
    -moz-transform: scale(1) rotate(0); } }

@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-ms-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(20px); }

  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }

@-ms-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -ms-transform: translateY(0); }

  100% {
    opacity: 0;
    -ms-transform: translateY(-20px); } }

@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px); }

  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }

@-ms-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -ms-transform: translateY(0); }

  100% {
    opacity: 0;
    -ms-transform: translateY(20px); } }

@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(20px); }

  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }

@-ms-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -ms-transform: translateX(0); }

  100% {
    opacity: 0;
    -ms-transform: translateX(-20px); } }

@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-20px); }

  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }

@-ms-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -ms-transform: translateX(0); }

  100% {
    opacity: 0;
    -ms-transform: translateX(20px); } }

@-ms-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px); }

  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }

@-ms-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -ms-transform: translateY(0); }

  100% {
    opacity: 0;
    -ms-transform: translateY(-2000px); } }

@-ms-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px); }

  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }

@-ms-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -ms-transform: translateY(0); }

  100% {
    opacity: 0;
    -ms-transform: translateY(2000px); } }

@-ms-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px); }

  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }

@-ms-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -ms-transform: translateX(0); }

  100% {
    opacity: 0;
    -ms-transform: translateX(-2000px); } }

@-ms-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px); }

  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }

@-ms-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -ms-transform: translateX(0); }

  100% {
    opacity: 0;
    -ms-transform: translateX(2000px); } }

@-ms-keyframes bounceIn {
  0% {
    opacity: 0;
    -ms-transform: scale(0.3); }

  50% {
    opacity: 1;
    -ms-transform: scale(1.05); }

  70% {
    -ms-transform: scale(0.9); }

  100% {
    -ms-transform: scale(1); } }

@-ms-keyframes bounceInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px); }

  60% {
    opacity: 1;
    -ms-transform: translateY(30px); }

  80% {
    -ms-transform: translateY(-10px); }

  100% {
    -ms-transform: translateY(0); } }

@-ms-keyframes bounceInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px); }

  60% {
    opacity: 1;
    -ms-transform: translateY(-30px); }

  80% {
    -ms-transform: translateY(10px); }

  100% {
    -ms-transform: translateY(0); } }

@-ms-keyframes bounceInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px); }

  60% {
    opacity: 1;
    -ms-transform: translateX(-30px); }

  80% {
    -ms-transform: translateX(10px); }

  100% {
    -ms-transform: translateX(0); } }

@-ms-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px); }

  60% {
    opacity: 1;
    -ms-transform: translateX(30px); }

  80% {
    -ms-transform: translateX(-10px); }

  100% {
    -ms-transform: translateX(0); } }

@-ms-keyframes bounceOut {
  0% {
    -ms-transform: scale(1); }

  25% {
    -ms-transform: scale(0.95); }

  50% {
    opacity: 1;
    -ms-transform: scale(1.1); }

  100% {
    opacity: 0;
    -ms-transform: scale(0.3); } }

@-ms-keyframes bounceOutUp {
  0% {
    -ms-transform: translateY(0); }

  20% {
    opacity: 1;
    -ms-transform: translateY(20px); }

  100% {
    opacity: 0;
    -ms-transform: translateY(-2000px); } }

@-ms-keyframes bounceOutDown {
  0% {
    -ms-transform: translateY(0); }

  20% {
    opacity: 1;
    -ms-transform: translateY(-20px); }

  100% {
    opacity: 0;
    -ms-transform: translateY(2000px); } }

@-ms-keyframes bounceOutLeft {
  0% {
    -ms-transform: translateX(0); }

  20% {
    opacity: 1;
    -ms-transform: translateX(20px); }

  100% {
    opacity: 0;
    -ms-transform: translateX(-2000px); } }

@-ms-keyframes bounceOutRight {
  0% {
    -ms-transform: translateX(0); }

  20% {
    opacity: 1;
    -ms-transform: translateX(-20px); }

  100% {
    opacity: 0;
    -ms-transform: translateX(2000px); } }

@-ms-keyframes flash {
  0% {
    opacity: 1; }

  25% {
    opacity: 0; }

  50% {
    opacity: 1; }

  75% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-ms-keyframes bounce {
  0% {
    -ms-transform: translateY(0); }

  20% {
    -ms-transform: translateY(0); }

  40% {
    -ms-transform: translateY(-30px); }

  50% {
    -ms-transform: translateY(0); }

  60% {
    -ms-transform: translateY(-15px); }

  80% {
    -ms-transform: translateY(0); }

  100% {
    -ms-transform: translateY(0); } }

@-ms-keyframes shake {
  0% {
    -ms-transform: translateX(0); }

  10% {
    -ms-transform: translateX(-10px); }

  20% {
    -ms-transform: translateX(10px); }

  30% {
    -ms-transform: translateX(-10px); }

  40% {
    -ms-transform: translateX(10px); }

  50% {
    -ms-transform: translateX(-10px); }

  60% {
    -ms-transform: translateX(10px); }

  70% {
    -ms-transform: translateX(-10px); }

  80% {
    -ms-transform: translateX(10px); }

  90% {
    -ms-transform: translateX(-10px); }

  100% {
    -ms-transform: translateX(0); } }

@-ms-keyframes rotateInDownLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1; } }

@-ms-keyframes rotateInUpLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(90deg);
    opacity: 0; }

  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1; } }

@-ms-keyframes rotateInUpRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0; }

  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1; } }

@-ms-keyframes rotateInDownRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(90deg);
    opacity: 0; }

  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1; } }

@-ms-keyframes rotateOutDownLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1; }

  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(90deg);
    opacity: 0; } }

@-ms-keyframes rotateOutUpLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1; }

  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0; } }

@-ms-keyframes rotateOutDownRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1; }

  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0; } }

@-ms-keyframes rotateOutUpRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1; }

  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(90deg);
    opacity: 0; } }

@-ms-keyframes rotateIn {
  0% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(-200deg);
    opacity: 0; }

  100% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(0);
    opacity: 1; } }

@-ms-keyframes rotateOut {
  0% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(0);
    opacity: 1; }

  100% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(200deg);
    opacity: 0; } }

@-ms-keyframes tada {
  0% {
    -ms-transform: scale(1); }

  10% {
    -ms-transform: scale(0.9) rotate(-3deg); }

  20% {
    -ms-transform: scale(0.9) rotate(-3deg); }

  30% {
    -ms-transform: scale(1.1) rotate(3deg); }

  40% {
    -ms-transform: scale(1.1) rotate(-3deg); }

  50% {
    -ms-transform: scale(1.1) rotate(3deg); }

  60% {
    -ms-transform: scale(1.1) rotate(-3deg); }

  70% {
    -ms-transform: scale(1.1) rotate(3deg); }

  80% {
    -ms-transform: scale(1.1) rotate(-3deg); }

  90% {
    -ms-transform: scale(1.1) rotate(3deg); }

  100% {
    -ms-transform: scale(1) rotate(0); } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }

  100% {
    opacity: 0;
    transform: translateY(-20px); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }

  100% {
    opacity: 0;
    transform: translateY(20px); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }

  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }

  100% {
    opacity: 0;
    transform: translateX(-20px); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); }

  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }

  100% {
    opacity: 0;
    transform: translateX(20px); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0); }

  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0); }

  100% {
    opacity: 0;
    transform: translateY(2000px); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px); }

  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0); }

  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }

  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0); }

  100% {
    opacity: 0;
    transform: translateX(2000px); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }

  50% {
    opacity: 1;
    transform: scale(1.05); }

  70% {
    transform: scale(0.9); }

  100% {
    transform: scale(1); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }

  60% {
    opacity: 1;
    transform: translateY(30px); }

  80% {
    transform: translateY(-10px); }

  100% {
    transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px); }

  60% {
    opacity: 1;
    transform: translateY(-30px); }

  80% {
    transform: translateY(10px); }

  100% {
    transform: translateY(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }

  60% {
    opacity: 1;
    transform: translateX(-30px); }

  80% {
    transform: translateX(10px); }

  100% {
    transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }

  60% {
    opacity: 1;
    transform: translateX(30px); }

  80% {
    transform: translateX(-10px); }

  100% {
    transform: translateX(0); } }

@keyframes bounceOut {
  0% {
    transform: scale(1); }

  25% {
    transform: scale(0.95); }

  50% {
    opacity: 1;
    transform: scale(1.1); }

  100% {
    opacity: 0;
    transform: scale(0.3); } }

@keyframes bounceOutUp {
  0% {
    transform: translateY(0); }

  20% {
    opacity: 1;
    transform: translateY(20px); }

  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

@keyframes bounceOutDown {
  0% {
    transform: translateY(0); }

  20% {
    opacity: 1;
    transform: translateY(-20px); }

  100% {
    opacity: 0;
    transform: translateY(2000px); } }

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0); }

  20% {
    opacity: 1;
    transform: translateX(20px); }

  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

@keyframes bounceOutRight {
  0% {
    transform: translateX(0); }

  20% {
    opacity: 1;
    transform: translateX(-20px); }

  100% {
    opacity: 0;
    transform: translateX(2000px); } }

@keyframes flash {
  0% {
    opacity: 1; }

  25% {
    opacity: 0; }

  50% {
    opacity: 1; }

  75% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes bounce {
  0% {
    transform: translateY(0); }

  20% {
    transform: translateY(0); }

  40% {
    transform: translateY(-30px); }

  50% {
    transform: translateY(0); }

  60% {
    transform: translateY(-15px); }

  80% {
    transform: translateY(0); }

  100% {
    transform: translateY(0); } }

@keyframes shake {
  0% {
    transform: translateX(0); }

  10% {
    transform: translateX(-10px); }

  20% {
    transform: translateX(10px); }

  30% {
    transform: translateX(-10px); }

  40% {
    transform: translateX(10px); }

  50% {
    transform: translateX(-10px); }

  60% {
    transform: translateX(10px); }

  70% {
    transform: translateX(-10px); }

  80% {
    transform: translateX(10px); }

  90% {
    transform: translateX(-10px); }

  100% {
    transform: translateX(0); } }

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }

  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }

  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }

  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }

  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }

  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; }

  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0; } }

@keyframes tada {
  0% {
    transform: scale(1); }

  10% {
    transform: scale(0.9) rotate(-3deg); }

  20% {
    transform: scale(0.9) rotate(-3deg); }

  30% {
    transform: scale(1.1) rotate(3deg); }

  40% {
    transform: scale(1.1) rotate(-3deg); }

  50% {
    transform: scale(1.1) rotate(3deg); }

  60% {
    transform: scale(1.1) rotate(-3deg); }

  70% {
    transform: scale(1.1) rotate(3deg); }

  80% {
    transform: scale(1.1) rotate(-3deg); }

  90% {
    transform: scale(1.1) rotate(3deg); }

  100% {
    transform: scale(1) rotate(0); } }


#spacer{
    display:block;
    width:100%;
    min-height:10px;
}

.label_explain{
   
    font-size: 12px;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  animation-name: fadeIn; }

.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  -ms-animation-name: fadeOut;
  animation-name: fadeOut; }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  -ms-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  -ms-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  -ms-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  -ms-animation-name: fadeInRight;
  animation-name: fadeInRight; }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  -ms-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  -ms-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  -ms-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  -ms-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  -ms-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  -ms-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  -ms-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  -ms-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  -ms-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  -ms-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  -ms-animation-name: bounce;
  animation-name: bounce; }

.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  -ms-animation-name: bounceIn;
  animation-name: bounceIn; }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  -ms-animation-name: bounceInDown;
  animation-name: bounceInDown; }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  -ms-animation-name: bounceInUp;
  animation-name: bounceInUp; }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  -ms-animation-name: bounceInRight;
  animation-name: bounceInRight; }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  -ms-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  -ms-animation-name: bounceOut;
  animation-name: bounceOut; }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  -ms-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  -ms-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  -ms-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  -ms-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  -ms-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  -ms-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  -ms-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  -ms-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  -ms-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  -ms-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  -ms-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  -ms-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  -ms-animation-name: rotateIn;
  animation-name: rotateIn; }

.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  -ms-animation-name: rotateOut;
  animation-name: rotateOut; }

.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  -ms-animation-name: flash;
  animation-name: flash; }

.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  -ms-animation-name: shake;
  animation-name: shake; }

.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  -ms-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes showHelps {
  0% {
    right: -49em; }

  100% {
    right: -1em; } }

@-webkit-keyframes hideHelps {
  0% {
    right: -1em; }

  100% {
    right: -49em; } }

@-webkit-keyframes tabSelected {
  0% {
    top: -2.5em; }

  100% {
    top: -3em; } }

@-webkit-keyframes tabNotSelected {
  0% {
    top: -3em; }

  100% {
    top: -2.5em; } }

@-moz-keyframes showHelps {
  0% {
    right: -49em; }

  100% {
    right: -1em; } }

@-moz-keyframes hideHelps {
  0% {
    right: -1em; }

  100% {
    right: -49em; } }

@-moz-keyframes tabSelected {
  0% {
    top: -2.5em; }

  100% {
    top: -3em; } }

@-moz-keyframes tabNotSelected {
  0% {
    top: -3em; }

  100% {
    top: -2.5em; } }

@-ms-keyframes showHelps {
  0% {
    right: -49em; }

  100% {
    right: -1em; } }

@-ms-keyframes hideHelps {
  0% {
    right: -1em; }

  100% {
    right: -49em; } }

@-ms-keyframes tabSelected {
  0% {
    top: -2.5em; }

  100% {
    top: -3em; } }

@-ms-keyframes tabNotSelected {
  0% {
    top: -3em; }

  100% {
    top: -2.5em; } }

@keyframes showHelps {
  0% {
    right: -49em; }

  100% {
    right: -1em; } }

@keyframes hideHelps {
  0% {
    right: -1em; }

  100% {
    right: -49em; } }

@keyframes tabSelected {
  0% {
    top: -2.5em; }

  100% {
    top: -3em; } }

@keyframes tabNotSelected {
  0% {
    top: -3em; }

  100% {
    top: -2.5em; } }

body, div, span, p,
blockquote, a, em, font, strike, strong,
sub, sup, dt, dd, li, label, legend, th, td,
textarea, input {
  font-family: Open Sans, sans-serif; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu,
nav, section, dialog {
  display: block; }

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1; }

html {
  height: auto;
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

body, button, input, select, textarea {
  font: 100%/1.5 Kameron, Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
  *font-size: 1em;
  color: #333; }

p, blockquote, q, pre, address,
hr, code, samp, dl, ol,
ul, form, table, fieldset, menu,
img {
  margin: 0 0 1.5em;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: Kameron, Futura, "Century Gothic", AppleGothic, sans-serif;
  color: #222;
  font-weight: normal; }

h1 {
  margin: 0;
  font-size: 2.6em;
  line-height: 1.2em;
  margin-bottom: 0.4em; }

h2 {
  margin: 0;
  font-size: 3em;
  line-height: 1em;
  margin-bottom: 0.5em; }

h3 {
  margin: 0;
  font-size: 2.25em;
  line-height: 1.3333333333333333333333333333333em;
  margin-bottom: 0.6667em; }

h4 {
  margin: 0;
  font-size: 1.5em;
  line-height: 1em;
  margin-bottom: 1em; }

h5 {
  margin: 0;
  font-size: 1.3125em;
  line-height: 1.1428571428571428571428571428571em;
  margin-bottom: 1.1428571428571428571428571428571em; }

h6 {
  margin: 0;
  font-size: 1.125em;
  line-height: 1.3333333333333333333333333333333em;
  margin-bottom: 1.3333333333333333333333333333333em; }

p, ul, blockquote, pre, td,
th, label {
  margin: 0;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  color: black; }

small, p.small {
  margin: 0;
  font-size: 0.875em;
  line-height: 1.7142857142857142857142857142857em;
  margin-bottom: 1.7142857142857142857142857142857em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

pre, code, kbd, samp {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  font-family: Menlo, Consolas, 'DejaVu Sans Mono', Monaco, monospace; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.5em; }
  table th {
    text-align: left; }
  table tr, table th, table td {
    padding-right: 1.5em;
    border-bottom: 0 solid #333; }

form {
  margin: 0; }
  form fieldset {
    border: 0;
    padding: 0; }
    form fieldset legend {
      *margin-left: -.75em; }
  form textarea {
    overflow: auto;
    vertical-align: top; }
  form button, form input, form select, form textarea {
    vertical-align: baseline;
    *vertical-align: middle; }
  form button, form input {
    line-height: normal;
    *overflow: visible; }
  form button, form input[type="button"], form input[type="reset"], form input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button; }
  form input[type="checkbox"], form input[type="radio"] {
    box-sizing: border-box; }
  form input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
  form input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  form button::-moz-focus-inner, form input::-moz-focus-inner {
    border: 0;
    padding: 0; }

blockquote, q {
  font-family: serif;
  font-style: italic;
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  font-family: serif;
  content: '';
  content: none; }

blockquote {
  font-family: serif;
  font-style: italic;
  /*padding: 0 4.5em 0 1.5em;*/
  border-left: 3px solid #ccc; }
  blockquote p {
    font-family: serif;
    font-style: italic;
    padding: 0; }
  blockquote strong, blockquote em {
    font-family: serif; }

blockquote a {
  font-family: inherit; }

.storyQuote {
  padding: 1em 5em;
  font-family: serif;
  font-style: italic;
  font-weight: bold;
  text-align: center; }

ul, ol {
  list-style-position: inside;
  padding: 0; }

li ul, li ol {
  margin: 0 1.5em; }

dl dd {
  margin-left: 1.5em; }

dt {
  font-family: Futura, "Century Gothic", AppleGothic, sans-serif; }

a {
  text-decoration: none;
  color: #009db9; }

a:hover {
  text-decoration: underline; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: none; }

figure {
  margin: 0; }

img, object, embed, video {
  max-width: 100%;
  _width: 100%; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #333;
  cursor: help; }

ins, mark {
  text-decoration: none; }

mark {
  background: #c47529; }

ins {
  background: #d49855; }

del {
  text-decoration: line-through; }

::-moz-selection {
  background: #c47529;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #c47529;
  color: #fff;
  text-shadow: none; }

strong, b, dt {
  font-weight: bold; }

dfn {
  font-style: italic; }

var, address {
  font-style: normal; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -1em;
  font-size: .4em; }

sub {
  bottom: -0.25em; }

span.amp {
  font-family: Adobe Caslon Pro,Baskerville, "Goudy Old Style", "Palatino", "Palatino Linotype", "Book Antiqua", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 110%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

.cf:before, .cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  min-width: 100%;
  background-color: white; }

.pageWrap {
  width: 61.250em;
  margin: 0px auto; }
  .pageWrap .grid [class*='col-'] {
    float: left;
    padding: 0 1.5em; }
  .pageWrap .grid .col-full {
    width: 100%; }
  .pageWrap .grid .col-half {
    width: 50%; }
  .pageWrap .grid .col-oneThird {
    width: 33.333%; }
  .pageWrap .grid .col-twoThirds {
    width: 66.667%; }
  .pageWrap .grid .col-oneQuarter {
    width: 25%; }
  .pageWrap .grid .col-threeQuarters {
    width: 75%; }
  .pageWrap .grid .col-oneEighth {
    width: 12.5%; }

.fullWidth, .module.sectionButton, .module.columnHeader, .module.featuredStories, .module.featuredStories .featuredItem, .module.featuredQuickview, .module.featuredQuickview .quickviewItem, .module.calendar, .module.calendar .calendarContainer {
  width: 100%;
  height: auto; }

.module.sectionHeader {
  text-align: center; }
  .module.sectionHeader h2 {
    color: #27241a;
    font-size: 4.438em; }
.module.links {
  margin-bottom: .5em; }
  .module.links a {
    color: #FFFFFF; }
.module.sectionButton {
  text-align: center;
  padding: 2em 0em; }
  .module.sectionButton a.button {
    background: #a8de25;
    -moz-border-radius: 0.4em;
    -webkit-border-radius: 0.4em;
    border-radius: 0.4em;
    -webkit-background-clip: padding-box;
    font-size: 1.163em;
    color: #000;
    font-family: Kameron;
    padding: 1em 3em;
    cursor: pointer;
    display: inline-block; }
.module.columnHeader h3 {
  color: #000;
  font-size: 1.550em; }
.module.columnHeader.secondHeader {
  margin-top: 3.750em; }
.module.columnHeader.featuredStoriesHeader {
  width: 100%;
  text-align: center; }
  .module.columnHeader.featuredStoriesHeader h3 {
    font-size: 2.85em; }
.module.columnHeader.meetTheChallengeHeader h3 {
  font-size: 1.85em; }
.module.featuredStories {
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 2em;
  height: 25em;
  min-height: 25em;
  max-height: 25em;
  overflow: hidden; }
  .module.featuredStories:hover {
    outline: 3px solid #a8de25; }
  .module.featuredStories .featuredItem {
    padding-bottom: 1em;
    background: #fff; }
    .module.featuredStories .featuredItem .featuredItemImage {
      float: left;
      width: 100%;
      height: auto;
      text-align: center;
      max-height: 14.063em;
      overflow: hidden;
      margin-bottom: 1.25em; }
      .module.featuredStories .featuredItem .featuredItemImage a {
        display: block;
        width: 100%; }
        .module.featuredStories .featuredItem .featuredItemImage a img {
          width: 100%; }
    .module.featuredStories .featuredItem .featuredItemInfo {
      width: 20.750em;
      height: auto;
      margin-left: 1em;
      float: left;
      width: 100%;
      padding: 0 .8em;
      margin: 0; }
      .module.featuredStories .featuredItem .featuredItemInfo .item-tag {
        float: left;
        width: 100%;
        padding-bottom: .5em; }
        .module.featuredStories .featuredItem .featuredItemInfo .item-tag span {
          color: #f24c03;
          font-size: 0.904em;
          text-transform: uppercase;
          font-family: Kameron; }
      .module.featuredStories .featuredItem .featuredItemInfo .item-header {
        width: 100%; }
        .module.featuredStories .featuredItem .featuredItemInfo .item-header h4 {
          color: #000;
          font-size: 1.2em;
          margin-bottom: .5em; }
      .module.featuredStories .featuredItem .featuredItemInfo .item-description {
        width: 100%; }
        .module.featuredStories .featuredItem .featuredItemInfo .item-description p {
          color: #696d6a;
          font-size: 0.775em;
          margin-bottom: 1em; }
          .module.featuredStories .featuredItem .featuredItemInfo .item-description p .read-more {
            color: #009db9; }
      .module.featuredStories .featuredItem .featuredItemInfo .item-link {
        width: 100%; }
        .module.featuredStories .featuredItem .featuredItemInfo .item-link a {
          color: #696d6a;
          font-size: 0.775em;
          text-decoration: underline; }
.module.featuredQuickview .quickviewItem {
  padding-bottom: 1.25em; }
  .module.featuredQuickview .quickviewItem .quickviewItemImage {
    float: left;
    width: 2.813em;
    height: 3.813em;
    overflow: hidden; }
    .module.featuredQuickview .quickviewItem .quickviewItemImage img {
      width: 100%;
      height: auto; }
  .module.featuredQuickview .quickviewItem .quickviewItemInfo {
    float: left;
    width: 12em;
    height: auto; }
    .module.featuredQuickview .quickviewItem .quickviewItemInfo .item-header {
      float: left;
      width: 100%;
      padding-bottom: .4em; }
      .module.featuredQuickview .quickviewItem .quickviewItemInfo .item-header h4 {
        color: #f24c03;
        font-size: 1em;
        margin-bottom: 0; }
        .module.featuredQuickview .quickviewItem .quickviewItemInfo .item-header h4 a {
          color: #f24c03; }
    .module.featuredQuickview .quickviewItem .quickviewItemInfo .item-description {
      float: left;
      width: 100%; }
      .module.featuredQuickview .quickviewItem .quickviewItemInfo .item-description p {
        color: #565656;
        font-size: 0.775em;
        line-height: 1;
        margin-bottom: 0; }
        .module.featuredQuickview .quickviewItem .quickviewItemInfo .item-description p a {
          color: #565656;
          text-decoration: underline; }
.module.membershipBox {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 3em;
  /*min-height: 28em;*/ }
  .module.membershipBox div {
    float: left;
    width: 100%; }
  .module.membershipBox.comingSoon {
    opacity: .5; }
  .module.membershipBox .starburst {
    position: absolute;
    top: -1em;
    right: -1.25em;
    width: 4em; }
  .module.membershipBox .priceOverlay {
    position: absolute;
    top: .5em;
    right: -1.25em;
    width: 4em;
    color: black;
    font-size: .9em;
    font-weight: bold;
    text-align: center; }
  .module.membershipBox .comingSoonMessage {
    width: 100%;
    height: 100%;
    font-size: 3em;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    text-align: center;
    padding-top: 2em;
    color: #f24c03; }
  .module.membershipBox .box {
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    -webkit-background-clip: padding-box;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25); }
    .module.membershipBox .box:hover .box-header {
      border-color: #a8de25; }
    .module.membershipBox .box:hover .box-content {
      border-color: #a8de25; }
    .module.membershipBox .box .box-header {
      background: #686868;
      padding: 1.5em;
      border-left: .3em solid transparent;
      border-right: .3em solid transparent;
      border-top: .3em solid transparent; }
      .module.membershipBox .box .box-header h3 {
        float: left;
        color: #fff;
        font-size: 2em;
        line-height: 1;
        margin-bottom: 0; }
    .module.membershipBox .box .box-content {
      background: #fff;
      padding: .75em 1.5em;
      border-left: .3em solid transparent;
      border-right: .3em solid transparent;
      border-bottom: .3em solid transparent; }
      .module.membershipBox .box .box-content .item-headline {
        border-bottom: 1px solid #dbdbdb;
        padding-bottom: .75em; }
        .module.membershipBox .box .box-content .item-headline span {
          font-size: 0.938em;
          font-family: Open Sans;
          font-weight: 700;
          color: #27241a; }
      .module.membershipBox .box .box-content .item-description ul {
        margin-bottom: 1em;
        padding-left: 0 !important;
        list-style-position: inside !important; }
        .module.membershipBox .box .box-content .item-description ul li {
          font-family: Open Sans;
          color: #27241a;
          font-size: 0.938em;
          border-bottom: 1px solid #dbdbdb;
          padding: .4em 0; }
        .module.membershipBox .box .box-content .item-description ul.no-list {
          list-style-type: none; }
      .module.membershipBox .box .box-content .item-button .button {
        float: left;
        width: 100%;
        color: #fff;
        text-align: center;
        font-family: Kameron;
        font-size: 1.158em;
        background: #1ecad9;
        -moz-border-radius: 0.3em;
        -webkit-border-radius: 0.3em;
        border-radius: 0.3em;
        -webkit-background-clip: padding-box;
        padding: .5em 0;
        cursor: pointer; }
.module.calendar .calendarContainer {
  padding: 2em 0em; }
  .module.calendar .calendarContainer .day {
    float: left;
    width: 13.2%;
    margin: 0 .36em; }
    .module.calendar .calendarContainer .day.sunday {
      margin-left: 0; }
    .module.calendar .calendarContainer .day.saturday {
      margin-right: 0; }
    .module.calendar .calendarContainer .day .day-date {
      float: left;
      width: 100%;
      border-bottom: 3px solid #fff; }
      .module.calendar .calendarContainer .day .day-date span {
        font-family: Kameron;
        font-size: 1.159em;
        font-weight: normal;
        color: #fff;
        line-height: 1; }
    .module.calendar .calendarContainer .day .day-items {
      float: left;
      width: 100%; }
      .module.calendar .calendarContainer .day .day-items ul {
        list-style-type: none;
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        margin-top: .75em; }
        .module.calendar .calendarContainer .day .day-items ul li {
          float: left;
          width: 100%;
          margin: .4em 0;
          line-height: 1;
          position: relative; }
          .module.calendar .calendarContainer .day .day-items ul li a {
            color: #fff;
            font-size: 0.772em;
            text-decoration: underline; }
          .module.calendar .calendarContainer .day .day-items ul li .story-description {
            display: none;
            position: absolute;
            left: 95%;
            top: 0;
            padding: .5em;
            background: #fff;
            box-shadow: 0px 0px 3px #074d59;
            -webkit-box-shadow: 0px 0px 3px #074d59;
            -moz-box-shadow: 0px 0px 3px #074d59;
            z-index: 10;
            width: 155px;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px; }
          .module.calendar .calendarContainer .day .day-items ul li:hover .story-description {
            display: block; }
.socialPanel {
    margin-top: 0.3em;  
    } 
  .socialPanel img {
        margin: 0;
    margin-right: .3em;
    height: 1.5em;
    width: 1.5em; 
  }
section#Header {
  /*position: fixed;*/
  z-index: 10;
  background: rgba(11, 11, 11, 0.55) url("../../images/2013/headerBorder.png") repeat-x scroll center top;
  background-size: 100% auto;
  /*padding-bottom: 0.938em;*/
  top: 0;
  left: 0; }
  section#Header .pageWrap {
    position: relative; }
    section#Header .pageWrap .grid > .col-full {
      padding: 0; }
  section#Header .module.logo {
    position: absolute;
    width: 12.250em;
    height: 7.875em; }
    section#Header .module.logo img {
      width: 100%;
      height: auto;
      margin: 0; }
  section#Header .module.nav {
    /*float: right;
    width: 47.375em;*/
    height: auto;
    padding-top: 1.563em; }
    section#Header .module.nav ul {
      float: left;
      height: auto;
      margin: 0;
      padding: 0;
      list-style-type: none; }
      section#Header .module.nav ul li {
        float: left;
        width: auto;
        height: auto;
        line-height: 1;
        margin: 0 0.5em; }
        section#Header .module.nav ul li a {
          color: #fff;
          font-size: 1.116em;
          line-height: 1;
          font-family: Kameron; }
        section#Header .module.nav ul li:first-of-type {
          margin-left: 0; }
        section#Header .module.nav ul li:last-of-type {
          margin-right: 0; }
      section#Header .module.nav ul.account {
        /*float: right;*/ }
        section#Header .module.nav ul.account li {
          float: right; }
  section#Header .module.search {
    /*float: right;
    width: 47.375em;*/
    height: auto;
    margin-top: 0.5em; }
    section#Header .module.search .socialPanel {
      float: left; }
    section#Header .module.search .searchPanel {
      /*float: left;
      margin-left: 1.3em;
      width: 24.750em;
      background: #fff;*/
      -moz-border-radius: 0.4em;
      -webkit-border-radius: 0.4em;
      border-radius: 0.4em;
      -webkit-background-clip: padding-box;
      overflow: hidden; }
      section#Header .module.search .searchPanel #searchField {
        float: left;
        min-width: 18.563em;
        height: auto;
        border: none;
        padding: .2em 1.125em;
        color: #818b85;
        font-size: 1.146em;
        margin: 0; }
      section#Header .module.search .searchPanel #searchButton {
        background: url("../../images/2013/searchIcon.png") no-repeat scroll center center;
        background-size: 1.25em auto;
        border: none;
        margin: 0;
        padding: .2em 1.1em;
        margin-left: .3em;
        margin-right: .3em;
        position: absolute;
		right: 10px;}
    section#Header .module.search .advancedSearch {
      /*float: right;*/
      width: auto;
      height: auto;
      margin-top: .3em; }
      section#Header .module.search .advancedSearch a {
        color: #a8de25;
        font-size: 0.938em;
        font-family: Kameron; }

section#Banner {
  position: relative;
  height: 29em;
  z-index: 0;
  background: #000;
  margin-bottom: 2em; }
  section#Banner .outterWrap {
    width: 100%;
    height: 100%; }
    section#Banner .outterWrap .slideShow {
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      section#Banner .outterWrap .slideShow .slide {
        width: 100%;
        height: 100% !important; }
        section#Banner .outterWrap .slideShow .slide > a > img {
          position: absolute;
          top: 0;
          left: 50%;
          margin-left: -952.5px;
          z-index: 0;
          height: 29em;
          width: auto;
          max-width: none; }
        section#Banner .outterWrap .slideShow .slide.special .extra-1 {
          position: absolute;
          bottom: 48%;
          width: 47em;
          left: 50%;
          margin-left: -23.5em; }
          section#Banner .outterWrap .slideShow .slide.special .extra-1 p {
            font-size: 1.35em;
            font-family: Kameron;
            font-weight: 550; }
        section#Banner .outterWrap .slideShow .slide.special .content {
          position: absolute;
          left: 0;
          bottom: 27%;
          width: 100%;
          height: auto;
          background-color: rgba(0, 0, 0, 0.7);
          padding: 1em 0em;
          text-align: center;
          z-index: 1; }
          section#Banner .outterWrap .slideShow .slide.special .content > span {
            display: block;
            font-family: Kameron; }
          section#Banner .outterWrap .slideShow .slide.special .content > a {
            display: block;
            font-family: Kameron; }
            section#Banner .outterWrap .slideShow .slide.special .content > a:hover {
              text-decoration: none; }
          section#Banner .outterWrap .slideShow .slide.special .content .header {
            color: white;
            font-size: 2.5em;
            line-height: 1; }
          section#Banner .outterWrap .slideShow .slide.special .content .subHeader {
            color: #a8de25;
            font-size: 1.475em;
            font-family: Kameron; }
        section#Banner .outterWrap .slideShow .slide.special .extra-2 {
          bottom: 6%;
          position: absolute;
          width: 47em;
          left: 50%;
          margin-left: -23.5em; }
          section#Banner .outterWrap .slideShow .slide.special .extra-2 p {
            font-size: 1.35em;
            font-family: Kameron;
            font-weight: 550; }
        section#Banner .outterWrap .slideShow .slide .content {
          position: absolute;
          left: 0;
          bottom: 27%;
          width: 100%;
          height: auto;
          background-color: rgba(0, 0, 0, 0.7);
          padding: 1em 0em;
          text-align: center;
          z-index: 1; }
          section#Banner .outterWrap .slideShow .slide .content > span {
            display: block;
            font-family: Kameron; }
          section#Banner .outterWrap .slideShow .slide .content > a {
            display: block;
            font-family: Kameron; }
            section#Banner .outterWrap .slideShow .slide .content > a:hover {
              text-decoration: none; }
          section#Banner .outterWrap .slideShow .slide .content .header {
            color: white;
            font-size: 2.85em;
            line-height: 1; }
          section#Banner .outterWrap .slideShow .slide .content .subHeader {
            color: #a8de25;
            font-size: 1.475em;
            font-family: Kameron; }
      section#Banner .outterWrap .slideShow .cycle-prev,
      section#Banner .outterWrap .slideShow .cycle-next {
        width: 4em;
        height: auto;
        position: absolute;
        z-index: 100;
        cursor: pointer;
        width: 1.5em; }
        section#Banner .outterWrap .slideShow .cycle-prev > img,
        section#Banner .outterWrap .slideShow .cycle-next > img {
          max-width: 100%; }
      section#Banner .outterWrap .slideShow .cycle-prev {
        top: 16.5em;
        left: 4em; }
      section#Banner .outterWrap .slideShow .cycle-next {
        top: 16.5em;
        right: 2em; }
  section#Banner .pageTrigger {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none; }
    section#Banner .pageTrigger .inner {
      width: 100%;
      position: relative;
      background: #fff;
      height: .5em; }
    section#Banner .pageTrigger img {
      cursor: pointer;
      margin: 0;
      display: block;
      position: absolute;
      left: 50%;
      top: -1em;
      margin-left: -2.6565em; }

section#DiscoverStories {
  position: relative;
  width: 100%;
  background: #fff; }
  section#DiscoverStories .module.sectionHeader {
    padding: 5em 0em 2em 0em; }

section#Testimonials {
  position: relative;
  width: 100%;
  background: #fff; }
  section#Testimonials .module.sectionHeader {
    padding: 5em 0em 2em 0em; }
    section#Testimonials .module.sectionHeader h2 {
      color: #A8DE25; }
  section#Testimonials .module.sectionContent {
    font-size: 1.2em;
    line-height: 1.7em;
    text-align: center;
    color: #666666; }
    section#Testimonials .module.sectionContent .quote {
      font-size: .9em;
      padding: 1em 0;
      color: #000000;
      font-style: italic; }
      section#Testimonials .module.sectionContent .quote span {
        font-weight: bold; }

section#StoriesOfTheWeek {
  background: #009db9 url("../../images/2013/sectionBorder.png") repeat-x scroll center top;
  background-size: 100% auto; }
  section#StoriesOfTheWeek .module.sectionHeader .header {
    color: #fff;
    font-size: 0.901em;
    text-transform: uppercase;
    display: block;
    padding: 2em 0em; }
  section#StoriesOfTheWeek .module.sectionHeader .date {
    color: #fff;
    font-size: 4em;
    display: block; }

section#TeacherTools .module.sectionHeader {
  padding: 2em 0em; }

section#BecomeAMember {
  background: #242424 url("../../images/2013/sectionBorder.png") repeat-x scroll center top;
  background-size: 100% auto;
  padding: 4em 0; }
  section#BecomeAMember .pageWrap .grid .col-half.left {
    padding-left: 0; }
  section#BecomeAMember .pageWrap .grid .col-half.right {
    padding-right: 0; }
  section#BecomeAMember .module.sectionHeader h2 {
    color: #fff; }
  section#BecomeAMember #Member {
    width: 100%; }
    section#BecomeAMember #Member tr {
      padding: 0; }
      section#BecomeAMember #Member tr .comingSoon {
        z-index: 99;
        background: rgba(237, 237, 237, 0.67);
        width: 100%;
        height: 100%;
        position: absolute; }
        section#BecomeAMember #Member tr .comingSoon span {
          font-weight: bold;
          font-size: 1.5em; }
      section#BecomeAMember #Member tr .comingSoonBottom {
        z-index: 99;
        background: rgba(237, 237, 237, 0.67);
        width: 13.5em;
        height: 8em;
        position: absolute;
        border-bottom-right-radius: .4em; }
      section#BecomeAMember #Member tr .tdMain.empty {
        background: #242424; }
        section#BecomeAMember #Member tr .tdMain.empty .Content {
          display: none; }
      section#BecomeAMember #Member tr .tdMain .Content {
        width: 100%;
        min-height: 2.2em;
        border-bottom: 0.1EM solid #e6e6e6;
        border-right: 0.1EM solid #e6e6e6;
        text-align: center;
        position: relative;
        line-height: 2.2em; }
        section#BecomeAMember #Member tr .tdMain .Content > span {
          padding: 0;
          font-weight: bold; }
        section#BecomeAMember #Member tr .tdMain .Content > img {
          top: 0;
          bottom: 0;
          margin: auto;
          margin-left: -0.7em;
          width: 1.5em; }
      section#BecomeAMember #Member tr .tdTitles {
        height: 2.5em;
        color: white;
        font-size: .9em;
        margin: 0;
        padding: 0;
        border: none;
        text-align: center;
        background: transparent;
        background: #fff; }
        section#BecomeAMember #Member tr .tdTitles a {
          color: #ffffff; }
        section#BecomeAMember #Member tr .tdTitles.top-titles {
          height: auto; }
          section#BecomeAMember #Member tr .tdTitles.top-titles > div {
            padding: 1em; }
            section#BecomeAMember #Member tr .tdTitles.top-titles > div > span {
              font-size: .8em; }
            section#BecomeAMember #Member tr .tdTitles.top-titles > div .header {
              font-size: 1.4em; }
        section#BecomeAMember #Member tr .tdTitles.bottom-titles {
          height: auto;
          border-left: 1px solid #e6e6e6;
          font-size: .8em;
          padding-bottom: .8em; }
          section#BecomeAMember #Member tr .tdTitles.bottom-titles.bottom-title-left {
            border-bottom-left-radius: .4em;
            border-left: 0; }
          section#BecomeAMember #Member tr .tdTitles.bottom-titles > div {
            width: 90%;
            height: auto;
            border-radius: 6px;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            margin-left: 5%;
            padding: .4em 0;
            margin-top: 1em; }
        section#BecomeAMember #Member tr .tdTitles .free {
          background: #1ecad9;
          width: 100%;
          height: 100%; }
        section#BecomeAMember #Member tr .tdTitles .bronze {
          background: #d98b1e;
          width: 100%;
          height: 100%; }
        section#BecomeAMember #Member tr .tdTitles .silver {
          background: #909495;
          width: 100%;
          height: 100%; }
        section#BecomeAMember #Member tr .tdTitles .gold {
          background: #958a43;
          width: 100%;
          height: 100%; }
      section#BecomeAMember #Member tr .bottomLeft {
        border-bottom-left-radius: .4em; }
      section#BecomeAMember #Member tr .bottomRight {
        border-bottom-right-radius: .4em; }
      section#BecomeAMember #Member tr .tdBottom {
        height: 8em; }
        section#BecomeAMember #Member tr .tdBottom .first {
          border-left: 0.1EM solid #e6e6e6; }
        section#BecomeAMember #Member tr .tdBottom .Content {
          width: 100%;
          height: 100%;
          border-bottom: 0.1EM solid #e6e6e6;
          border-right: 0.1EM solid #e6e6e6;
          text-align: center; }
          section#BecomeAMember #Member tr .tdBottom .Content .bottomButton {
            padding-top: 1.4em;
            padding-bottom: .7em; }
            section#BecomeAMember #Member tr .tdBottom .Content .bottomButton .free {
              background: #1ecad9; }
            section#BecomeAMember #Member tr .tdBottom .Content .bottomButton .bronze {
              background: #d98b1e; }
            section#BecomeAMember #Member tr .tdBottom .Content .bottomButton .silver {
              background: #909495; }
            section#BecomeAMember #Member tr .tdBottom .Content .bottomButton .gold {
              background: #958a43; }
            section#BecomeAMember #Member tr .tdBottom .Content .bottomButton a {
              padding: .7em 1.5em;
              color: white;
              border-radius: .4em;
              text-decoration: none; }
      section#BecomeAMember #Member tr .tdTopLeft {
        border-top: none;
        border-left: none;
        border: none;
        background: transparent;
        text-align: center;
        font-weight: bold;
        font-size: 1.5em;
        color: #fff; }
        section#BecomeAMember #Member tr .tdTopLeft.dark {
          color: #909495; }
      section#BecomeAMember #Member tr .tdBottomLeft {
        border-bottom: none;
        border-left: none;
        border: none;
        background: transparent; }
      section#BecomeAMember #Member tr .tdDescriptionBottom {
        border-bottom-left-radius: .4em; }
      section#BecomeAMember #Member tr .tdDescriptionTopLeft {
        border-top-left-radius: .4em;
        background: #242424; }
        section#BecomeAMember #Member tr .tdDescriptionTopLeft.column-header {
          background: #eeeeee; }
      section#BecomeAMember #Member tr .tdDescriptionTopRight {
        border-top-right-radius: .4em; }
      section#BecomeAMember #Member tr .tdDescription {
        background: #eeeeee;
        width: 17em;
        overflow: hidden; }
        section#BecomeAMember #Member tr .tdDescription.first-description {
          border-top-left-radius: .4em; }
        section#BecomeAMember #Member tr .tdDescription.empty {
          background: #242424;
          border: none; }
          section#BecomeAMember #Member tr .tdDescription.empty > .Content {
            display: none; }
        section#BecomeAMember #Member tr .tdDescription .top {
          border-top: 0.1EM solid #e6e6e6; }
        section#BecomeAMember #Member tr .tdDescription .Content {
          border-left: 0.1EM solid #e6e6e6;
          border-right: 0.4eM solid #e6e6e6;
          border-bottom: 0.1EM solid #e6e6e6;
          min-height: 2.8em;
          width: 100.5%;
          padding-right: 1em;
          font-size: .75em;
          text-align: right;
          vertical-align: middle; }
    section#BecomeAMember #Member td {
      padding: 0;
      width: 9em;
      height: 2em;
      background: white; }
      section#BecomeAMember #Member td.column-header {
        padding: .3em;
        font-size: .7em;
        text-align: center;
        border-right: 1px solid #e6e6e6;
        vertical-align: middle;
        padding-bottom: .937em;
        padding-top: .937em;
        background: #eeeeee; }
        section#BecomeAMember #Member td.column-header.tdDescriptionTopRight {
          border-right: 0; }

section#Footer {
  background: #000; }
  section#Footer .module.footerNav {
    width: 100%;
    padding: 2em 0em; }
    section#Footer .module.footerNav ul {
      float: left;
      width: 100%;
      margin: 0;
      padding: 0;
      list-style-type: none;
      text-align: center; }
      section#Footer .module.footerNav ul li {
        display: inline-block;
        margin: 0 1em; }
        section#Footer .module.footerNav ul li a {
          color: #fff;
          font-family: Kameron;
          font-size: 1.146em;
          text-decoration: none; }

#copyRightFooter {
  float: left;
  color: white;
  font-family: Kameron;
  background-color: #000000;
  width: 100%;
  text-align: center;
  padding: 1em; }

#centerpoint {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000; }

.loadingBox {
  display: none;
  position: relative;
  padding: 2em;
  text-align: center;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.7);
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  z-index: 1000; }

.fullScreenLoadingMask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 999; }

.authRequiredPage {
  width: 100%;
  float: left;
  background: rgba(0, 0, 0, 0.3); }
  .authRequiredPage .authRequiredPageWindow {
    width: 100%;
    float: left;
    background: white;
    padding: 1em; }
    .authRequiredPage .authRequiredPageWindow .title {
      width: 100%;
      float: left;
      margin-top: -1em;
      font-size: 2.2em;
      float: left;
      width: 95%;
      text-align: center; }
    .authRequiredPage .authRequiredPageWindow .subTitle {
      width: 100%;
      float: left;
      margin-top: 1em;
      font-size: 1.6em;
      float: left;
      width: 95%;
      text-align: center; }
    .authRequiredPage .authRequiredPageWindow .options {
      width: 100%;
      float: left;
      margin-top: 2em;
      float: left;
      margin-bottom: 2em; }
      .authRequiredPage .authRequiredPageWindow .options .login {
        float: left;
        width: 45%;
        padding-left: 2.5em; }
        .authRequiredPage .authRequiredPageWindow .options .login .button {
          float: left;
          width: 100%;
          color: #000;
          text-align: center;
          font-family: Kameron;
          font-size: 1.158em;
          background: #1ecad9;
          -moz-border-radius: 0.3em;
          -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
          -webkit-background-clip: padding-box;
          padding: .5em 0;
          cursor: pointer; }
      .authRequiredPage .authRequiredPageWindow .options .separator {
        margin-top: .5em;
        float: left;
        width: 10%;
        text-align: center; }
      .authRequiredPage .authRequiredPageWindow .options .signup {
        float: left;
        width: 45%;
        padding-right: 2.5em; }
        .authRequiredPage .authRequiredPageWindow .options .signup .button {
          float: left;
          width: 100%;
          color: #000;
          text-align: center;
          font-family: Kameron;
          font-size: 1.158em;
          background: #a8de25;
          -moz-border-radius: 0.3em;
          -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
          -webkit-background-clip: padding-box;
          padding: .5em 0;
          cursor: pointer; }
    .authRequiredPage .authRequiredPageWindow .benefits {
      float: center;
      width: 100%;
      bottom: 0;
      left: 0;
      background-color: #282828;
      -moz-border-radius: 0.3em;
      -webkit-border-radius: 0.3em;
      border-radius: 0.3em;
      -webkit-background-clip: padding-box;
      padding: 1em;
      overflow: hidden;
      color: white; }
      .authRequiredPage .authRequiredPageWindow .benefits .container {
        width: 100%;
        float: center;
        color: white; }
        .authRequiredPage .authRequiredPageWindow .benefits .container .header {
          font-size: 1.3em;
          width: 100%;
          float: left;
          text-align: center; }
        .authRequiredPage .authRequiredPageWindow .benefits .container .left {
          margin-top: 1em;
          float: left;
          width: 50%;
          font-size: .9em;
          padding-left: 2em; }
          .authRequiredPage .authRequiredPageWindow .benefits .container .left .header {
            color: #a8de25;
            font-weight: normal;
            text-align: left;
            margin-bottom: .5em;
            font-size: 1em; }
          .authRequiredPage .authRequiredPageWindow .benefits .container .left #listItemText1 {
            color: #fff; }
        .authRequiredPage .authRequiredPageWindow .benefits .container .right {
          margin-top: 1em;
          float: left;
          width: 50%;
          padding-left: 2em;
          border-left: 1px solid #888888;
          font-size: .9em; }
          .authRequiredPage .authRequiredPageWindow .benefits .container .right .header {
            color: #a8de25;
            font-weight: normal;
            text-align: left;
            margin-bottom: .5em;
            font-size: 1em; }
          .authRequiredPage .authRequiredPageWindow .benefits .container .right #listItemText2 {
            color: #fff; }

section.notifications {
  margin-top: 1em;
  float: left;
  width: 100%; }
  section.notifications .notifications-box {
    padding: 1em;
    float: left;
    border: 2px solid;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    -webkit-background-clip: padding-box;
    text-align: left;
    width: 100%; }
    section.notifications .notifications-box.validation-errors {
      border-color: #F24C03;
      margin-bottom: 1em; }
    section.notifications .notifications-box.flash-message {
      border-color: #A8DE25;
      margin-bottom: 1em; }
    section.notifications .notifications-box img {
      float: left;
      margin-bottom: 0; }
    section.notifications .notifications-box.listing {
      width: 95%;
      float: left;
      margin-left: 1em; }
      section.notifications .notifications-box.listing p {
        font-weight: bold;
        margin-bottom: .5em; }
      section.notifications .notifications-box.listing ol {
        margin-bottom: 0; }

section#Content section#BecomeAMember {
  background: none; }
  section#Content section#BecomeAMember .module.sectionHeader h2 {
    color: #27241a; }
  section#Content section#BecomeAMember #Member tr .tdMain .Content {
    border: none; }
  section#Content section#BecomeAMember #Member tr .tdMain {
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6; }

#Interior .module.breadcrumb {
  float: left;
  width: 100%;
  /*padding-bottom: 1.5em;*/ }
  #Interior .module.breadcrumb ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    #Interior .module.breadcrumb ul li {
      float: left;
      margin-right: 1em; }
      #Interior .module.breadcrumb ul li a {
        color: #1ecad9; }
#Interior .module.sponsor {
  display: table;
  float: right;
  width: 50%; }
  #Interior .module.sponsor p {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding-right: 1em;
    font-family: Open Sans;
    font-size: 0.938em;
    color: #333333;
    text-align: right; }
  #Interior .module.sponsor a {
    display: table-cell;
    vertical-align: middle; }
    #Interior .module.sponsor a img {
      margin: 0; }
#Interior .module.contentHeader {
  float: left;
  width: 100%; }
  #Interior .module.contentHeader h1 {
    font-size: 3em;
    color: #27241a; }
#Interior .module.content {
  float: left;
  width: 100%;
  padding-bottom: 1em; }
  #Interior .module.content p {
    color: #27241a;
    font-family: Open Sans;
    font-size: 0.938em; }
  #Interior .module.content ul {
    color: #27241a;
    font-family: Open Sans;
    font-size: 0.938em; }
  #Interior .module.content ol {
    color: #27241a;
    font-family: Open Sans;
    font-size: 0.938em; }
#Interior .module.collectionBox {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 1.5em; }
  #Interior .module.collectionBox div {
    float: left;
    width: 100%; }
  #Interior .module.collectionBox .box {
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    -webkit-background-clip: padding-box;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25); }
    #Interior .module.collectionBox .box .box-content {
      background: #fff;
      padding: 1.5em 1.5em;
      border: .3em solid transparent;
      cursor: pointer; }
      #Interior .module.collectionBox .box .box-content:hover {
        border-color: #a8de25; }
      #Interior .module.collectionBox .box .box-content .item-header {
        height: 5em;
        overflow: hidden; }
        #Interior .module.collectionBox .box .box-content .item-header h3 {
          color: #27241a;
          font-size: 1.75em;
          line-height: 1;
          margin-bottom: 0; }
      #Interior .module.collectionBox .box .box-content .item-description p {
        height: 5em;
        font-family: Open Sans;
        color: #27241a;
        font-size: 0.938em;
        padding: .4em 0;
        overflow: hidden; }
      #Interior .module.collectionBox .box .box-content .item-button .button {
        float: left;
        width: 100%;
        color: #fff;
        text-align: center;
        font-family: Kameron;
        font-size: 1.158em;
        background: #1ecad9;
        -moz-border-radius: 0.3em;
        -webkit-border-radius: 0.3em;
        border-radius: 0.3em;
        -webkit-background-clip: padding-box;
        padding: .5em 0;
        cursor: pointer; }
#Interior .module.membershipContainer {
  width: 70%; }
  #Interior .module.membershipContainer .subscriptionBenefitsList .title {
    font-weight: bold; }
  #Interior .module.membershipContainer .subscriptionBenefitsList ul {
    margin-top: 1em; }
  #Interior .module.membershipContainer .spacer {
    margin-top: 2em;
    float: left;
    width: 100%; }
  #Interior .module.membershipContainer .content-header {
    border-bottom: 1px solid #dddddd; }
    #Interior .module.membershipContainer .content-header h2 {
      margin-bottom: 0; }
    #Interior .module.membershipContainer .content-header h3 {
      margin-bottom: 0; }
    #Interior .module.membershipContainer .content-header h4 {
      margin-top: 2em;
      margin-bottom: 0; }
  #Interior .module.membershipContainer .backModify {
    font-size: .8em;
    float: right; }
  #Interior .module.membershipContainer .subscriptionListing {
    margin-bottom: 1em;
    width: 100%;
    float: left; }
    #Interior .module.membershipContainer .subscriptionListing table {
      -moz-border-radius: 0.3em;
      -webkit-border-radius: 0.3em;
      border-radius: 0.3em;
      -webkit-background-clip: padding-box;
      width: 100%;
      border: 1px solid black;
      border-spacing: 0;
      border-collapse: collapse; }
      #Interior .module.membershipContainer .subscriptionListing table td {
        padding: .25em;
        border: 1px solid black;
        text-align: center; }
      #Interior .module.membershipContainer .subscriptionListing table th {
        padding: .25em;
        border: 1px solid black;
        text-align: center; }
  #Interior .module.membershipContainer .subscriptionListingVertical {
    margin-bottom: 1em;
    width: 100%;
    float: left; }
    #Interior .module.membershipContainer .subscriptionListingVertical table {
      -moz-border-radius: 0.3em;
      -webkit-border-radius: 0.3em;
      border-radius: 0.3em;
      -webkit-background-clip: padding-box;
      width: 100%;
      border: 1px solid black;
      border-spacing: 0;
      border-collapse: collapse; }
      #Interior .module.membershipContainer .subscriptionListingVertical table .label {
        font-weight: bold;
        width: 35%; }
      #Interior .module.membershipContainer .subscriptionListingVertical table td {
        padding: .25em;
        border: 1px solid black; }
  #Interior .module.membershipContainer #cvv2 {
    width: 30%; }
  #Interior .module.membershipContainer #cvv2explantion {
    float: left;
    margin-left: 1em; }
#Interior .module.form {
  float: left;
  width: 100%; }
  #Interior .module.form .formSubmit input {
    float: left;
    width: auto;
    color: #fff;
    text-align: center;
    font-family: Kameron;
    font-size: 1.158em;
    background: #1ecad9;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    -webkit-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    padding: 0.5em 2em;
    cursor: pointer;
    box-shadow: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    border: none;
    margin-right: .5em; }
  #Interior .module.form .formContainer {
    float: left;
    width: 100%; }
    #Interior .module.form .formContainer .formSection {
      clear: both;
      float: left;
      margin-top: 1.5em;
      padding: 1em;
      -moz-border-radius: 0.3em;
      -webkit-border-radius: 0.3em;
      border-radius: 0.3em;
      -webkit-background-clip: padding-box;
      -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
      -o-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
      box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25); }
      #Interior .module.form .formContainer .formSection .instruction {
        margin-bottom: 1em; }
      #Interior .module.form .formContainer .formSection button {
        margin: 0.5em 0; }
    #Interior .module.form .formContainer .formItem {
      float: left;
      width: 100%;
      margin-top: 1.5em; }
      #Interior .module.form .formContainer .formItem.inputBox {
        -moz-border-radius: 0.3em;
        -webkit-border-radius: 0.3em;
        border-radius: 0.3em;
        -webkit-background-clip: padding-box;
        -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
        -o-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
        box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
        padding: .3em; }
      #Interior .module.form .formContainer .formItem.selectBox .form-label {
        padding: 0.3em 0;
        padding-left: 0; }
      #Interior .module.form .formContainer .formItem.checkBox {
        border-top: 1px solid #b9b9b9;
        border-bottom: 1px solid #b9b9b9;
        padding: 1.5em 0; }
        #Interior .module.form .formContainer .formItem.checkBox .form-field {
          width: auto; }
          #Interior .module.form .formContainer .formItem.checkBox .form-field input {
            width: 1em;
            height: 1em;
            margin-top: .45em; }
      #Interior .module.form .formContainer .formItem.formSubmit input {
        float: left;
        width: auto;
        color: #fff;
        text-align: center;
        font-family: Kameron;
        font-size: 1.158em;
        background: #1ecad9;
        -moz-border-radius: 0.3em;
        -webkit-border-radius: 0.3em;
        border-radius: 0.3em;
        -webkit-background-clip: padding-box;
        -webkit-background-clip: padding-box;
        padding: 0.5em 2em;
        cursor: pointer;
        box-shadow: 0;
        -webkit-box-shadow: 0;
        -moz-box-shadow: 0;
        border: none;
        margin-right: .5em; }
      #Interior .module.form .formContainer .formItem.useExistingAccount .instructions span {
        color: red;
        font-weight: bold; }
      #Interior .module.form .formContainer .formItem.useExistingAccount .formDecisionButtonYes {
        width: 50%;
        float: left;
        text-align: center;
        margin-top: 2em; }
        #Interior .module.form .formContainer .formItem.useExistingAccount .formDecisionButtonYes input {
          margin: auto;
          width: auto;
          color: #fff;
          text-align: center;
          font-family: Kameron;
          font-size: 1.158em;
          background: #a8de25;
          -moz-border-radius: 0.3em;
          -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
          -webkit-background-clip: padding-box;
          -webkit-background-clip: padding-box;
          padding: 0.5em 2em;
          cursor: pointer;
          box-shadow: 0;
          -webkit-box-shadow: 0;
          -moz-box-shadow: 0;
          border: none; }
      #Interior .module.form .formContainer .formItem.useExistingAccount .formDecisionButtonNo {
        width: 50%;
        float: left;
        text-align: center;
        margin-top: 2em; }
        #Interior .module.form .formContainer .formItem.useExistingAccount .formDecisionButtonNo input {
          margin: auto;
          width: auto;
          color: #fff;
          text-align: center;
          font-family: Kameron;
          font-size: 1.158em;
          background: #f24c03;
          -moz-border-radius: 0.3em;
          -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
          -webkit-background-clip: padding-box;
          -webkit-background-clip: padding-box;
          padding: 0.5em 2em;
          cursor: pointer;
          box-shadow: 0;
          -webkit-box-shadow: 0;
          -moz-box-shadow: 0;
          border: none; }
      #Interior .module.form .formContainer .formItem .form-label {
        float: left;
        width: 30%;
        padding: .5em 0;
        padding-left: 1em; }
        #Interior .module.form .formContainer .formItem .form-label span {
          color: #27241a;
          font-family: Open Sans;
          font-size: 1em; }
        #Interior .module.form .formContainer .formItem .form-label .error {
          color: red; }
      #Interior .module.form .formContainer .formItem .form-field {
        float: left;
        padding: .5em 0;
        width: 70%; }
        #Interior .module.form .formContainer .formItem .form-field input {
          float: left;
          width: 95%;
          color: #27241a;
          font-family: Open Sans;
          font-size: 1.188em;
          font-weight: 600;
          border: none;
          padding: .3em;
          background: #EEEEEE;
          -moz-border-radius: 0.3em;
          -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
          -webkit-background-clip: padding-box;
          -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
          -moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
          -o-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25); }
          #Interior .module.form .formContainer .formItem .form-field input:focus {
            border: none; }
        #Interior .module.form .formContainer .formItem .form-field input.error {
          background: #FFCCCC; }
        #Interior .module.form .formContainer .formItem .form-field p {
          margin: 0; }
      #Interior .module.form .formContainer .formItem table {
        -moz-border-radius: 0.3em;
        -webkit-border-radius: 0.3em;
        border-radius: 0.3em;
        -webkit-background-clip: padding-box;
        -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
        -o-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
        box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
        width: 100%; }
      #Interior .module.form .formContainer .formItem table tr th {
        background: #EEEEEE;
        padding: .5em; }
      #Interior .module.form .formContainer .formItem table tr td {
        padding: .5em; }
#Interior .module.collectionFilter {
  float: left;
  width: 100%; }
  #Interior .module.collectionFilter .filterTitle {
    font-size: 0.838em;
    color: #27241a;
    font-weight: 700;
    padding: .2em 0; }
  #Interior .module.collectionFilter .filterContainer {
    float: left;
    width: 100%;
    padding: 1em;
    background: #f7f7f7;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    -webkit-background-clip: padding-box;
    font-size: .9em; }
    #Interior .module.collectionFilter .filterContainer .filterItems {
      clear: both;
      width: 100%;
      text-align: center;
      margin-left: -.5em; }
      #Interior .module.collectionFilter .filterContainer .filterItems .item {
        display: inline-block;
        margin: 0 0 .5em 2em; }
      #Interior .module.collectionFilter .filterContainer .filterItems .item:first-child {
        margin: 0 0 .5em 0; }
      #Interior .module.collectionFilter .filterContainer .filterItems img {
        height: 2em;
        width: 2em;
        margin: 0 0.25em 0 0;
        vertical-align: middle; }
      #Interior .module.collectionFilter .filterContainer .filterItems ul {
        float: left;
        width: auto;
        margin: 0;
        padding: 0;
        list-style-type: none; }
        #Interior .module.collectionFilter .filterContainer .filterItems ul li {
          float: left;
          width: auto;
          height: auto;
          padding-right: 1.6em; }
          #Interior .module.collectionFilter .filterContainer .filterItems ul li a {
            color: #368db6;
            font-size: 0.838em;
            text-decoration: underline; }
          #Interior .module.collectionFilter .filterContainer .filterItems ul li img {
            height: 2em;
            width: 2em;
            margin: 0 1em 0 0;
            vertical-align: middle; }
#Interior .module.collectionResults {
  float: left;
  width: 100%;
  padding-bottom: .75em; }
  #Interior .module.collectionResults .resultsContainer {
    float: left;
    width: 100%;
    padding: 1.438em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    -webkit-background-clip: padding-box;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
    margin-top: 1em; }
    #Interior .module.collectionResults .resultsContainer .resultsHeader {
      float: left;
      width: 100%; }
      #Interior .module.collectionResults .resultsContainer .resultsHeader .results-title {
        float: left;
        width: 50%; }
        #Interior .module.collectionResults .resultsContainer .resultsHeader .results-title h2 {
          font-size: 2.250em; }
      #Interior .module.collectionResults .resultsContainer .resultsHeader .see-all-results {
        float: right;
        width: 50%; }
        #Interior .module.collectionResults .resultsContainer .resultsHeader .see-all-results .button {
          float: right;
          width: auto;
          color: #fff;
          text-align: center;
          font-family: Kameron;
          font-size: 1.158em;
          background: #1ecad9;
          -moz-border-radius: 0.3em;
          -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
          -webkit-background-clip: padding-box;
          padding: .5em 1.5em;
          cursor: pointer; }
    #Interior .module.collectionResults .resultsContainer .resultsItemList {
      float: left;
      width: 100%; }
      #Interior .module.collectionResults .resultsContainer .resultsItemList.fullWidthItems .result-item {
        float: left;
        width: 100%;
        border-bottom: 1px solid #b9b9b9;
        padding: 1.5em 0; }
        #Interior .module.collectionResults .resultsContainer .resultsItemList.fullWidthItems .result-item:last-child {
          border: none; }
        #Interior .module.collectionResults .resultsContainer .resultsItemList.fullWidthItems .result-item .icon-container {
          float: left;
          width: 10%; }
        #Interior .module.collectionResults .resultsContainer .resultsItemList.fullWidthItems .result-item img {
          width: 4em; }
        #Interior .module.collectionResults .resultsContainer .resultsItemList.fullWidthItems .result-item .data-container {
          float: left;
          width: 80%; }
        #Interior .module.collectionResults .resultsContainer .resultsItemList.fullWidthItems .result-item .item-title {
          float: left;
          width: 100%; }
          #Interior .module.collectionResults .resultsContainer .resultsItemList.fullWidthItems .result-item .item-title h4 {
            font-size: 0.938em;
            font-family: Open Sans;
            margin-bottom: .4em; }
            #Interior .module.collectionResults .resultsContainer .resultsItemList.fullWidthItems .result-item .item-title h4 a {
              font-size: 1em;
              color: #368db6;
              text-decoration: underline; }
        #Interior .module.collectionResults .resultsContainer .resultsItemList.fullWidthItems .result-item .item-description p {
          color: #27241a;
          font-size: 0.938em;
          margin-bottom: 0; }
      #Interior .module.collectionResults .resultsContainer .resultsItemList.gridItems .result-item {
        float: left;
        width: 13.375em;
        margin: 0 .8em;
        margin-top: 1em; }
        #Interior .module.collectionResults .resultsContainer .resultsItemList.gridItems .result-item.one, #Interior .module.collectionResults .resultsContainer .resultsItemList.gridItems .result-item.five {
          margin-left: 0; }
        #Interior .module.collectionResults .resultsContainer .resultsItemList.gridItems .result-item.four, #Interior .module.collectionResults .resultsContainer .resultsItemList.gridItems .result-item.eight {
          margin-right: 0; }
        #Interior .module.collectionResults .resultsContainer .resultsItemList.gridItems .result-item .item-image {
          position: relative;
          float: left;
          height: 12em;
          width: 100%;
          overflow: hidden;
          text-align: center; }
        #Interior .module.collectionResults .resultsContainer .resultsItemList.gridItems .result-item .item-title {
          float: left;
          width: 100%;
          margin-top: .5em;
          height: 3em;
          text-align: center;
          overflow: hidden; }
          #Interior .module.collectionResults .resultsContainer .resultsItemList.gridItems .result-item .item-title h4 {
            font-size: 0.938em;
            font-family: Open Sans;
            margin-bottom: .4em; }
            #Interior .module.collectionResults .resultsContainer .resultsItemList.gridItems .result-item .item-title h4 a {
              font-size: 1em;
              color: #368db6;
              text-decoration: underline; }
  #Interior .module.collectionResults.collectionStoriesResults .resultsContainer .resultsHeader .results-title h2 {
    background: url("../../images/2013/storiesLabelIcon.png") no-repeat scroll left top;
    background-size: 0.65em .85em;
    padding-left: 1em; }
  #Interior .module.collectionResults.collectionVideosResults .resultsContainer .resultsHeader .results-title h2 {
    background: url("../../images/2013/videosLabelIcon.png") no-repeat scroll left center;
    background-size: 1em .85em;
    padding-left: 1.4em; }
  #Interior .module.collectionResults.collectionImagesResults .resultsContainer .resultsHeader .results-title h2 {
    background: url("../../images/2013/imagesLabelIcon.png") no-repeat scroll left center;
    background-size: 1em .65em;
    padding-left: 1.4em; }

section#Content ul, section#Content ol {
  list-style-position: outside;
  padding-left: 1em; }
section#Content .imageCaption {
  line-height: 1.3;
  font-family: sans-serif; }
section#Content .module .textBlock ul, section#Content .module .textBlock ol {
  list-style-position: outside;
  padding-left: 4em; }
section#Content .module.content ul, section#Content .module.content ol {
  list-style-position: outside;
  padding-left: 4em; }

#Interior section#Header {
  position: relative; }
#Interior section#Content {
  width: 100%;
  padding: 2em 0;
  background: #fff; }
  #Interior section#Content .module .textBlock ul, #Interior section#Content .module .textBlock ol {
    list-style-position: outside;
    padding-left: 4em; }
  #Interior section#Content .module .textBlock .task-label {
    font-weight: bold; }
  #Interior section#Content .module.content ul, #Interior section#Content .module.content ol {
    list-style-position: outside;
    padding-left: 4em; }
  #Interior section#Content .pageWrap .grid .col-full {
    padding: 0; }
  #Interior section#Content .pageWrap .grid .col-half.left {
    padding-left: 0; }
    #Interior section#Content .pageWrap .grid .col-half.left.member-login {
      width: 45%;
      background: #fefefe;
      padding: .5em; }
  #Interior section#Content .pageWrap .grid .col-half.right {
    padding-right: 0; }
    #Interior section#Content .pageWrap .grid .col-half.right.student-login {
      width: 45%;
      background: #ededed;
      padding: .5em; }
  #Interior section#Content .pageWrap .grid .col-oneThird.left {
    padding-left: 0; }
  #Interior section#Content .pageWrap .grid .col-oneThird.middle {
    padding: 0; }
  #Interior section#Content .pageWrap .grid .col-oneThird.right {
    padding-right: 0; }
  #Interior section#Content .imageCaption {
    font-family: sans-serif;
    font-size: .75em;
    color: #333333;
    font-style: normal;
    font-weight: normal; }
#Interior section#CollectionContent {
  width: 100%;
  padding-top: 4em; }
  #Interior section#CollectionContent .col-full {
    padding: 0; }
#Interior section#CollectionFilter {
  width: 100%; }
  #Interior section#CollectionFilter .col-full {
    padding: 0; }
#Interior section#CollectionCarousel {
  width: 100%; }
  #Interior section#CollectionCarousel .pageWrap {
    width: 100%; }
    #Interior section#CollectionCarousel .pageWrap .grid {
      width: 100%; }
      #Interior section#CollectionCarousel .pageWrap .grid .col-full {
        padding: 0; }
  #Interior section#CollectionCarousel .module.carousel {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 1.5em; }
    #Interior section#CollectionCarousel .module.carousel .caroufredsel_wrapper {
      width: 100% !important; }
    #Interior section#CollectionCarousel .module.carousel .carouselContainer {
      width: 100%;
      float: left; }
      #Interior section#CollectionCarousel .module.carousel .carouselContainer .carousel-item {
        width: 30.188em;
        height: 18.938em;
        float: left;
        margin: 0 1em;
        cursor: pointer; }
        #Interior section#CollectionCarousel .module.carousel .carouselContainer .carousel-item:hover .inner .hover {
          opacity: 1;
          -webkit-animation-name: fadeInUp;
          -moz-animation-name: fadeInUp;
          -o-animation-name: fadeInUp;
          -ms-animation-name: fadeInUp;
          animation-name: fadeInUp;
          -webkit-animation-duration: 0.3s;
          -webkit-animation-delay: 0s;
          -webkit-animation-fill-mode: both;
          -moz-animation-duration: 0.3s;
          -moz-animation-delay: 0s;
          -moz-animation-fill-mode: both;
          -o-animation-duration: 0.3s;
          -o-animation-delay: 0s;
          -o-animation-fill-mode: both;
          animation-duration: 0.3s;
          animation-delay: 0s;
          animation-fill-mode: both; }
        #Interior section#CollectionCarousel .module.carousel .carouselContainer .carousel-item:hover .inner .carousel-item-info {
          background: none; }
        #Interior section#CollectionCarousel .module.carousel .carouselContainer .carousel-item .inner {
          position: relative;
          width: 100%;
          height: 100%; }
          #Interior section#CollectionCarousel .module.carousel .carouselContainer .carousel-item .inner .hover {
            opacity: 0;
            background: #a8de25;
            background: rgba(168, 222, 37, 0.85);
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: 1;
            text-align: center; }
            #Interior section#CollectionCarousel .module.carousel .carouselContainer .carousel-item .inner .hover img {
              margin-top: 4.5em; }
        #Interior section#CollectionCarousel .module.carousel .carouselContainer .carousel-item .carousel-item-image {
          float: left;
          width: 100%; }
          #Interior section#CollectionCarousel .module.carousel .carouselContainer .carousel-item .carousel-item-image img {
            width: 100%;
            height: auto; }
        #Interior section#CollectionCarousel .module.carousel .carouselContainer .carousel-item .carousel-item-info {
          position: absolute;
          bottom: 0;
          left: 0;
          background: rgba(0, 0, 0, 0.7);
          width: 100%;
          padding: 1.5em 1em;
          z-index: 2; }
          #Interior section#CollectionCarousel .module.carousel .carouselContainer .carousel-item .carousel-item-info .carousel-item-header h4 {
            font-size: 1.750em;
            margin-bottom: .25em;
            color: #fff;
            font-family: Kameron;
            text-decoration: none; }
          #Interior section#CollectionCarousel .module.carousel .carouselContainer .carousel-item .carousel-item-info .carousel-item-description p {
            margin-bottom: 0;
            font-family: Open Sans;
            font-size: 0.938em;
            color: #fff; }
  #Interior section#CollectionCarousel .module.carouselNav {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 1em; }
    #Interior section#CollectionCarousel .module.carouselNav a {
      width: .8em;
      height: .8em;
      background: #999999;
      -moz-border-radius: 10em;
      -webkit-border-radius: 10em;
      border-radius: 10em;
      -webkit-background-clip: padding-box;
      margin: 0 .1em;
      display: inline-block; }
      #Interior section#CollectionCarousel .module.carouselNav a.selected {
        background: #000000; }
#Interior section#CollectionResults {
  width: 100%;
  height: auto;
  padding-bottom: 4em; }
  #Interior section#CollectionResults .col-full {
    padding: 0; }
  #Interior section#CollectionResults .pager {
    clear: both;
    font-size: 1.3em;
    font-weight: bold;
    white-space: nowrap; }
  #Interior section#CollectionResults .prev {
    float: left; }
  #Interior section#CollectionResults .next {
    float: right; }

.login-or {
  float: left;
  width: 10%;
  margin-top: 20em;
  text-align: center;
  font-family: Kameron; }

.loginForm {
  width: 100%;
  text-align: center;
  float: left; }
  .loginForm .loginFormContainer {
    margin: auto;
    float: left; }
    .loginForm .loginFormContainer .formSection {
      width: 100%;
      clear: both;
      float: left;
      margin-top: 1.5em;
      padding: 1em;
      -moz-border-radius: 0.3em;
      -webkit-border-radius: 0.3em;
      border-radius: 0.3em;
      -webkit-background-clip: padding-box;
      -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
      -o-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
      box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
      -webkit-background-clip: padding-box; }
      .loginForm .loginFormContainer .formSection .instruction {
        margin: auto;
        width: 72%;
        text-align: left;
        padding-top: 1em; }
      .loginForm .loginFormContainer .formSection button {
        margin: 0.5em 0; }
      .loginForm .loginFormContainer .formSection .lostPassword {
        width: 100%;
        text-align: center;
        float: left;
        margin-top: 2em; }
    .loginForm .loginFormContainer .formItem {
      float: left;
      width: 100%;
      margin-top: 1.5em;
      margin: auto;
      text-align: center; }
      .loginForm .loginFormContainer .formItem .formSubmit {
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 2em; }
        .loginForm .loginFormContainer .formItem .formSubmit input {
          margin: auto;
          width: auto;
          color: #fff;
          text-align: center;
          font-family: Kameron;
          font-size: 1.158em;
          background: #1ecad9;
          -moz-border-radius: 0.3em;
          -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
          -webkit-background-clip: padding-box;
          -webkit-background-clip: padding-box;
          padding: 0.5em 2em;
          cursor: pointer;
          box-shadow: 0;
          -webkit-box-shadow: 0;
          -moz-box-shadow: 0;
          border: none; }
      .loginForm .loginFormContainer .formItem .form-label {
        margin: auto;
        padding: .5em 0;
        padding-left: 1em; }
        .loginForm .loginFormContainer .formItem .form-label span {
          color: #27241a;
          font-family: Open Sans;
          font-size: 1em; }
      .loginForm .loginFormContainer .formItem .form-field {
        padding: .5em 0;
        margin-top: 1em;
        text-align: center; }
        .loginForm .loginFormContainer .formItem .form-field input {
          margin: auto;
          /*width: 20em;*/
          color: #27241a;
          font-family: Open Sans;
          font-size: 1.188em;
          font-weight: 600;
          border: none;
          padding: .3em;
          background: #fff;
          -moz-border-radius: 0.3em;
          -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
          -webkit-background-clip: padding-box;
          -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
          -moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
          -o-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25); }
          .loginForm .loginFormContainer .formItem .form-field input:focus {
            border: none; }
        .loginForm .loginFormContainer .formItem .form-field input.error {
          background: #FFCCCC; }
        .loginForm .loginFormContainer .formItem .form-field p {
          margin: 0; }
      .loginForm .loginFormContainer .formItem table {
        -moz-border-radius: 0.3em;
        -webkit-border-radius: 0.3em;
        border-radius: 0.3em;
        -webkit-background-clip: padding-box;
        -webkit-background-clip: padding-box;
        -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
        -o-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
        box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
        width: 100%; }
      .loginForm .loginFormContainer .formItem table tr th {
        background: #EEEEEE;
        padding: .5em; }
      .loginForm .loginFormContainer .formItem table tr td {
        padding: .5em; }
  .loginForm #recaptcha_area {
    margin: 0 auto;
    margin-top: 1.5em; }

.no-rgba section#Header {
  background: #7b7b7b url("../../images/2013/headerBorder.png") repeat-x scroll center top; }
.no-rgba .module.form .formContainer .formItem.inputBox {
  border: 1px solid #ccc; }
.no-rgba .module.collectionBox .box {
  border: 1px solid #ccc; }
.no-rgba .module.membershipBox .box {
  border: 1px solid #ccc; }

.choiceButton input {
  margin: auto;
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: Kameron;
  font-size: 1.158em;
  background: #a8de25;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  padding: 0.5em 2em;
  cursor: pointer;
  box-shadow: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  border: none; }

.module.detailPager {
  float: left;
  width: 100%;
  margin-top: 1em; }
  .module.detailPager .pager-container {
    float: left;
    width: 100%;
    background: #f5f5f5;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    -webkit-background-clip: padding-box;
    padding: .8em 1em; }
    .module.detailPager .pager-container .page-dropdown {
      /*float: left;
      width: 50%;*/ }
      .module.detailPager .pager-container .page-dropdown > ul {
        float: left;
        width: 100%;
        list-style-type: none;
        margin: 0; }
        .module.detailPager .pager-container .page-dropdown > ul > li {
          float: left;
          width: 100%;
          position: relative; }
          .module.detailPager .pager-container .page-dropdown > ul > li a.active-page {
            color: #009db9;
            font-size: .938em;
            text-decoration: underline;
            background: url("../../images/2013/dropdownArrow.png") no-repeat scroll 100% 65%;
            background-size: .9em;
            padding-right: 1em; }
          .module.detailPager .pager-container .page-dropdown > ul > li ul.available-pages {
            position: absolute;
            display: none;
            background: #fff;
            -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
            -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
            -o-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
            -moz-border-radius: 0.3em;
            -webkit-border-radius: 0.3em;
            border-radius: 0.3em;
            -webkit-background-clip: padding-box;
            padding: .5em;
            width: 25em;
            margin: 0;
            left: 0;
            top: 1.3em;
			z-index: 1;}
            .module.detailPager .pager-container .page-dropdown > ul > li ul.available-pages li {
              display: block;
              width: 100%; }
              .module.detailPager .pager-container .page-dropdown > ul > li ul.available-pages li a {
                color: #009db9;
                font-size: .938em; }
          .module.detailPager .pager-container .page-dropdown > ul > li:hover ul {
            display: block; }
    .module.detailPager .pager-container .page-count {
      /*float: left;
      width: 20%;*/ }
    .module.detailPager .pager-container .page-nav {
      float: right;
      width: auto; }
      .module.detailPager .pager-container .page-nav > div.inactive {
        opacity: .5; }
      .module.detailPager .pager-container .page-nav .next {
        float: right;
        position: relative;
        background: #f24c03;
        color: #fff;
        padding: .2em .75em;
        -moz-border-radius: 0.3em;
        -webkit-border-radius: 0.3em;
        border-radius: 0.3em;
        -webkit-background-clip: padding-box;
        cursor: pointer;
        height: 2em; }
        .module.detailPager .pager-container .page-nav .next img {
          position: absolute;
          top: 0;
          right: -.4em;
          width: 0.438em;
          height: 2em; }
      .module.detailPager .pager-container .page-nav .back {
        float: left;
        position: relative;
        background: #f24c03;
        color: #fff;
        margin-right: .5em;
        padding: .2em .75em;
        -moz-border-radius: 0.3em;
        -webkit-border-radius: 0.3em;
        border-radius: 0.3em;
        -webkit-background-clip: padding-box;
        cursor: pointer;
        height: 2em; }
        .module.detailPager .pager-container .page-nav .back img {
          position: absolute;
          top: 0;
          left: -.4em;
          width: 0.625em;
          height: 2em; }

#Interior.stories-detail {
  background-color: #dfdfdf;
  height: auto; }
  #Interior.stories-detail #Content {
    background: none; }
    #Interior.stories-detail #Content .pageWrap {
      width: 64.25em; }
    #Interior.stories-detail #Content .module.contentHeader {
      border-bottom: 1px solid #aaa; }
      #Interior.stories-detail #Content .module.contentHeader h1 {
        font-size: 2em;
        margin-bottom: .2em; }
    #Interior.stories-detail #Content #Column1 {
      padding: 1.5em;
	  margin-bottom: 1.5em;
      background: #fff;
      float: left;
      /*width: 72%*/;
      -moz-border-radius: 0.3em;
      -webkit-border-radius: 0.3em;
      border-radius: 0.3em;
      -webkit-background-clip: padding-box; }
      #Interior.stories-detail #Content #Column1 .module.detailContent {
        float: left;
        width: 100%;
        margin-top: 1.5em; }
        #Interior.stories-detail #Content #Column1 .module.detailContent h2 {
          font-size: 1.5em;
          margin-top: 1em; }
        #Interior.stories-detail #Content #Column1 .module.detailContent blockquote {
          border: none;
          font-family: serif;
          font-weight: bold; }
          #Interior.stories-detail #Content #Column1 .module.detailContent blockquote em {
            font-family: serif;
            font-weight: bold; }
          #Interior.stories-detail #Content #Column1 .module.detailContent blockquote div {
            font-family: serif;
            font-weight: bold; }
            #Interior.stories-detail #Content #Column1 .module.detailContent blockquote div a {
              font-family: inherit; }
          #Interior.stories-detail #Content #Column1 .module.detailContent blockquote span {
            font-style: italic;
            font-family: Open Sans,​sans-serif;
            font-size: .85em;
            line-height: 1; }
          #Interior.stories-detail #Content #Column1 .module.detailContent blockquote span.talkingPoints {
            font-style: normal;
            font-weight: normal; font-size:0.75em!important; }
            #Interior.stories-detail #Content #Column1 .module.detailContent blockquote span.talkingPoints em {
              font-weight: normal;font-family: Open Sans,​sans-serif; }
        #Interior.stories-detail #Content #Column1 .module.detailContent .textBlock {
          clear: both; }
        #Interior.stories-detail #Content #Column1 .module.detailContent .priorAlignmentSelectionsContainer span {
          font-weight: bold; }
        #Interior.stories-detail #Content #Column1 .module.detailContent .priorAlignmentSelectionsContainer p {
          margin: 0em;
          padding: 0em; }
        #Interior.stories-detail #Content #Column1 .module.detailContent .textBlock + .textBlock {
          margin-top: 1em; }
        #Interior.stories-detail #Content #Column1 .module.detailContent .previewMediaBlock {
          width: 100%;
          float: left;
          margin-bottom: .5em; }
          #Interior.stories-detail #Content #Column1 .module.detailContent .previewMediaBlock .previewMediaContainer {
            height: 100%;
            text-align: center; }
            #Interior.stories-detail #Content #Column1 .module.detailContent .previewMediaBlock .previewMediaContainer .element {
              width: 100%;
              text-align: center;
              display: inline;
              max-height: 33em;
              max-width: 43em; }
              #Interior.stories-detail #Content #Column1 .module.detailContent .previewMediaBlock .previewMediaContainer .element .audioWrapper {
                width: 98%;
                float: left;
                padding: 1em;
                background-color: #000000;
                height: 12em;
                margin-left: 1em;
                -moz-border-radius: 0.3em;
                -webkit-border-radius: 0.3em;
                border-radius: 0.3em;
                -webkit-background-clip: padding-box;
                text-align: center; }
                #Interior.stories-detail #Content #Column1 .module.detailContent .previewMediaBlock .previewMediaContainer .element .audioWrapper .instructions {
                  float: left;
                  width: 100%; }
                  #Interior.stories-detail #Content #Column1 .module.detailContent .previewMediaBlock .previewMediaContainer .element .audioWrapper .instructions img {
                    float: left;
                    margin-left: 2em;
                    height: 4.5em;
                    width: 3em; }
                  #Interior.stories-detail #Content #Column1 .module.detailContent .previewMediaBlock .previewMediaContainer .element .audioWrapper .instructions .instructionText {
                    margin-left: 2em;
                    margin-top: 1em;
                    float: left;
                    font-size: 1.1em;
                    color: #ffffff; }
                #Interior.stories-detail #Content #Column1 .module.detailContent .previewMediaBlock .previewMediaContainer .element .audioWrapper #mep_0 {
                  text-align: center;
                  min-width: 38em;
                  margin-top: 5em; }
                #Interior.stories-detail #Content #Column1 .module.detailContent .previewMediaBlock .previewMediaContainer .element .audioWrapper .mejs-container {
                  margin: auto;
                  margin-top: 5em; }
              #Interior.stories-detail #Content #Column1 .module.detailContent .previewMediaBlock .previewMediaContainer .element #mep_0 {
                text-align: center;
                /*min-width: 38em;*/
                margin: auto; }
              #Interior.stories-detail #Content #Column1 .module.detailContent .previewMediaBlock .previewMediaContainer .element .mejs-poster {
                align: center; }
              #Interior.stories-detail #Content #Column1 .module.detailContent .previewMediaBlock .previewMediaContainer .element img {
                float: center;
                margin-bottom: 0; }
              #Interior.stories-detail #Content #Column1 .module.detailContent .previewMediaBlock .previewMediaContainer .element .multiMediaIframe {
                width: 40em;
                height: 20em; }
              #Interior.stories-detail #Content #Column1 .module.detailContent .previewMediaBlock .previewMediaContainer .element .multiMediaPdfContainer {
                width: 80%;
                margin-left: 6em; }
                #Interior.stories-detail #Content #Column1 .module.detailContent .previewMediaBlock .previewMediaContainer .element .multiMediaPdfContainer .image {
                  float: left; }
                #Interior.stories-detail #Content #Column1 .module.detailContent .previewMediaBlock .previewMediaContainer .element .multiMediaPdfContainer .instructions {
                  float: left;
                  font-size: 1.2em; }
                #Interior.stories-detail #Content #Column1 .module.detailContent .previewMediaBlock .previewMediaContainer .element .multiMediaPdfContainer .file {
                  float: left;
                  font-size: .8em; }
              #Interior.stories-detail #Content #Column1 .module.detailContent .previewMediaBlock .previewMediaContainer .element .previewMedia {
                max-height: 100%; }
        #Interior.stories-detail #Content #Column1 .module.detailContent .academicActivitiesContainer .navigation {
          width: 100%;
          float: left;
          margin-top: -1em;
          margin-bottom: 2em; }
          #Interior.stories-detail #Content #Column1 .module.detailContent .academicActivitiesContainer .navigation .prior {
            width: 50%;
            float: left; }
          #Interior.stories-detail #Content #Column1 .module.detailContent .academicActivitiesContainer .navigation .next {
            width: 50%;
            float: right;
            text-align: right; }
        #Interior.stories-detail #Content #Column1 .module.detailContent .academicActivitiesContainer .activityList .list {
          list-style: none; }
          #Interior.stories-detail #Content #Column1 .module.detailContent .academicActivitiesContainer .activityList .list .item {
            float: left;
            width: 100%; }
            #Interior.stories-detail #Content #Column1 .module.detailContent .academicActivitiesContainer .activityList .list .item .icon {
              float: left;
              width: 5%; }
              #Interior.stories-detail #Content #Column1 .module.detailContent .academicActivitiesContainer .activityList .list .item .icon img {
                max-width: 100%;
                heigth: auto; }
            #Interior.stories-detail #Content #Column1 .module.detailContent .academicActivitiesContainer .activityList .list .item .title {
              padding-left: 1em;
              float: left;
              width: 75%; }
            #Interior.stories-detail #Content #Column1 .module.detailContent .academicActivitiesContainer .activityList .list .item .created {
              float: left;
              width: 20%; }
            #Interior.stories-detail #Content #Column1 .module.detailContent .academicActivitiesContainer .activityList .list .item .description {
              padding-bottom: 1em;
              margin-bottom: 2em;
              margin-top: -1em;
              float: left;
              width: 100%;
              border-bottom: 1px solid #dddddd; }
        #Interior.stories-detail #Content #Column1 .module.detailContent .alignmentMapContainer {
          float: left;
          width: 100%;
          text-align: center; }
          #Interior.stories-detail #Content #Column1 .module.detailContent .alignmentMapContainer h2 {
            font-size: 1.5em; }
          #Interior.stories-detail #Content #Column1 .module.detailContent .alignmentMapContainer .alignmentMapTitle {
            float: left;
            width: 100%;
            font-weight: bold; }
          #Interior.stories-detail #Content #Column1 .module.detailContent .alignmentMapContainer .alignmentMap {
            width: 100%;
            float: left; }
          #Interior.stories-detail #Content #Column1 .module.detailContent .alignmentMapContainer .alignmentStateList {
            width: 100%;
            float: left;
            text-align: left; }
            #Interior.stories-detail #Content #Column1 .module.detailContent .alignmentMapContainer .alignmentStateList .headers {
              width: 80%;
              margin: auto;
              font-weight: bold; }
              #Interior.stories-detail #Content #Column1 .module.detailContent .alignmentMapContainer .alignmentStateList .headers .state {
                float: left;
                width: 65%; }
              #Interior.stories-detail #Content #Column1 .module.detailContent .alignmentMapContainer .alignmentStateList .headers .total {
                width: 35%;
                float: left;
                text-align: right; }
            #Interior.stories-detail #Content #Column1 .module.detailContent .alignmentMapContainer .alignmentStateList .stateList {
              width: 80%;
              margin: auto; }
              #Interior.stories-detail #Content #Column1 .module.detailContent .alignmentMapContainer .alignmentStateList .stateList .listItem {
                float: left;
                width: 100%; }
                #Interior.stories-detail #Content #Column1 .module.detailContent .alignmentMapContainer .alignmentStateList .stateList .listItem .state {
                  float: left;
                  width: 65%; }
                #Interior.stories-detail #Content #Column1 .module.detailContent .alignmentMapContainer .alignmentStateList .stateList .listItem .total {
                  width: 35%;
                  float: left;
                  text-align: right; }
        #Interior.stories-detail #Content #Column1 .module.detailContent .alignmentDomainContainer {
          float: left;
          width: 100%;
          text-align: center;
          margin-top: 1em; }
          #Interior.stories-detail #Content #Column1 .module.detailContent .alignmentDomainContainer h2 {
            font-size: 1.5em; }
          #Interior.stories-detail #Content #Column1 .module.detailContent .alignmentDomainContainer p {
            margin: 0;
            text-align: left; }
          #Interior.stories-detail #Content #Column1 .module.detailContent .alignmentDomainContainer .alignmentDomainList {
            width: 100%;
            float: left;
            text-align: left;
            margin-bottom: 2em; }
            #Interior.stories-detail #Content #Column1 .module.detailContent .alignmentDomainContainer .alignmentDomainList .headers {
              width: 80%;
              margin: auto;
              font-weight: bold; }
              #Interior.stories-detail #Content #Column1 .module.detailContent .alignmentDomainContainer .alignmentDomainList .headers .domain {
                float: left;
                width: 65%; }
              #Interior.stories-detail #Content #Column1 .module.detailContent .alignmentDomainContainer .alignmentDomainList .headers .total {
                width: 35%;
                float: left;
                text-align: right; }
            #Interior.stories-detail #Content #Column1 .module.detailContent .alignmentDomainContainer .alignmentDomainList .domainList {
              width: 80%;
              margin: auto; }
              #Interior.stories-detail #Content #Column1 .module.detailContent .alignmentDomainContainer .alignmentDomainList .domainList .listItem {
                float: left;
                width: 100%; }
                #Interior.stories-detail #Content #Column1 .module.detailContent .alignmentDomainContainer .alignmentDomainList .domainList .listItem .domain {
                  float: left;
                  width: 65%;
                  font-size: 1.2em;
                  font-weight: bold; }
                #Interior.stories-detail #Content #Column1 .module.detailContent .alignmentDomainContainer .alignmentDomainList .domainList .listItem .total {
                  width: 35%;
                  float: left;
                  text-align: right; }
        #Interior.stories-detail #Content #Column1 .module.detailContent .alignmentStandardsContainer {
          float: left;
          width: 100%;
          text-align: center;
          margin-top: 1em; }
          #Interior.stories-detail #Content #Column1 .module.detailContent .alignmentStandardsContainer h2 {
            font-size: 1.5em; }
          #Interior.stories-detail #Content #Column1 .module.detailContent .alignmentStandardsContainer p {
            margin: 0;
            text-align: left; }
          #Interior.stories-detail #Content #Column1 .module.detailContent .alignmentStandardsContainer .limitToAge {
            width: 45%;
            float: left; }
          #Interior.stories-detail #Content #Column1 .module.detailContent .alignmentStandardsContainer .instructionArrow {
            width: 15%;
            float: left; }
          #Interior.stories-detail #Content #Column1 .module.detailContent .alignmentStandardsContainer .totalStandardsDisplay {
            width: 40%;
            float: left; }
          #Interior.stories-detail #Content #Column1 .module.detailContent .alignmentStandardsContainer .alignmentStandardsList {
            width: 100%;
            float: left;
            text-align: left;
            margin-bottom: 2em; }
            #Interior.stories-detail #Content #Column1 .module.detailContent .alignmentStandardsContainer .alignmentStandardsList .item {
              width: 95%;
              margin: auto;
              float: left;
              border-top: 1px solid #ccc;
              padding: 2em; }
              #Interior.stories-detail #Content #Column1 .module.detailContent .alignmentStandardsContainer .alignmentStandardsList .item .authority {
                width: 50%;
                font-weight: bold;
                float: left; }
              #Interior.stories-detail #Content #Column1 .module.detailContent .alignmentStandardsContainer .alignmentStandardsList .item .domain {
                width: 50%;
                font-weight: bold;
                float: left; }
              #Interior.stories-detail #Content #Column1 .module.detailContent .alignmentStandardsContainer .alignmentStandardsList .item .lastVerifiedDate {
                width: 50%;
                float: left;
                font-weight: bold; }
              #Interior.stories-detail #Content #Column1 .module.detailContent .alignmentStandardsContainer .alignmentStandardsList .item .metaNum {
                width: 50%;
                float: left;
                font-weight: bold; }
              #Interior.stories-detail #Content #Column1 .module.detailContent .alignmentStandardsContainer .alignmentStandardsList .item .ages {
                width: 100%;
                float: left;
                font-weight: bold; }
              #Interior.stories-detail #Content #Column1 .module.detailContent .alignmentStandardsContainer .alignmentStandardsList .item .desc {
                margin-top: 1em;
                width: 100%;
                float: left; }
      #Interior.stories-detail #Content #Column1 .module.detailCredits {
        float: left;
        width: 100%;
        margin-top: 1.5em; }
        #Interior.stories-detail #Content #Column1 .module.detailCredits h4 {
          margin-bottom: .1em; }
        #Interior.stories-detail #Content #Column1 .module.detailCredits p {
          font-size: .938em;
          font-style: italic;
          margin-top: 0em;
          margin-bottom: 0em; }
      #Interior.stories-detail #Content #Column1 .quoteCredit {
        display: block;
        font-family: sans-serif;
        font-size: .75em;
        font-style: normal;
        font-weight: normal;
        color: #333333;
        line-height: 1.5em;
        margin-bottom: 2em; }
      #Interior.stories-detail #Content #Column1 .module.citation {
        float: left;
        width: 100%;
        border-top: 1px solid #ddd;
        margin-top: 1.5em;
        padding-top: 1em;
        font-size: .8em; }
      #Interior.stories-detail #Content #Column1 .module.sponsorBanner {
        float: left;
        width: 100%;
        margin-top: 1.5em; }
        #Interior.stories-detail #Content #Column1 .module.sponsorBanner img {
          width: 100%; }
    #Interior.stories-detail #Content #Column2 {
      padding: 1.5em 0;
      background: #fff;
      float: right;
      -moz-border-radius: 0.3em;
      -webkit-border-radius: 0.3em;
      border-radius: 0.3em;
      -webkit-background-clip: padding-box; }
      #Interior.stories-detail #Content #Column2 .module.detailsSocial {
        /*float: left;
        width: 88%;*/
        -moz-border-radius: 0.3em;
        -webkit-border-radius: 0.3em;
        border-radius: 0.3em;
        -webkit-background-clip: padding-box;
        text-align: center;
        /*margin: 0 6%;*/
		margin: 0 15px 0 15px;
        background: #1ecad9;
        background-size: contain;
        /*
        				.st_twitter_large {
        					background: url('/images/2013/facebook.png') no-repeat scroll 90% center;
        					background-size: 3em;
        	        border-right: 1px solid #86dbdf;
        	        padding-top: .3em;				
        				}
        
        				.st_pinterest_large {
        					background: url('/images/2013/facebook.png') no-repeat scroll 90% center;
        					background-size: 3em;
        	        border-right: 1px solid #86dbdf;
        	        padding-top: .3em;				
        				}
        
        				.st_googleplus_large {
        					background: url('/images/2013/facebook.png') no-repeat scroll 90% center;
        					background-size: 3em;
        	        border-right: 1px solid #86dbdf;
        	        padding-top: .3em;				
        				}
        */ }
        #Interior.stories-detail #Content #Column2 .module.detailsSocial .st_sharethis_custom {
          width: 100%;
          display: block;
          padding-top: .3em; }
          #Interior.stories-detail #Content #Column2 .module.detailsSocial .st_sharethis_custom a {
            color: #FFFFFF; }
          #Interior.stories-detail #Content #Column2 .module.detailsSocial .st_sharethis_custom div {
            width: 100%;
            height: 2.3em; }
        #Interior.stories-detail #Content #Column2 .module.detailsSocial a {
          display: inline-block;
          padding-top: .3em; }
          #Interior.stories-detail #Content #Column2 .module.detailsSocial a:last-child {
            border: none; }
          #Interior.stories-detail #Content #Column2 .module.detailsSocial a img {
            margin-bottom: 0;
            dispay: inline-block;
            max-width: 3em; }
      #Interior.stories-detail #Content #Column2 .module.detailsButtons {
        margin: 0 1em; }
        #Interior.stories-detail #Content #Column2 .module.detailsButtons .spacer {
          border: 1px solid #dfdfdf;
          margin-top: 1em;
          margin-bottom: .5em;
          width: 100%;
          float: left;
          height: .25em; }
        #Interior.stories-detail #Content #Column2 .module.detailsButtons .alignments {
          float: left;
          width: 100%;
          background: #009db9;
          color: #fff;
          -moz-border-radius: 0.3em;
          -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
          -webkit-background-clip: padding-box;
          text-align: center;
          padding: .5em 0;
          margin-top: .5em;
          text-decoration: none; }
        #Interior.stories-detail #Content #Column2 .module.detailsButtons .ponder {
          float: left;
          width: 100%;
          background: #009db9;
          color: #fff;
          -moz-border-radius: 0.3em;
          -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
          -webkit-background-clip: padding-box;
          text-align: center;
          padding: .5em 0;
          margin-top: .5em;
          text-decoration: none; }
        #Interior.stories-detail #Content #Column2 .module.detailsButtons .assignment_list {
          float: left;
          width: 100%;
          background: #009db9;
          color: #fff;
          -moz-border-radius: 0.3em;
          -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
          -webkit-background-clip: padding-box;
          text-align: center;
          padding: .5em 0;
          margin-top: .5em;
          text-decoration: none; }
        
        #Interior.stories-detail #Content #Column2 .module.detailsButtons .assignment_list.active {
            background: none repeat scroll 0 0 #f24c03;
        }
        #Interior.stories-detail #Content #Column2 .module.detailsButtons .ponder.active {
            background: none repeat scroll 0 0 #f24c03;
        }
        #Interior.stories-detail #Content #Column2 .module.detailsButtons .alignments.active {
          background: #f24c03; }
        #Interior.stories-detail #Content #Column2 .module.detailsButtons .activities {
          float: left;
          width: 100%;
          background: #009db9;
          color: #fff;
          -moz-border-radius: 0.3em;
          -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
          -webkit-background-clip: padding-box;
          text-align: center;
          padding: .5em 0;
          margin-top: .5em;
          text-decoration: none; }
        #Interior.stories-detail #Content #Column2 .module.detailsButtons .activities.active {
          background: #f24c03; }
        #Interior.stories-detail #Content #Column2 .module.detailsButtons .summaryMode {
          float: left;
          width: 100%;
          background: #009db9;
          color: #fff;
          -moz-border-radius: 0.3em;
          -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
          -webkit-background-clip: padding-box;
          text-align: center;
          padding: .5em 0;
          margin-top: .5em;
          text-decoration: none; }
        #Interior.stories-detail #Content #Column2 .module.detailsButtons .summaryMode.active {
          background: #f24c03; }
        #Interior.stories-detail #Content #Column2 .module.detailsButtons .mediaStream {
          float: left;
          width: 100%;
          background: #009db9;
          color: #fff;
          -moz-border-radius: 0.3em;
          -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
          -webkit-background-clip: padding-box;
          text-align: center;
          padding: .5em 0;
          margin-top: .5em;
          text-decoration: none; }
        #Interior.stories-detail #Content #Column2 .module.detailsButtons .mediaStream.active {
          background: #f24c03; }
        #Interior.stories-detail #Content #Column2 .module.detailsButtons .mediaStream.back {
          background: #009db9 url("../../images/button-back-arrow.png") no-repeat 4% center;
          background-size: 1.1em; }
        #Interior.stories-detail #Content #Column2 .module.detailsButtons .this-is-awesome {
          float: left;
          width: 100%;
          background: #a8de25 url("../../images/2013/checkMark.png") no-repeat scroll 90% center;
          background-size: 1.5em;
          color: #fff;
          padding: .5em 0;
          -moz-border-radius: 0.3em;
          -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
          -webkit-background-clip: padding-box;
          margin-top: .5em;
          text-align: center; }
        #Interior.stories-detail #Content #Column2 .module.detailsButtons .this-is-awesome-on {
          float: left;
          width: 100%;
          background: #a8de25 url("../../images/2013/checkMarkOn.png") no-repeat scroll 90% center;
          background-size: 1.5em;
          color: #fff;
          padding: .5em 0;
          -moz-border-radius: 0.3em;
          -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
          -webkit-background-clip: padding-box;
          margin-top: .5em;
          text-align: center; }
        #Interior.stories-detail #Content #Column2 .module.detailsButtons .narrationLinkButton {
          float: left;
          width: 100%;
          background: #4d4d4d url("../../images/2013/narration-small-white.png") no-repeat 4% center;
          background-size: 1.5em;
          color: #fff;
          padding: .5em 0;
          -moz-border-radius: 0.3em;
          -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
          -webkit-background-clip: padding-box;
          margin-top: .5em;
          text-align: center; }
          #Interior.stories-detail #Content #Column2 .module.detailsButtons .narrationLinkButton:hover {
            text-decoration: none; }
      #Interior.stories-detail #Content #Column2 .module.mediaStream {
        float: left;
        width: 94%;
        border: 1px solid #e2e2e1;
        padding: .5em;
        margin: .5em;
        margin-top: 1em; }
        #Interior.stories-detail #Content #Column2 .module.mediaStream .detailsContainer .links {
          float: left;
          width: 100%;
          margin-top: .5em; }
          #Interior.stories-detail #Content #Column2 .module.mediaStream .detailsContainer .links ul {
            float: left;
            width: 100%;
            margin: 0;
            padding: 0;
            list-style-type: none; }
            #Interior.stories-detail #Content #Column2 .module.mediaStream .detailsContainer .links ul li {
              float: left;
              width: 100%;
              height: auto; }
              #Interior.stories-detail #Content #Column2 .module.mediaStream .detailsContainer .links ul li .image {
                float: left;
                width: 12%; }
                #Interior.stories-detail #Content #Column2 .module.mediaStream .detailsContainer .links ul li .image img {
                  max-width: 100%;
                  height: auto; }
              #Interior.stories-detail #Content #Column2 .module.mediaStream .detailsContainer .links ul li .link {
                float: left;
                width: 88%;
                padding-left: .5em; }
                #Interior.stories-detail #Content #Column2 .module.mediaStream .detailsContainer .links ul li .link a {
                  text-decoration: underline;
                  font-size: .8em; }
      #Interior.stories-detail #Content #Column2 .module.categoryLinks {
        float: left;
        width: 100%;
        border-bottom: 1px solid #e2e2e1;
        padding: 0 1em;
        padding-bottom: 1em; }
        #Interior.stories-detail #Content #Column2 .module.categoryLinks .category-header {
          float: left;
          width: 100%;
          margin-top: 1em; }
          #Interior.stories-detail #Content #Column2 .module.categoryLinks .category-header h3 {
            font-size: 1.313em;
            margin-bottom: 0; }
        #Interior.stories-detail #Content #Column2 .module.categoryLinks .category-links {
          float: left;
          width: 100%;
          margin-top: .5em; }
          #Interior.stories-detail #Content #Column2 .module.categoryLinks .category-links ul {
            float: left;
            width: 100%;
            margin: 0;
            padding: 0;
            list-style-type: none; }
            #Interior.stories-detail #Content #Column2 .module.categoryLinks .category-links ul li {
              display: inline;
              width: 100%;
              height: auto; }
              #Interior.stories-detail #Content #Column2 .module.categoryLinks .category-links ul li a {
                text-decoration: underline;
                font-size: .938em; }
            #Interior.stories-detail #Content #Column2 .module.categoryLinks .category-links ul li:after {
              content: ", "; }
            #Interior.stories-detail #Content #Column2 .module.categoryLinks .category-links ul li:last-child:after {
              content: ""; }

.multimediaAuthRequiredNotice {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999; }
  .multimediaAuthRequiredNotice .multimediaAuthRequiredNoticeWindow {
    background: white;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    width: 50em;
    height: 32em;
    margin-left: -25em;
    margin-top: -16em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    -webkit-background-clip: padding-box;
    padding: 1em;
    -webkit-box-shadow: 0px 8px 15px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 8px 15px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 8px 15px rgba(50, 50, 50, 0.75); }
    .multimediaAuthRequiredNotice .multimediaAuthRequiredNoticeWindow .close {
      float: right;
      height: 2.5em;
      width: 3em;
      background: url("/images/2013/close-blue.png") no-repeat scroll center center;
      background-size: 100% 100%;
      cursor: pointer;
      cursor: hand; }
    .multimediaAuthRequiredNotice .multimediaAuthRequiredNoticeWindow .title {
      margin-top: -1.5em;
      font-size: 1.8em;
      float: left;
      width: 95%;
      text-align: center; }
    .multimediaAuthRequiredNotice .multimediaAuthRequiredNoticeWindow .subTitle {
      margin-top: .5em;
      font-size: 1.3em;
      float: left;
      width: 100%;
      text-align: center; }
    .multimediaAuthRequiredNotice .multimediaAuthRequiredNoticeWindow .screenShot {
      float: left;
      margin-top: 1em;
      width: 100%;
      text-align: center; }
      .multimediaAuthRequiredNotice .multimediaAuthRequiredNoticeWindow .screenShot img {
        width: 80%;
        -moz-border-radius: 0.3em;
        -webkit-border-radius: 0.3em;
        border-radius: 0.3em;
        -webkit-background-clip: padding-box;
        margin-bottom: 0;
        opacity: 0.7; }
    .multimediaAuthRequiredNotice .multimediaAuthRequiredNoticeWindow .header {
      width: 100%;
      float: left;
      margin-top: 1em;
      color: #009db9;
      font-size: 1.3em;
      text-align: center; }
    .multimediaAuthRequiredNotice .multimediaAuthRequiredNoticeWindow .options {
      margin-top: 2em;
      float: left;
      width: 100%; }
      .multimediaAuthRequiredNotice .multimediaAuthRequiredNoticeWindow .options .login {
        float: left;
        width: 45%;
        padding-left: 2.5em; }
        .multimediaAuthRequiredNotice .multimediaAuthRequiredNoticeWindow .options .login .button {
          float: left;
          width: 100%;
          color: #000;
          text-align: center;
          font-family: Kameron;
          font-size: 1.158em;
          background: #1ecad9;
          -moz-border-radius: 0.3em;
          -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
          -webkit-background-clip: padding-box;
          padding: .5em 0;
          cursor: pointer; }
      .multimediaAuthRequiredNotice .multimediaAuthRequiredNoticeWindow .options .separator {
        margin-top: .5em;
        float: left;
        width: 10%;
        text-align: center; }
      .multimediaAuthRequiredNotice .multimediaAuthRequiredNoticeWindow .options .signup {
        float: left;
        width: 45%;
        padding-right: 2.5em; }
        .multimediaAuthRequiredNotice .multimediaAuthRequiredNoticeWindow .options .signup .button {
          float: left;
          width: 100%;
          color: #000;
          text-align: center;
          font-family: Kameron;
          font-size: 1.158em;
          background: #a8de25;
          -moz-border-radius: 0.3em;
          -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
          -webkit-background-clip: padding-box;
          padding: .5em 0;
          cursor: pointer; }
@media only screen and (max-width: 1024px) {
    #StoriesOfTheWeek, #BecomeAMember, #storiesCalendar {
        display: none;
    }
    #storiesList {
    	display: inline;
    }
}
@media only screen and (min-width: 1024px) {
	#storiesList {
		display: none;
	}
}
/*@media only screen and (max-width: 480px) {
  body {
    font-size: 40%; }
    body section {
      width: 61.250em !important; }
    body.stories-detail {
      width: 61.25em !important; }
      body.stories-detail #Content .pageWrap {
        width: 61.25em !important; }
    body section#Banner .outterWrap .slideShow .slide > a {
      text-align: center;
      display: block;
      width: 100%;
      height: 100%; }
    body section#Banner .outterWrap .slideShow .slide > a > img {
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -42em;
      z-index: 0;
      height: 29em;
      width: auto;
      max-width: none; } }
@media only screen and (min-width: 480px) {
  body {
    font-size: 40%; } }*/
@media only screen and (min-width: 550px) {
  body section#Banner .outterWrap .slideShow .slide > a > img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -952.5px;
    z-index: 0;
    height: auto;
    width: 1906px;
    max-width: none; }
  body section#Banner .outterWrap .slideShow .slide > a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center; } }
/*@media only screen and (min-width: 600px) {
  body {
    font-size: 60%; } }
@media only screen and (min-width: 768px) {
  body {
    font-size: 80%; } }
@media only screen and (min-width: 768px) {
  body {
    font-size: 80%; } }
@media only screen and (min-width: 1024px) {
  body {
    font-size: 100%; } }
@media only screen and (min-width: 1280px) {
  body {
    font-size: 110%; } }
@media only screen and (min-width: 1400px) {
  body {
    font-size: 120%; } }*/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
#AdvancedSearch {
  background-color: #000000; }
  #AdvancedSearch .module.breadcrumb {
    float: left;
    width: 100%;
    padding-bottom: 1.5em; }
    #AdvancedSearch .module.breadcrumb ul {
      float: left;
      width: 100%;
      margin: 0;
      padding: 0;
      list-style-type: none; }
      #AdvancedSearch .module.breadcrumb ul li {
        float: left;
        margin-right: 1em; }
        #AdvancedSearch .module.breadcrumb ul li a {
          color: #1ecad9; }
  #AdvancedSearch .module.contentHeader {
    float: left;
    width: 100%; }
    #AdvancedSearch .module.contentHeader h1 {
      font-size: 3em;
      color: #A8DE26; }
  #AdvancedSearch .module.content {
    float: left;
    width: 100%;
    padding-bottom: 1em; }
    #AdvancedSearch .module.content p {
      color: #27241a;
      font-family: Open Sans;
      font-size: 0.938em; }
    #AdvancedSearch .module.content ul {
      color: #27241a;
      font-family: Open Sans;
      font-size: 0.938em; }
    #AdvancedSearch .module.content ol {
      color: #27241a;
      font-family: Open Sans;
      font-size: 0.938em; }
  #AdvancedSearch .module.form {
    float: left;
    width: 100%; }
    #AdvancedSearch .module.form .formContainer {
      float: left;
      width: 100%; }
      #AdvancedSearch .module.form .formContainer .formSection {
        clear: both;
        float: left;
        margin-top: 1.5em;
        padding: 1em;
        -moz-border-radius: 0.3em;
        -webkit-border-radius: 0.3em;
        border-radius: 0.3em;
        -webkit-background-clip: padding-box;
        -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
        -o-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
        box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25); }
        #AdvancedSearch .module.form .formContainer .formSection .instruction {
          margin-bottom: 1em; }
        #AdvancedSearch .module.form .formContainer .formSection button {
          margin: 0.5em 0; }
      #AdvancedSearch .module.form .formContainer .formItem {
        float: left;
        width: 100%;
        margin-top: 1.5em; }
        #AdvancedSearch .module.form .formContainer .formItem.inputBox {
          -moz-border-radius: 0.3em;
          -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
          -webkit-background-clip: padding-box;
          -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
          -moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
          -o-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
          padding: .3em; }
        #AdvancedSearch .module.form .formContainer .formItem.selectBox .form-label {
          padding: 0.3em 0;
          padding-left: 0; }
        #AdvancedSearch .module.form .formContainer .formItem.checkBox {
          border-top: 1px solid #b9b9b9;
          border-bottom: 1px solid #b9b9b9;
          padding: 1.5em 0; }
          #AdvancedSearch .module.form .formContainer .formItem.checkBox .form-field {
            width: auto; }
            #AdvancedSearch .module.form .formContainer .formItem.checkBox .form-field input {
              width: 1em;
              height: 1em;
              margin-top: .45em; }
        #AdvancedSearch .module.form .formContainer .formItem.formSubmit input {
          float: left;
          width: auto;
          color: #fff;
          text-align: center;
          font-family: Kameron;
          font-size: 1.158em;
          background: #1ecad9;
          -moz-border-radius: 0.3em;
          -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
          -webkit-background-clip: padding-box;
          padding: 0.5em 2em;
          cursor: pointer;
          box-shadow: 0;
          -webkit-box-shadow: 0;
          -moz-box-shadow: 0;
          border: none;
          margin-right: .5em; }
        #AdvancedSearch .module.form .formContainer .formItem .form-label {
          float: left;
          width: 10.000em;
          padding: .5em 0;
          padding-left: 1em; }
          #AdvancedSearch .module.form .formContainer .formItem .form-label span {
            color: #27241a;
            font-family: Open Sans;
            font-size: 1em; }
        #AdvancedSearch .module.form .formContainer .formItem .form-field {
          float: left;
          width: 50.563em;
          padding: .5em 0; }
          #AdvancedSearch .module.form .formContainer .formItem .form-field input {
            float: left;
            width: 100%;
            color: #27241a;
            font-family: Open Sans;
            font-size: 1.188em;
            font-weight: 600;
            border: none;
            padding: .3em;
            background: #EEEEEE; }
            #AdvancedSearch .module.form .formContainer .formItem .form-field input:focus {
              border: none; }
          #AdvancedSearch .module.form .formContainer .formItem .form-field input.error {
            background: #FFCCCC; }
          #AdvancedSearch .module.form .formContainer .formItem .form-field p {
            margin: 0; }
        #AdvancedSearch .module.form .formContainer .formItem table {
          -moz-border-radius: 0.3em;
          -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
          -webkit-background-clip: padding-box;
          -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
          -moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
          -o-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
          width: 100%; }
        #AdvancedSearch .module.form .formContainer .formItem table tr th {
          background: #EEEEEE;
          padding: .5em; }
        #AdvancedSearch .module.form .formContainer .formItem table tr td {
          padding: .5em; }
  #AdvancedSearch section#Header {
    /*position: fixed;*/
    z-index: 10;
    width: 100%;
    height: auto;
    background: #0b0b0b url("/images/2013/headerBorder.png") repeat-x scroll center top;
    background-size: 100% auto;
    padding-bottom: 0.938em;
    top: 0;
    left: 0; }
    #AdvancedSearch section#Header .pageWrap {
      position: relative; }
      #AdvancedSearch section#Header .pageWrap .grid > .col-full {
        padding: 0; }
    #AdvancedSearch section#Header .module.logo {
      position: absolute;
      width: 12.250em;
      height: 7.875em; }
      #AdvancedSearch section#Header .module.logo img {
        width: 100%;
        height: auto;
        margin: 0; }
    #AdvancedSearch section#Header .module.nav {
      float: right;
      width: 47.375em;
      height: auto;
      padding-top: 1.563em; }
      #AdvancedSearch section#Header .module.nav ul {
        float: left;
        height: auto;
        margin: 0;
        padding: 0;
        list-style-type: none; }
        #AdvancedSearch section#Header .module.nav ul li {
          float: left;
          width: auto;
          height: auto;
          line-height: 1;
          margin: 0 0.5em; }
          #AdvancedSearch section#Header .module.nav ul li a {
            color: #fff;
            font-size: 1.116em;
            line-height: 1;
            font-family: Kameron; }
          #AdvancedSearch section#Header .module.nav ul li:first-of-type {
            margin-left: 0; }
          #AdvancedSearch section#Header .module.nav ul li:last-of-type {
            margin-right: 0; }
        #AdvancedSearch section#Header .module.nav ul.account {
          float: right; }
          #AdvancedSearch section#Header .module.nav ul.account li {
            float: right; }
    #AdvancedSearch section#Header .module.search {
      float: right;
      width: 47.375em;
      height: auto;
      margin-top: 1em; }
      #AdvancedSearch section#Header .module.search .searchPanel {
        float: left;
        width: 38.750em;
        background: #fff;
        -moz-border-radius: 0.4em;
        -webkit-border-radius: 0.4em;
        border-radius: 0.4em;
        -webkit-background-clip: padding-box;
        overflow: hidden; }
        #AdvancedSearch section#Header .module.search .searchPanel #searchField {
          float: left;
          width: 30.563em;
          height: auto;
          border: none;
          padding: .2em 1.125em;
          color: #818b85;
          font-size: 1.146em;
          margin: 0; }
        #AdvancedSearch section#Header .module.search .searchPanel #searchButton {
          background: url("/images/2013/searchIcon.png") no-repeat scroll center center;
          border: none;
          margin: 0;
          padding: .2em 1.1em;
          margin-left: .3em;
          margin-right: .3em;
          float: right; }
      #AdvancedSearch section#Header .module.search .advancedSearch {
        float: right;
        width: auto;
        height: auto;
        margin-top: .3em; }
        #AdvancedSearch section#Header .module.search .advancedSearch a {
          color: #a8de25;
          font-size: 0.938em;
          font-family: Kameron; }

#AdvancedSearch section#Header {
  position: relative; }
#AdvancedSearch section#Content {
  width: 100%;
  padding: 4em 0;
  background: #000000; }
  #AdvancedSearch section#Content .pageWrap .grid .col-full {
    padding: 0; }
    #AdvancedSearch section#Content .pageWrap .grid .col-full .module contentHeader {
      float: left; }
  #AdvancedSearch section#Content .pageWrap .grid .col-half.left {
    padding-left: 0; }
  #AdvancedSearch section#Content .pageWrap .grid .col-half.right {
    padding-right: 0; }
  #AdvancedSearch section#Content .pageWrap .grid .col-oneThird.left {
    padding-left: 0; }
  #AdvancedSearch section#Content .pageWrap .grid .col-oneThird.middle {
    padding: 0; }
  #AdvancedSearch section#Content .pageWrap .grid .col-oneThird.right {
    padding-right: 0; }
  #AdvancedSearch section#Content .pageWrap .grid .cf {
    float: left; }
    #AdvancedSearch section#Content .pageWrap .grid .cf .searchContainer {
      background-color: #282828;
      height: 23em;
      width: 100%;
      -moz-border-radius: 0.3em;
      -webkit-border-radius: 0.3em;
      border-radius: 0.3em;
      -webkit-background-clip: padding-box;
      padding: .5em;
      overflow: hidden; }
      #AdvancedSearch section#Content .pageWrap .grid .cf .searchContainer .highlightedText {
        font-size: .9em;
        color: #A8DE26; }
      #AdvancedSearch section#Content .pageWrap .grid .cf .searchContainer .actionText {
        color: #FFFFFF;
        font-size: 1.3em;
        font-weight: bold;
        padding-top: 6.7em; }
      #AdvancedSearch section#Content .pageWrap .grid .cf .searchContainer .featureList {
        margin-top: 1em;
        width: 50%;
        float: left;
        color: #ffffff;
        font-size: 1em;
        font-weight: bold; }
        #AdvancedSearch section#Content .pageWrap .grid .cf .searchContainer .featureList ul {
          margin-top: .5em;
          font-size: .8em;
          font-weight: normal; }
          #AdvancedSearch section#Content .pageWrap .grid .cf .searchContainer .featureList ul .sub {
            margin-top: 0;
            font-size: .8em;
            font-weight: normal;
            list-style-type: none; }
      #AdvancedSearch section#Content .pageWrap .grid .cf .searchContainer .searchComponents {
        width: 30%;
        float: left;
        height: 21em; }
        #AdvancedSearch section#Content .pageWrap .grid .cf .searchContainer .searchComponents .searchComponentList {
          width: 95%;
          height: 21em;
          /*									overflow:auto; */
          padding: 1em;
          background-color: #f0f0f0;
          -moz-border-radius: 0.3em;
          -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
          -webkit-background-clip: padding-box;
          box-shadow: inset 4px 4px 5px 0px rgba(119, 119, 119, 0.75);
          -moz-box-shadow: inset 4px 4px 5px 0px rgba(119, 119, 119, 0.75);
          -webkit-box-shadow: inset 4px 4px 5px 0px rgba(119, 119, 119, 0.75); }
          #AdvancedSearch section#Content .pageWrap .grid .cf .searchContainer .searchComponents .searchComponentList .sectionTitle {
            font-weight: bold;
            border-bottom: 1px solid black;
            background-color: #dddddd;
            font-size: .9em; }
          #AdvancedSearch section#Content .pageWrap .grid .cf .searchContainer .searchComponents .searchComponentList .searchComponentListItem {
            padding-top: .4em;
            padding-bottom: .4em;
            padding-left: .5em;
            cursor: pointer;
            cursor: hand;
            font-size: .9em; }
            #AdvancedSearch section#Content .pageWrap .grid .cf .searchContainer .searchComponents .searchComponentList .searchComponentListItem:hover {
              background-color: #dddddd; }
          #AdvancedSearch section#Content .pageWrap .grid .cf .searchContainer .searchComponents .searchComponentList .searchComponentListItemSelected {
            padding-top: .4em;
            padding-bottom: .4em;
            padding-left: .5em;
            cursor: pointer;
            cursor: hand;
            font-size: .9em;
            background-color: #a9ced5; }
      #AdvancedSearch section#Content .pageWrap .grid .cf .searchContainer .searchSelector {
        width: 40%;
        height: 21em;
        padding: 1em;
        float: left;
        display: none;
        border-left: 1px solid #666666;
        position: relative; }
        #AdvancedSearch section#Content .pageWrap .grid .cf .searchContainer .searchSelector .buttonContainer {
          position: absolute;
          bottom: 0;
          width: 100%;
          float: left; }
          #AdvancedSearch section#Content .pageWrap .grid .cf .searchContainer .searchSelector .buttonContainer .advancedSearchApplyFilterButton {
            float: left;
            width: auto;
            font-weight: bold;
            margin-top: 1.5em;
            margin-left: 1.9em;
            color: #fff;
            text-align: center;
            font-family: Kameron;
            font-size: 1.158em;
            background: #009db9;
            -moz-border-radius: 0.3em;
            -webkit-border-radius: 0.3em;
            border-radius: 0.3em;
            -webkit-background-clip: padding-box;
            padding: .5em 1.5em;
            cursor: pointer; }
          #AdvancedSearch section#Content .pageWrap .grid .cf .searchContainer .searchSelector .buttonContainer .advancedSearchClearFilterButton {
            float: left;
            width: 72%;
            font-weight: bold;
            margin-top: 1.5em;
            margin-left: 1.9em;
            color: #fff;
            text-align: center;
            font-family: Kameron;
            font-size: 1.158em;
            background: #aaaa9f;
            -moz-border-radius: 0.3em;
            -webkit-border-radius: 0.3em;
            border-radius: 0.3em;
            -webkit-background-clip: padding-box;
            padding: .5em 1.5em;
            cursor: pointer; }
        #AdvancedSearch section#Content .pageWrap .grid .cf .searchContainer .searchSelector .title {
          margin-bottom: .5em;
          color: #FFFFFF;
          font-size: 1.1em;
          float: left;
          width: 100%;
          font-weight: bold;
          text-align: left;
          border-bottom: 1px solid #666666; }
        #AdvancedSearch section#Content .pageWrap .grid .cf .searchContainer .searchSelector .description {
          height: 8em;
          width: 100%;
          margin-bottom: 2em;
          color: #FFFFFF; }
          #AdvancedSearch section#Content .pageWrap .grid .cf .searchContainer .searchSelector .description .standardsArrow {
            float: right;
            margin-right: 4em;
            margin-top: 6.5em;
            width: 3em;
            height: 3.7em;
            background: url("/images/curved-arrow-down-green.png") no-repeat center;
            background-size: 100%; }
        #AdvancedSearch section#Content .pageWrap .grid .cf .searchContainer .searchSelector .advancedSearchSelectorContainer {
          width: 100%;
          text-align: center;
          float: left; }
          #AdvancedSearch section#Content .pageWrap .grid .cf .searchContainer .searchSelector .advancedSearchSelectorContainer .advancedSearchAgesSliderContainer {
            width: 100%;
            text-align: center;
            float: left;
            display: none; }
            #AdvancedSearch section#Content .pageWrap .grid .cf .searchContainer .searchSelector .advancedSearchSelectorContainer .advancedSearchAgesSliderContainer .ageRangeDisplayContainer {
              float: left;
              width: 100%;
              margin-top: -3em; }
              #AdvancedSearch section#Content .pageWrap .grid .cf .searchContainer .searchSelector .advancedSearchSelectorContainer .advancedSearchAgesSliderContainer .ageRangeDisplayContainer .ageRangeLabel {
                color: #a8de25;
                width: 50%;
                float: left;
                font-size: 1.2em; }
              #AdvancedSearch section#Content .pageWrap .grid .cf .searchContainer .searchSelector .advancedSearchSelectorContainer .advancedSearchAgesSliderContainer .ageRangeDisplayContainer .ageRangeDisplay {
                float: left;
                width: 50%;
                font-weight: bold;
                color: white;
                text-align: left;
                font-size: 1.3em; }
            #AdvancedSearch section#Content .pageWrap .grid .cf .searchContainer .searchSelector .advancedSearchSelectorContainer .advancedSearchAgesSliderContainer .sliderElement {
              float: left;
              width: 100%;
              padding-left: 3em;
              padding-right: 3em;
              margin-top: .5em;
              margin-bottom: .5em; }
          #AdvancedSearch section#Content .pageWrap .grid .cf .searchContainer .searchSelector .advancedSearchSelectorContainer .advancedSearchDropDownContainer {
            width: 100%;
            text-align: center;
            float: left; }
            #AdvancedSearch section#Content .pageWrap .grid .cf .searchContainer .searchSelector .advancedSearchSelectorContainer .advancedSearchDropDownContainer .advancedSearchSelectStandardsButton {
              float: left;
              width: auto;
              font-weight: bold;
              margin-top: 1.5em;
              margin-left: .25em;
              color: #fff;
              text-align: center;
              font-family: Kameron;
              font-size: 1.158em;
              background: #a8de25;
              -moz-border-radius: 0.3em;
              -webkit-border-radius: 0.3em;
              border-radius: 0.3em;
              -webkit-background-clip: padding-box;
              padding: .5em 1.5em;
              cursor: pointer; }
            #AdvancedSearch section#Content .pageWrap .grid .cf .searchContainer .searchSelector .advancedSearchSelectorContainer .advancedSearchDropDownContainer .advancedSearchDropDownList {
              width: 100%;
              text-align: center;
              float: left; }
              #AdvancedSearch section#Content .pageWrap .grid .cf .searchContainer .searchSelector .advancedSearchSelectorContainer .advancedSearchDropDownContainer .advancedSearchDropDownList .selectBox-dropdown {
                background-color: white; }
      #AdvancedSearch section#Content .pageWrap .grid .cf .searchContainer .searchStatus {
        width: 30%;
        height: 21em;
        padding: 1em;
        float: left;
        display: none;
        border-left: 1px solid #666666;
        position: relative; }
        #AdvancedSearch section#Content .pageWrap .grid .cf .searchContainer .searchStatus .assetCounterText {
          margin-top: .5em;
          margin-bottom: .5em;
          color: #FFFFFF;
          font-size: 1.6em;
          float: left;
          width: 100%;
          font-weight: bold;
          text-align: center; }
        #AdvancedSearch section#Content .pageWrap .grid .cf .searchContainer .searchStatus .highlightedText {
          color: #A8DE26;
          font-size: 1em;
          float: left;
          width: 100%;
          text-align: center; }
        #AdvancedSearch section#Content .pageWrap .grid .cf .searchContainer .searchStatus .submitSearchButton {
          position: absolute;
          bottom: 0;
          float: left;
          width: auto;
          font-weight: bold;
          margin-top: 2em;
          margin-left: 1.5em;
          color: #fff;
          text-align: center;
          font-family: Kameron;
          font-size: 1.158em;
          background: #F24C03;
          -moz-border-radius: 0.3em;
          -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
          -webkit-background-clip: padding-box;
          padding: .5em 1.5em;
          cursor: pointer; }
      #AdvancedSearch section#Content .pageWrap .grid .cf .searchContainer .searchStarter {
        width: 65%;
        padding-left: 3em;
        padding-top: 1em;
        padding-right: 1em;
        padding-bottom: 1em;
        float: left;
        border-left: 1px solid #666666;
        height: 21em;
        font-size: 1.05em; }
      #AdvancedSearch section#Content .pageWrap .grid .cf .searchContainer .attentionArrow {
        margin-top: -1.5em;
        background: url("/images/curved-arrow-left-green.png") no-repeat center;
        background-size: 4em;
        float: left;
        width: 20%;
        height: 5em; }
    #AdvancedSearch section#Content .pageWrap .grid .cf .advancedSearchStandardsInterfaceContainer {
      width: 100%;
      float: left;
      display: none; }
      #AdvancedSearch section#Content .pageWrap .grid .cf .advancedSearchStandardsInterfaceContainer .standardsBrowserContainer {
        margin-top: 1em;
        background-color: #AAAA9F;
        width: 100%;
        -moz-border-radius: 0.3em;
        -webkit-border-radius: 0.3em;
        border-radius: 0.3em;
        padding: 1em;
        float: left; }
        #AdvancedSearch section#Content .pageWrap .grid .cf .advancedSearchStandardsInterfaceContainer .standardsBrowserContainer .toolbar {
          height: 4em;
          float: left;
          width: 100%; }
          #AdvancedSearch section#Content .pageWrap .grid .cf .advancedSearchStandardsInterfaceContainer .standardsBrowserContainer .toolbar .title {
            color: #FFFFFF;
            font-size: 1.2em;
            float: left;
            width: 50%;
            font-weight: bold;
            text-align: left; }
          #AdvancedSearch section#Content .pageWrap .grid .cf .advancedSearchStandardsInterfaceContainer .standardsBrowserContainer .toolbar .advancedSearchStandardsToolbarBack {
            background: url("/images/left-nav-arrow.png") no-repeat center;
            background-size: contain;
            visibility: hidden;
            float: right;
            height: 2em;
            width: 2em;
            margin-right: 1em;
            cursor: pointer;
            cursor: hand; }
          #AdvancedSearch section#Content .pageWrap .grid .cf .advancedSearchStandardsInterfaceContainer .standardsBrowserContainer .toolbar .advancedSearchStandardsToolbarForward {
            background: url("/images/right-nav-arrow.png") no-repeat center;
            background-size: contain;
            visibility: hidden;
            float: right;
            height: 2em;
            width: 2em;
            margin-right: 1em;
            cursor: pointer;
            cursor: hand; }
        #AdvancedSearch section#Content .pageWrap .grid .cf .advancedSearchStandardsInterfaceContainer .standardsBrowserContainer .resultsContentContainer {
          float: left;
          width: 100%; }
          #AdvancedSearch section#Content .pageWrap .grid .cf .advancedSearchStandardsInterfaceContainer .standardsBrowserContainer .resultsContentContainer .resultsContent {
            width: 100%;
            background-color: #f0f0f0;
            -moz-border-radius: 0.3em;
            -webkit-border-radius: 0.3em;
            border-radius: 0.3em;
            -webkit-background-clip: padding-box;
            box-shadow: inset 4px 4px 5px 0px rgba(119, 119, 119, 0.75);
            -moz-box-shadow: inset 4px 4px 5px 0px rgba(119, 119, 119, 0.75);
            -webkit-box-shadow: inset 4px 4px 5px 0px rgba(119, 119, 119, 0.75);
            float: left; }
            #AdvancedSearch section#Content .pageWrap .grid .cf .advancedSearchStandardsInterfaceContainer .standardsBrowserContainer .resultsContentContainer .resultsContent .noResults {
              padding-top: 1.5em;
              padding-left: 1.5em;
              padding-right: 1.5em;
              padding-bottom: 1.5em;
              margin-left: 2em;
              margin-right: 2em;
              margin-top: 2em;
              margin-bottom: 2em;
              width: 93%;
              float: left;
              border: 2px solid #F24C03;
              background-color: #ffffff;
              -moz-border-radius: 0.3em;
              -webkit-border-radius: 0.3em;
              border-radius: 0.3em;
              -webkit-background-clip: padding-box; }
              #AdvancedSearch section#Content .pageWrap .grid .cf .advancedSearchStandardsInterfaceContainer .standardsBrowserContainer .resultsContentContainer .resultsContent .noResults .exclamation {
                background: url("/images/error-icon.png") no-repeat center;
                width: 10%;
                float: left;
                height: 3em; }
              #AdvancedSearch section#Content .pageWrap .grid .cf .advancedSearchStandardsInterfaceContainer .standardsBrowserContainer .resultsContentContainer .resultsContent .noResults .message {
                float: left;
                width: 90%; }
            #AdvancedSearch section#Content .pageWrap .grid .cf .advancedSearchStandardsInterfaceContainer .standardsBrowserContainer .resultsContentContainer .resultsContent .loadingResult {
              width: 70%;
              height: 10em;
              margin: auto; }
              #AdvancedSearch section#Content .pageWrap .grid .cf .advancedSearchStandardsInterfaceContainer .standardsBrowserContainer .resultsContentContainer .resultsContent .loadingResult .message {
                width: 80%;
                float: left;
                font-size: 1.3em;
                margin-top: 2.5em;
                margin-left: 1.5em; }
            #AdvancedSearch section#Content .pageWrap .grid .cf .advancedSearchStandardsInterfaceContainer .standardsBrowserContainer .resultsContentContainer .resultsContent .standardsSearchResult {
              padding-top: 1em;
              padding-left: 1em;
              padding-right: 1em;
              padding-bottom: 1em;
              margin-left: .4em;
              margin-right: .4em;
              width: 99%;
              float: left;
              font-size: .8em;
              border-bottom: 1px solid #cccccc; }
              #AdvancedSearch section#Content .pageWrap .grid .cf .advancedSearchStandardsInterfaceContainer .standardsBrowserContainer .resultsContentContainer .resultsContent .standardsSearchResult .checkbox {
                width: 5%;
                float: left; }
              #AdvancedSearch section#Content .pageWrap .grid .cf .advancedSearchStandardsInterfaceContainer .standardsBrowserContainer .resultsContentContainer .resultsContent .standardsSearchResult .content {
                width: 95%;
                float: left; }
                #AdvancedSearch section#Content .pageWrap .grid .cf .advancedSearchStandardsInterfaceContainer .standardsBrowserContainer .resultsContentContainer .resultsContent .standardsSearchResult .content .authority {
                  float: left;
                  width: 50%;
                  font-weight: bold; }
                #AdvancedSearch section#Content .pageWrap .grid .cf .advancedSearchStandardsInterfaceContainer .standardsBrowserContainer .resultsContentContainer .resultsContent .standardsSearchResult .content .domain {
                  float: right;
                  width: 50%;
                  font-weight: bold; }
                #AdvancedSearch section#Content .pageWrap .grid .cf .advancedSearchStandardsInterfaceContainer .standardsBrowserContainer .resultsContentContainer .resultsContent .standardsSearchResult .content .lastVerifiedDate {
                  float: left;
                  width: 50%;
                  font-weight: bold; }
                #AdvancedSearch section#Content .pageWrap .grid .cf .advancedSearchStandardsInterfaceContainer .standardsBrowserContainer .resultsContentContainer .resultsContent .standardsSearchResult .content .metaNum {
                  float: right;
                  width: 50%;
                  font-weight: bold; }
                #AdvancedSearch section#Content .pageWrap .grid .cf .advancedSearchStandardsInterfaceContainer .standardsBrowserContainer .resultsContentContainer .resultsContent .standardsSearchResult .content .ages {
                  float: left;
                  width: 100%;
                  font-weight: bold; }
                #AdvancedSearch section#Content .pageWrap .grid .cf .advancedSearchStandardsInterfaceContainer .standardsBrowserContainer .resultsContentContainer .resultsContent .standardsSearchResult .content .desc {
                  float: left;
                  width: 100%; }
    #AdvancedSearch section#Content .pageWrap .grid .cf .searchResultsContainer {
      margin-top: 2em;
      background-color: #282828;
      width: 100%;
      -moz-border-radius: 0.3em;
      -webkit-border-radius: 0.3em;
      border-radius: 0.3em;
      -webkit-background-clip: padding-box;
      padding: 1em;
      float: left;
      display: none; }
      #AdvancedSearch section#Content .pageWrap .grid .cf .searchResultsContainer .toolbar {
        height: 4em;
        float: left;
        width: 100%; }
        #AdvancedSearch section#Content .pageWrap .grid .cf .searchResultsContainer .toolbar .title {
          color: #FFFFFF;
          font-size: 1.3em;
          float: left;
          width: 50%;
          font-weight: bold;
          text-align: left; }
        #AdvancedSearch section#Content .pageWrap .grid .cf .searchResultsContainer .toolbar .advancedSearchResultsToolbarBack {
          background: url("/images/left-nav-arrow.png") no-repeat center;
          background-size: contain;
          float: right;
          height: 3em;
          width: 3em;
          margin-right: 1em;
          cursor: pointer;
          cursor: hand; }
        #AdvancedSearch section#Content .pageWrap .grid .cf .searchResultsContainer .toolbar .advancedSearchResultsToolbarForward {
          background: url("/images/right-nav-arrow.png") no-repeat center;
          background-size: contain;
          float: right;
          height: 3em;
          width: 3em;
          margin-right: 1em;
          cursor: pointer;
          cursor: hand; }
      #AdvancedSearch section#Content .pageWrap .grid .cf .searchResultsContainer .footerToolbar {
        margin-top: 1.5em;
        float: left;
        width: 100%; }
        #AdvancedSearch section#Content .pageWrap .grid .cf .searchResultsContainer .footerToolbar .title {
          color: #FFFFFF;
          font-size: 1.3em;
          float: left;
          width: 50%;
          font-weight: bold;
          text-align: left; }
        #AdvancedSearch section#Content .pageWrap .grid .cf .searchResultsContainer .footerToolbar .advancedSearchResultsToolbarBack {
          background: url("/images/left-nav-arrow.png") no-repeat center;
          float: right;
          height: 3em;
          width: 3em;
          margin-right: 1em;
          cursor: pointer;
          cursor: hand; }
        #AdvancedSearch section#Content .pageWrap .grid .cf .searchResultsContainer .footerToolbar .advancedSearchResultsToolbarForward {
          background: url("/images/right-nav-arrow.png") no-repeat center;
          float: right;
          height: 3em;
          width: 3em;
          margin-right: 1em;
          cursor: pointer;
          cursor: hand; }
      #AdvancedSearch section#Content .pageWrap .grid .cf .searchResultsContainer .resultsContentContainer {
        float: left; }
        #AdvancedSearch section#Content .pageWrap .grid .cf .searchResultsContainer .resultsContentContainer .resultsContent {
          background-color: #f0f0f0;
          -moz-border-radius: 0.3em;
          -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
          -webkit-background-clip: padding-box;
          box-shadow: inset 4px 4px 5px 0px rgba(119, 119, 119, 0.75);
          -moz-box-shadow: inset 4px 4px 5px 0px rgba(119, 119, 119, 0.75);
          -webkit-box-shadow: inset 4px 4px 5px 0px rgba(119, 119, 119, 0.75);
          float: left; }
          #AdvancedSearch section#Content .pageWrap .grid .cf .searchResultsContainer .resultsContentContainer .resultsContent .noResults {
            padding-top: 1.5em;
            padding-left: 1.5em;
            padding-right: 1.5em;
            padding-bottom: 1.5em;
            margin-left: 2em;
            margin-right: 2em;
            margin-top: 2em;
            margin-bottom: 2em;
            width: 93%;
            float: left;
            border: 2px solid #F24C03;
            background-color: #ffffff;
            -moz-border-radius: 0.3em;
            -webkit-border-radius: 0.3em;
            border-radius: 0.3em;
            -webkit-background-clip: padding-box; }
            #AdvancedSearch section#Content .pageWrap .grid .cf .searchResultsContainer .resultsContentContainer .resultsContent .noResults .exclamation {
              background: url("/images/error-icon.png") no-repeat center;
              width: 10%;
              float: left;
              height: 3em; }
            #AdvancedSearch section#Content .pageWrap .grid .cf .searchResultsContainer .resultsContentContainer .resultsContent .noResults .message {
              float: left;
              width: 90%; }
          #AdvancedSearch section#Content .pageWrap .grid .cf .searchResultsContainer .resultsContentContainer .resultsContent .searchResult {
            padding-top: 1.5em;
            padding-left: 1.5em;
            padding-right: 1.5em;
            padding-bottom: 1.5em;
            margin-left: .4em;
            margin-right: .4em;
            -moz-user-select: none;
            -webkit-user-select: none;
            -ms-user-select: none;
            -o-user-select: none;
            user-select: none;
            width: 99%;
            float: left;
            border-bottom: 1px solid #cccccc;
            cursor: pointer;
            cursor: hand; }
            #AdvancedSearch section#Content .pageWrap .grid .cf .searchResultsContainer .resultsContentContainer .resultsContent .searchResult:hover {
              background-color: #dddddd; }
            #AdvancedSearch section#Content .pageWrap .grid .cf .searchResultsContainer .resultsContentContainer .resultsContent .searchResult .title {
              width: 87%;
              float: right;
              font-weight: bold;
              overflow-x: hidden; }
            #AdvancedSearch section#Content .pageWrap .grid .cf .searchResultsContainer .resultsContentContainer .resultsContent .searchResult .mediaType {
              width: 87%;
              float: right;
              overflow-x: hidden;
              font-weight: bold; }
            #AdvancedSearch section#Content .pageWrap .grid .cf .searchResultsContainer .resultsContentContainer .resultsContent .searchResult .mediaTypeImage {
              width: 12%;
              float: left;
              height: 4.5em;
              text-align: center;
              -o-background-size: 50% auto;
              -webkit-background-size: 50% auto;
              -moz-background-size: 50% auto;
              background-size: 50% auto;
              background-position: center center; }
            #AdvancedSearch section#Content .pageWrap .grid .cf .searchResultsContainer .resultsContentContainer .resultsContent .searchResult .body {
              width: 87%;
              float: right;
              height: 3em;
              overflow-y: hidden; }
            #AdvancedSearch section#Content .pageWrap .grid .cf .searchResultsContainer .resultsContentContainer .resultsContent .searchResult .url {
              width: 87%;
              float: right;
              color: #5f7e15;
              font-size: .8em;
              overflow-x: hidden; }

.advancedSearchRestricted {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999; }
  .advancedSearchRestricted .advancedSearchRestrictedWindow {
    background: white;
    position: fixed;
    top: 45%;
    left: 50%;
    z-index: 1000;
    width: 50em;
    height: 20em;
    margin-left: -25em;
    margin-top: -15em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    -webkit-background-clip: padding-box;
    padding: 1em;
    padding-top: 4em;
    -webkit-box-shadow: 0px 8px 15px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 8px 15px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 8px 15px rgba(50, 50, 50, 0.75); }
    .advancedSearchRestricted .advancedSearchRestrictedWindow .title {
      margin-top: -1em;
      font-size: 1.6em;
      float: left;
      width: 95%;
      text-align: center; }
    .advancedSearchRestricted .advancedSearchRestrictedWindow .subTitle {
      margin-top: 1em;
      font-size: 1em;
      float: left;
      width: 95%;
      text-align: center; }
    .advancedSearchRestricted .advancedSearchRestrictedWindow .options {
      margin-top: 2em;
      float: left;
      width: 100%; }
      .advancedSearchRestricted .advancedSearchRestrictedWindow .options .subscriptions {
        float: left;
        width: 45%;
        padding-left: 2.5em; }
        .advancedSearchRestricted .advancedSearchRestrictedWindow .options .subscriptions .button {
          float: left;
          width: 100%;
          color: #000;
          text-align: center;
          font-family: Kameron;
          font-size: 1.158em;
          background: #1ecad9;
          -moz-border-radius: 0.3em;
          -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
          -webkit-background-clip: padding-box;
          padding: .5em 0;
          cursor: pointer; }
      .advancedSearchRestricted .advancedSearchRestrictedWindow .options .separator {
        margin-top: .5em;
        float: left;
        width: 10%;
        text-align: center; }
      .advancedSearchRestricted .advancedSearchRestrictedWindow .options .packages {
        float: left;
        width: 45%;
        padding-right: 2.5em; }
        .advancedSearchRestricted .advancedSearchRestrictedWindow .options .packages .button {
          float: left;
          width: 100%;
          color: #000;
          text-align: center;
          font-family: Kameron;
          font-size: 1.158em;
          background: #a8de25;
          -moz-border-radius: 0.3em;
          -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
          -webkit-background-clip: padding-box;
          padding: .5em 0;
          cursor: pointer; }

.authThrottle {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999; }
  .authThrottle .authThrottleWindow {
    background: white;
    position: fixed;
    top: 45%;
    left: 50%;
    z-index: 1000;
    width: 50em;
    height: 30em;
    margin-left: -25em;
    margin-top: -15em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    -webkit-background-clip: padding-box;
    padding: 1em;
    -webkit-box-shadow: 0px 8px 15px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 8px 15px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 8px 15px rgba(50, 50, 50, 0.75); }
    .authThrottle .authThrottleWindow .close {
      float: right;
      height: 2.5em;
      width: 3em;
      background: url("/images/2013/close-blue.png") no-repeat scroll center center;
      background-size: 100% 100%;
      cursor: pointer;
      cursor: hand; }
    .authThrottle .authThrottleWindow .title {
      margin-top: -1em;
      font-size: 2.2em;
      float: left;
      width: 95%;
      text-align: center; }
    .authThrottle .authThrottleWindow .subTitle {
      margin-top: 1em;
      font-size: 1.6em;
      float: left;
      width: 95%;
      text-align: center; }
    .authThrottle .authThrottleWindow .options {
      margin-top: 2em;
      float: left;
      width: 100%; }
      .authThrottle .authThrottleWindow .options .login {
        float: left;
        width: 45%;
        padding-left: 2.5em; }
        .authThrottle .authThrottleWindow .options .login .button {
          float: left;
          width: 100%;
          color: #000;
          text-align: center;
          font-family: Kameron;
          font-size: 1.158em;
          background: #1ecad9;
          -moz-border-radius: 0.3em;
          -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
          -webkit-background-clip: padding-box;
          padding: .5em 0;
          cursor: pointer; }
      .authThrottle .authThrottleWindow .options .separator {
        margin-top: .5em;
        float: left;
        width: 10%;
        text-align: center; }
      .authThrottle .authThrottleWindow .options .signup {
        float: left;
        width: 45%;
        padding-right: 2.5em; }
        .authThrottle .authThrottleWindow .options .signup .button {
          float: left;
          width: 100%;
          color: #000;
          text-align: center;
          font-family: Kameron;
          font-size: 1.158em;
          background: #a8de25;
          -moz-border-radius: 0.3em;
          -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
          -webkit-background-clip: padding-box;
          padding: .5em 0;
          cursor: pointer; }
    .authThrottle .authThrottleWindow .benefits {
      float: left;
      position: absolute;
      margin: 1em;
      bottom: 0;
      left: 0;
      background-color: #282828;
      height: 13em;
      width: 48em;
      -moz-border-radius: 0.3em;
      -webkit-border-radius: 0.3em;
      border-radius: 0.3em;
      -webkit-background-clip: padding-box;
      padding: 1em;
      overflow: hidden;
      color: white; }
      .authThrottle .authThrottleWindow .benefits .container {
        width: 100%;
        float: left; }
        .authThrottle .authThrottleWindow .benefits .container .header {
          font-size: 1.3em;
          width: 100%;
          float: left;
          text-align: center; }
        .authThrottle .authThrottleWindow .benefits .container .left {
          margin-top: 1em;
          float: left;
          width: 50%;
          font-size: .9em;
          padding-left: 2em; }
          .authThrottle .authThrottleWindow .benefits .container .left .header {
            color: #a8de25;
            font-weight: normal;
            text-align: left;
            margin-bottom: .5em;
            font-size: 1em; }
        .authThrottle .authThrottleWindow .benefits .container .right {
          margin-top: 1em;
          float: left;
          width: 50%;
          padding-left: 2em;
          border-left: 1px solid #888888;
          font-size: .9em; }
          .authThrottle .authThrottleWindow .benefits .container .right .header {
            color: #a8de25;
            font-weight: normal;
            text-align: left;
            margin-bottom: .5em;
            font-size: 1em; }

.advancedSearchIntro {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999; }
  .advancedSearchIntro .advancedSearchIntroWindow {
    background: white;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    width: 50em;
    height: 36em;
    margin-left: -25em;
    margin-top: -23em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    -webkit-background-clip: padding-box;
    padding: 1em;
    -webkit-box-shadow: 0px 8px 15px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 8px 15px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 8px 15px rgba(50, 50, 50, 0.75); }
    .advancedSearchIntro .advancedSearchIntroWindow .close {
      float: right;
      height: 2.5em;
      width: 3em;
      background: url("/images/2013/close-blue.png") no-repeat scroll center center;
      background-size: 100% 100%;
      cursor: pointer;
      cursor: hand; }
    .advancedSearchIntro .advancedSearchIntroWindow .title {
      margin-top: -1.5em;
      font-size: 1.8em;
      float: left;
      width: 95%;
      text-align: center; }
    .advancedSearchIntro .advancedSearchIntroWindow .subTitle {
      margin-top: .5em;
      font-size: 1.3em;
      float: left;
      width: 100%;
      text-align: center; }
    .advancedSearchIntro .advancedSearchIntroWindow .screenShot {
      float: left;
      margin-top: 1em;
      width: 100%;
      text-align: center; }
      .advancedSearchIntro .advancedSearchIntroWindow .screenShot img {
        width: 60%;
        -moz-border-radius: 0.3em;
        -webkit-border-radius: 0.3em;
        border-radius: 0.3em;
        -webkit-background-clip: padding-box;
        margin-bottom: 0; }
    .advancedSearchIntro .advancedSearchIntroWindow .container {
      width: 100%;
      float: left;
      margin-top: .5em;
      margin-bottom: .5em; }
      .advancedSearchIntro .advancedSearchIntroWindow .container .left {
        margin-top: 1.5em;
        float: left;
        width: 50%;
        font-size: .9em;
        padding-left: 2em; }
        .advancedSearchIntro .advancedSearchIntroWindow .container .left .title {
          font-weight: bold;
          text-align: left;
          font-size: 1em;
          float: left;
          width: 100%;
          margin-bottom: .5em;
          text-align: center; }
        .advancedSearchIntro .advancedSearchIntroWindow .container .left .main {
          font-weight: normal;
          font-size: 1em; }
        .advancedSearchIntro .advancedSearchIntroWindow .container .left .sub {
          list-style-type: none;
          font-weight: normal;
          font-size: .8em; }
      .advancedSearchIntro .advancedSearchIntroWindow .container .right {
        margin-top: 1.5em;
        float: left;
        width: 50%;
        padding-left: 2em;
        border-left: 1px solid #888888;
        font-size: .9em; }
        .advancedSearchIntro .advancedSearchIntroWindow .container .right .title {
          font-weight: bold;
          text-align: left;
          font-size: 1em;
          float: left;
          width: 100%;
          margin-bottom: .5em;
          text-align: center; }
        .advancedSearchIntro .advancedSearchIntroWindow .container .right .main {
          font-weight: normal;
          font-size: 1em; }
        .advancedSearchIntro .advancedSearchIntroWindow .container .right .sub {
          list-style-type: none;
          font-weight: normal;
          font-size: .8em; }
    .advancedSearchIntro .advancedSearchIntroWindow .dontShowAgain {
      float: left;
      width: 100%;
      margin-top: .25em;
      text-align: center; }
      .advancedSearchIntro .advancedSearchIntroWindow .dontShowAgain img {
        margin-bottom: 0;
        margin-right: .5em;
        width: 1em; }

#AdvancedSearch .no-rgba section#Header {
  background: #7b7b7b url("/images/2013/headerBorder.png") repeat-x scroll center top; }
#AdvancedSearch .no-rgba .module.form .formContainer .formItem.inputBox {
  border: 1px solid #ccc; }
#AdvancedSearch .no-rgba .module.collectionBox .box {
  border: 1px solid #ccc; }
#AdvancedSearch .no-rgba .module.membershipBox .box {
  border: 1px solid #ccc; }

#CMS .module.detailPager {
  float: left;
  width: 100%;
  margin-top: 1em; }
  #CMS .module.detailPager .pager-container {
    float: left;
    width: 100%;
    background: #f5f5f5;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    -webkit-background-clip: padding-box;
    padding: .8em 1em; }
    #CMS .module.detailPager .pager-container .page-dropdown {
      float: left;
      width: 50%; }
      #CMS .module.detailPager .pager-container .page-dropdown > ul {
        float: left;
        width: 100%;
        list-style-type: none;
        margin: 0; }
        #CMS .module.detailPager .pager-container .page-dropdown > ul > li {
          float: left;
          width: 100%;
          position: relative; }
          #CMS .module.detailPager .pager-container .page-dropdown > ul > li a.active-page {
            color: #009db9;
            font-size: .938em;
            text-decoration: underline;
            background: url("../../images/2013/dropdownArrow.png") no-repeat scroll 100% 55%;
            padding-right: 1em; }
          #CMS .module.detailPager .pager-container .page-dropdown > ul > li ul.available-pages {
            position: absolute;
            display: none;
            background: #fff;
            -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
            -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
            -o-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
            -moz-border-radius: 0.3em;
            -webkit-border-radius: 0.3em;
            border-radius: 0.3em;
            -webkit-background-clip: padding-box;
            padding: .5em;
            width: 10em;
            margin: 0;
            left: 0;
            top: 1.3em; }
            #CMS .module.detailPager .pager-container .page-dropdown > ul > li ul.available-pages li {
              display: block;
              width: 100%; }
              #CMS .module.detailPager .pager-container .page-dropdown > ul > li ul.available-pages li a {
                color: #009db9;
                font-size: .938em; }
          #CMS .module.detailPager .pager-container .page-dropdown > ul > li:hover ul {
            display: block; }
    #CMS .module.detailPager .pager-container .page-count {
      float: left; }
    #CMS .module.detailPager .pager-container .page-nav {
      float: right;
      width: auto; }
      #CMS .module.detailPager .pager-container .page-nav > div.inactive {
        opacity: .5; }
      #CMS .module.detailPager .pager-container .page-nav .next {
        float: right;
        position: relative;
        background: #f24c03;
        color: #fff;
        padding: .2em .75em;
        -moz-border-radius: 0.3em;
        -webkit-border-radius: 0.3em;
        border-radius: 0.3em;
        -webkit-background-clip: padding-box;
        cursor: pointer;
        height: 2em; }
        #CMS .module.detailPager .pager-container .page-nav .next img {
          position: absolute;
          top: 0;
          right: -.4em;
          width: 0.438em;
          height: 2em; }
      #CMS .module.detailPager .pager-container .page-nav .back {
        float: left;
        position: relative;
        background: #f24c03;
        color: #fff;
        margin-right: .5em;
        padding: .2em .75em;
        -moz-border-radius: 0.3em;
        -webkit-border-radius: 0.3em;
        border-radius: 0.3em;
        -webkit-background-clip: padding-box;
        cursor: pointer;
        height: 2em; }
        #CMS .module.detailPager .pager-container .page-nav .back img {
          position: absolute;
          top: 0;
          left: -.4em;
          width: 0.625em;
          height: 2em; }

#CMS.stories-detail {
  background-color: white;
  height: auto; }
  #CMS.stories-detail section#BecomeAMember {
    width: 64.25em; }
  #CMS.stories-detail #Content {
    background: none; }
    #CMS.stories-detail #Content .pageWrap {
      width: 64.25em; }
    #CMS.stories-detail #Content .module.contentHeader {
      border-bottom: 1px solid #aaa; }
      #CMS.stories-detail #Content .module.contentHeader h1 {
        margin-bottom: .2em; }
    #CMS.stories-detail #Content #Column1 {
      padding: 1.5em;
      background: #fff;
      float: left;
      width: 72%;
      -moz-border-radius: 0.3em;
      -webkit-border-radius: 0.3em;
      border-radius: 0.3em;
      -webkit-background-clip: padding-box; }
      #CMS.stories-detail #Content #Column1 .module.detailContent {
        float: left;
        width: 100%;
        margin-top: 1.5em; }
        #CMS.stories-detail #Content #Column1 .module.detailContent h2 {
          font-family: Kameron, Futura, "Century Gothic", AppleGothic, sans-serif;
          font-weight: normal;
          margin-bottom: .4em; }
        #CMS.stories-detail #Content #Column1 .module.detailContent .teacherBio {
          position: relative;
          border: 1px solid #e2e2e1;
          padding: 16px; }
          #CMS.stories-detail #Content #Column1 .module.detailContent .teacherBio .teacherImage {
            margin: 0;
            padding-right: 20px;
            float: left;
            max-width: 12em; }
          #CMS.stories-detail #Content #Column1 .module.detailContent .teacherBio .module.teacherContent {
            margin-left: 12em;
            padding: 0; }
            #CMS.stories-detail #Content #Column1 .module.detailContent .teacherBio .module.teacherContent h3 {
              font-size: 1.75em;
              margin: 0;
              padding: 0; }
            #CMS.stories-detail #Content #Column1 .module.detailContent .teacherBio .module.teacherContent .teacherHeader {
              font-family: Kameron, Futura, "Century Gothic", AppleGothic, sans-serif;
              font-weight: normal;
              margin-bottom: .4em; }
            #CMS.stories-detail #Content #Column1 .module.detailContent .teacherBio .module.teacherContent .teacherButton {
              background-color: #1ecad9;
              -moz-border-radius: 5px;
              -webkit-border-radius: 5px;
              padding: 10px 5px;
              width: 16em;
              text-align: center; }
              #CMS.stories-detail #Content #Column1 .module.detailContent .teacherBio .module.teacherContent .teacherButton a {
                color: white; }
        #CMS.stories-detail #Content #Column1 .module.detailContent .contentTitle {
          font-family: Kameron, Futura, "Century Gothic", AppleGothic, sans-serif;
          font-weight: normal;
          font-size: 1.5em;
          margin-bottom: .7em; }
        #CMS.stories-detail #Content #Column1 .module.detailContent .normalBullet ul {
          line-height: 1.6;
          padding-left: 39px; }
          #CMS.stories-detail #Content #Column1 .module.detailContent .normalBullet ul > li {
            color: #009db9; }
            #CMS.stories-detail #Content #Column1 .module.detailContent .normalBullet ul > li > span {
              color: #222; }
        #CMS.stories-detail #Content #Column1 .module.detailContent .imageBullet ul {
          line-height: 1.6;
          padding-left: 40px;
          list-style-type: none; }
          #CMS.stories-detail #Content #Column1 .module.detailContent .imageBullet ul > li {
            color: #009db9; }
            #CMS.stories-detail #Content #Column1 .module.detailContent .imageBullet ul > li .ulBulletContent > span {
              color: #222; }
        #CMS.stories-detail #Content #Column1 .module.detailContent .imageBullet .ulBulletContent {
          padding-left: 50px;
          padding-bottom: 20px; }
        #CMS.stories-detail #Content #Column1 .module.detailContent .imageBullet .ulBulletImage {
          margin-top: 5px;
          padding: 0;
          float: left; }
      blockquote p span {
        font-family: sans-serif;
      }
        #CMS.stories-detail #Content #Column1 .module.detailContent blockQuote {
          border: none;
          margin-left: 0;
          border-bottom: 1px solid #ccc;
          padding-bottom: 40px;
          padding-left: 0px; }
          #CMS.stories-detail #Content #Column1 .module.detailContent blockQuote .module.quoteDash {
            float: left;
            padding-left: 50px; }
            #CMS.stories-detail #Content #Column1 .module.detailContent blockQuote .module.quoteDash span {
              font-style: italic;
              font-size: .938em;
              line-height: 1; }
          #CMS.stories-detail #Content #Column1 .module.detailContent blockQuote .module.quoteAuthor {
            padding-left: 80px; }
            #CMS.stories-detail #Content #Column1 .module.detailContent blockQuote .module.quoteAuthor span {
              font-style: italic;
              font-size: .938em;
              line-height: 1; }
          #CMS.stories-detail #Content #Column1 .module.detailContent blockQuote p {
            font-style: normal;
            font-size: 1em; }
      #CMS.stories-detail #Content #Column1 .module.detailCredits {
        float: left;
        width: 100%;
        margin-top: 1.5em; }
        #CMS.stories-detail #Content #Column1 .module.detailCredits h4 {
          margin-bottom: .1em; }
        #CMS.stories-detail #Content #Column1 .module.detailCredits p {
          font-size: .938em;
          font-style: italic;
          margin-bottom: .3em; }
      #CMS.stories-detail #Content #Column1 .module.sponsorBanner {
        float: left;
        width: 100%;
        margin-top: 1.5em; }
        #CMS.stories-detail #Content #Column1 .module.sponsorBanner img {
          width: 100%; }
    #CMS.stories-detail #Content #Column1Full {
      padding: 1.5em;
      background: #fff;
      float: left;
      width: 100%;
      -moz-border-radius: 0.3em;
      -webkit-border-radius: 0.3em;
      border-radius: 0.3em;
      -webkit-background-clip: padding-box; }
      #CMS.stories-detail #Content #Column1Full .module.detailContent {
        float: left;
        width: 100%;
        margin-top: 1.5em; }
        #CMS.stories-detail #Content #Column1Full .module.detailContent h2 {
          font-family: Kameron, Futura, "Century Gothic", AppleGothic, sans-serif;
          font-weight: normal;
          margin-bottom: .4em; }
        #CMS.stories-detail #Content #Column1Full .module.detailContent .teacherBio {
          position: relative;
          border: 1px solid #e2e2e1;
          padding: 16px; }
          #CMS.stories-detail #Content #Column1Full .module.detailContent .teacherBio .teacherImage {
            margin: 0;
            padding-right: 20px;
            float: left;
            max-width: 12em; }
          #CMS.stories-detail #Content #Column1Full .module.detailContent .teacherBio .module.teacherContent {
            margin-left: 12em;
            padding: 0; }
            #CMS.stories-detail #Content #Column1Full .module.detailContent .teacherBio .module.teacherContent h3 {
              margin: 0;
              padding: 0; }
            #CMS.stories-detail #Content #Column1Full .module.detailContent .teacherBio .module.teacherContent .teacherHeader {
              font-family: Kameron, Futura, "Century Gothic", AppleGothic, sans-serif;
              font-weight: normal;
              margin-bottom: .4em; }
            #CMS.stories-detail #Content #Column1Full .module.detailContent .teacherBio .module.teacherContent .teacherButton {
              background-color: #1ecad9;
              -moz-border-radius: 5px;
              -webkit-border-radius: 5px;
              padding: 10px 5px;
              width: 16em;
              text-align: center; }
              #CMS.stories-detail #Content #Column1Full .module.detailContent .teacherBio .module.teacherContent .teacherButton a {
                color: white; }
        #CMS.stories-detail #Content #Column1Full .module.detailContent .contentTitle {
          font-family: Kameron, Futura, "Century Gothic", AppleGothic, sans-serif;
          font-weight: normal;
          font-size: 1.5em;
          margin-bottom: .7em; }
        #CMS.stories-detail #Content #Column1Full .module.detailContent .normalBullet ul {
          line-height: 1.6;
          padding-left: 39px; }
          #CMS.stories-detail #Content #Column1Full .module.detailContent .normalBullet ul > li {
            color: #009db9; }
            #CMS.stories-detail #Content #Column1Full .module.detailContent .normalBullet ul > li > span {
              color: #222; }
        #CMS.stories-detail #Content #Column1Full .module.detailContent .imageBullet ul {
          line-height: 1.6;
          padding-left: 40px;
          list-style-type: none; }
          #CMS.stories-detail #Content #Column1Full .module.detailContent .imageBullet ul > li {
            color: #009db9; }
            #CMS.stories-detail #Content #Column1Full .module.detailContent .imageBullet ul > li .ulBulletContent > span {
              color: #222; }
        #CMS.stories-detail #Content #Column1Full .module.detailContent .imageBullet .ulBulletContent {
          padding-left: 50px;
          padding-bottom: 20px; }
        #CMS.stories-detail #Content #Column1Full .module.detailContent .imageBullet .ulBulletImage {
          margin-top: 5px;
          padding: 0;
          float: left; }
        #CMS.stories-detail #Content #Column1Full .module.detailContent blockQuote {
          border: none;
          margin-left: 0;
          border-bottom: 1px solid #ccc;
          padding-bottom: 40px;
          padding-left: 0px; }
          #CMS.stories-detail #Content #Column1Full .module.detailContent blockQuote .module.quoteDash {
            float: left;
            padding-left: 50px; }
            #CMS.stories-detail #Content #Column1Full .module.detailContent blockQuote .module.quoteDash span {
              font-style: italic;
              font-size: .938em;
              line-height: 1; }
          #CMS.stories-detail #Content #Column1Full .module.detailContent blockQuote .module.quoteAuthor {
            padding-left: 80px; }
            #CMS.stories-detail #Content #Column1Full .module.detailContent blockQuote .module.quoteAuthor span {
              font-style: italic;
              font-size: .938em;
              line-height: 1; }
          #CMS.stories-detail #Content #Column1Full .module.detailContent blockQuote p {
            font-style: normal;
            font-size: 1em; }
      #CMS.stories-detail #Content #Column1Full .module.detailCredits {
        float: left;
        width: 100%;
        margin-top: 1.5em; }
        #CMS.stories-detail #Content #Column1Full .module.detailCredits h4 {
          margin-bottom: .1em; }
        #CMS.stories-detail #Content #Column1Full .module.detailCredits p {
          font-size: .938em;
          font-style: italic;
          margin-bottom: .3em; }
      #CMS.stories-detail #Content #Column1Full .module.sponsorBanner {
        float: left;
        width: 100%;
        margin-top: 1.5em; }
        #CMS.stories-detail #Content #Column1Full .module.sponsorBanner img {
          width: 100%; }
    #CMS.stories-detail #Content #Column2 {
      padding: 1.5em 0;
      background: #fff;
      float: right;
      -moz-border-radius: 0.3em;
      -webkit-border-radius: 0.3em;
      border-radius: 0.3em;
      -webkit-background-clip: padding-box;
      border: 1px solid #e2e2e1;
      margin-top: 80px; }
      #CMS.stories-detail #Content #Column2 .column-header {
        float: left;
        width: 100%;
        border-bottom: 1px solid #e2e2e1;
        padding: 0 1em;
        padding-bottom: 1em; }
        #CMS.stories-detail #Content #Column2 .column-header h3 {
          font-size: 1.5em;
          margin-bottom: 0; }
      #CMS.stories-detail #Content #Column2 .module.detailsButtons {
        margin: 0 1em; }
        #CMS.stories-detail #Content #Column2 .module.detailsButtons .alignments-activities {
          float: left;
          width: 100%;
          background: #009db9;
          color: #fff;
          -moz-border-radius: 0.3em;
          -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
          -webkit-background-clip: padding-box;
          text-align: center;
          padding: .5em 0;
          text-decoration: none; }
        #CMS.stories-detail #Content #Column2 .module.detailsButtons .this-is-awesome {
          float: left;
          width: 100%;
          background: #a8de25 url("../../images/2013/checkMark.png") no-repeat scroll 90% center;
          color: #fff;
          padding: .5em 0;
          -moz-border-radius: 0.3em;
          -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
          -webkit-background-clip: padding-box;
          margin-top: .5em;
          text-align: center; }
      #CMS.stories-detail #Content #Column2 .module.detailsSocial {
        float: left;
        width: 88%;
        background: #1ecad9;
        -moz-border-radius: 0.3em;
        -webkit-border-radius: 0.3em;
        border-radius: 0.3em;
        -webkit-background-clip: padding-box;
        text-align: center;
        margin: 0 6%;
        margin-top: 1em; }
        #CMS.stories-detail #Content #Column2 .module.detailsSocial a {
          display: inline-block;
          border-right: 1px solid #86dbdf;
          padding-top: .3em; }
          #CMS.stories-detail #Content #Column2 .module.detailsSocial a:last-child {
            border: none; }
          #CMS.stories-detail #Content #Column2 .module.detailsSocial a img {
            margin-bottom: 0;
            dispay: inline-block; }
      #CMS.stories-detail #Content #Column2 .module.detailsCategory {
        float: left;
        width: 100%;
        border-bottom: 1px solid #e2e2e1;
        padding: 0 1em;
        padding-bottom: 1em; }
        #CMS.stories-detail #Content #Column2 .module.detailsCategory .category-header {
          float: left;
          width: 100%;
          margin-top: 1em; }
          #CMS.stories-detail #Content #Column2 .module.detailsCategory .category-header .active {
            background-color: #afafaf;
            padding: 5px; }
            #CMS.stories-detail #Content #Column2 .module.detailsCategory .category-header .active a {
              color: white; }
          #CMS.stories-detail #Content #Column2 .module.detailsCategory .category-header h3 {
            font-size: 1.313em;
            margin-bottom: 0; }
            #CMS.stories-detail #Content #Column2 .module.detailsCategory .category-header h3 a {
              font-family: Kameron, Futura, "Century Gothic", AppleGothic, sans-serif;
              margin-bottom: 0;
              text-decoration: none;
              color: #222;
              font-weight: normal; }
        #CMS.stories-detail #Content #Column2 .module.detailsCategory .category-links {
          float: left;
          width: 100%;
          margin-top: .5em; }
          #CMS.stories-detail #Content #Column2 .module.detailsCategory .category-links ul {
            float: left;
            width: 100%;
            margin: 0;
            padding: 0;
            list-style-type: none; }
            #CMS.stories-detail #Content #Column2 .module.detailsCategory .category-links ul li {
              float: left;
              width: 100%;
              height: auto; }
              #CMS.stories-detail #Content #Column2 .module.detailsCategory .category-links ul li a {
                text-decoration: underline;
                font-size: .938em; }
        #CMS.stories-detail #Content #Column2 .module.detailsCategory.images {
          margin-top: 1em; }
          #CMS.stories-detail #Content #Column2 .module.detailsCategory.images .category-header {
            background: url("../../images/2013/imagesLabelIcon.png") no-repeat scroll 100% center;
            background-size: auto 1.5em; }
        #CMS.stories-detail #Content #Column2 .module.detailsCategory.videos .category-header {
          background: url("../../images/2013/videosLabelIcon.png") no-repeat scroll 100% center;
          background-size: auto 1.5em; }
        #CMS.stories-detail #Content #Column2 .module.detailsCategory.audio .category-header {
          background: url("../../images/2013/audioLabelIcon.png") no-repeat scroll 100% center;
          background-size: auto 1.5em; }
        #CMS.stories-detail #Content #Column2 .module.detailsCategory.documents .category-header {
          background: url("../../images/2013/storiesLabelIcon.png") no-repeat scroll 100% center;
          background-size: auto 1.5em; }
        #CMS.stories-detail #Content #Column2 .module.detailsCategory.last {
          border: none; }

#CMS .module.breadcrumb {
  float: left;
  width: 100%;
  padding-bottom: 1.5em; }
  #CMS .module.breadcrumb ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    #CMS .module.breadcrumb ul li {
      float: left;
      margin-right: 1em; }
      #CMS .module.breadcrumb ul li a {
        color: #1ecad9; }
#CMS .module.contentHeader {
  float: left;
  width: 100%; }
  #CMS .module.contentHeader h1 {
    font-size: 2.6em; }
#CMS .module.content {
  float: left;
  width: 100%;
  padding-bottom: 1em; }
  #CMS .module.content p {
    color: #27241a;
    font-family: Open Sans;
    font-size: 0.938em; }
  #CMS .module.content ul {
    color: #27241a;
    font-family: Open Sans;
    font-size: 0.938em; }
  #CMS .module.content ol {
    color: #27241a;
    font-family: Open Sans;
    font-size: 0.938em; }
#CMS .module.collectionBox {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 1.5em; }
  #CMS .module.collectionBox div {
    float: left;
    width: 100%; }
  #CMS .module.collectionBox .box {
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    -webkit-background-clip: padding-box;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25); }
    #CMS .module.collectionBox .box .box-content {
      background: #fff;
      padding: 1.5em 1.5em;
      border: .3em solid transparent;
      cursor: pointer; }
      #CMS .module.collectionBox .box .box-content:hover {
        border-color: #a8de25; }
      #CMS .module.collectionBox .box .box-content .item-header h3 {
        color: #27241a;
        font-size: 2.250em;
        line-height: 1;
        margin-bottom: 0; }
      #CMS .module.collectionBox .box .box-content .item-description p {
        font-family: Open Sans;
        color: #27241a;
        font-size: 0.938em;
        padding: .4em 0; }
      #CMS .module.collectionBox .box .box-content .item-button .button {
        float: left;
        width: 100%;
        color: #fff;
        text-align: center;
        font-family: Kameron;
        font-size: 1.158em;
        background: #1ecad9;
        -moz-border-radius: 0.3em;
        -webkit-border-radius: 0.3em;
        border-radius: 0.3em;
        -webkit-background-clip: padding-box;
        padding: .5em 0;
        cursor: pointer; }
#CMS .module.form {
  float: left;
  width: 100%; }
  #CMS .module.form .formContainer {
    float: left;
    width: 100%; }
    #CMS .module.form .formContainer .formItem {
      float: left;
      width: 100%;
      margin-top: 1.5em; }
      #CMS .module.form .formContainer .formItem.inputBox {
        -moz-border-radius: 0.3em;
        -webkit-border-radius: 0.3em;
        border-radius: 0.3em;
        -webkit-background-clip: padding-box;
        -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
        -o-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
        box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25); }
      #CMS .module.form .formContainer .formItem.selectBox .form-label {
        padding: 0.3em 0;
        padding-left: 0; }
      #CMS .module.form .formContainer .formItem.checkBox {
        border-top: 1px solid #b9b9b9;
        border-bottom: 1px solid #b9b9b9;
        padding: 1.5em 0; }
        #CMS .module.form .formContainer .formItem.checkBox .form-field {
          width: auto; }
          #CMS .module.form .formContainer .formItem.checkBox .form-field input {
            width: 1em;
            height: 1em;
            margin-top: .45em; }
      #CMS .module.form .formContainer .formItem.formSubmit input {
        float: left;
        width: auto;
        color: #fff;
        text-align: center;
        font-family: Kameron;
        font-size: 1.158em;
        background: #1ecad9;
        -moz-border-radius: 0.3em;
        -webkit-border-radius: 0.3em;
        border-radius: 0.3em;
        -webkit-background-clip: padding-box;
        padding: 0.5em 2em;
        cursor: pointer;
        box-shadow: 0;
        -webkit-box-shadow: 0;
        -moz-box-shadow: 0;
        border: none; }
      #CMS .module.form .formContainer .formItem .form-label {
        float: left;
        width: 10.000em;
        padding: .5em 0;
        padding-left: 1em; }
        #CMS .module.form .formContainer .formItem .form-label span {
          color: #27241a;
          font-family: Open Sans;
          font-size: 1em; }
      #CMS .module.form .formContainer .formItem .form-field {
        float: left;
        width: 50.563em;
        padding: .2em 0; }
        #CMS .module.form .formContainer .formItem .form-field input {
          float: left;
          width: 100%;
          color: #27241a;
          font-family: Open Sans;
          font-size: 1.188em;
          font-weight: 600;
          border: none; }
          #CMS .module.form .formContainer .formItem .form-field input:focus {
            border: none; }
#CMS .module.collectionFilter {
  float: left;
  width: 100%; }
  #CMS .module.collectionFilter .filterContainer {
    float: left;
    width: 100%;
    padding: 1em 1.5em;
    background: #f7f7f7;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    -webkit-background-clip: padding-box; }
    #CMS .module.collectionFilter .filterContainer .filterTitle {
      font-size: 0.838em;
      color: #27241a;
      font-weight: 700;
      float: left;
      width: auto;
      padding: .2em 0; }
    #CMS .module.collectionFilter .filterContainer .filterItems {
      float: left;
      width: auto;
      margin-left: 1em; }
      #CMS .module.collectionFilter .filterContainer .filterItems ul {
        float: left;
        width: auto;
        margin: 0;
        padding: 0;
        list-style-type: none; }
        #CMS .module.collectionFilter .filterContainer .filterItems ul li {
          float: left;
          width: auto;
          height: auto;
          padding-right: 1.6em; }
          #CMS .module.collectionFilter .filterContainer .filterItems ul li a {
            color: #368db6;
            font-size: 0.838em;
            text-decoration: underline; }
          #CMS .module.collectionFilter .filterContainer .filterItems ul li.filter-stories {
            background: url("../../images/2013/storiesFilterIcon.png") no-repeat scroll left center;
            background-size: 1em 1.250em;
            padding-left: 1.4em; }
          #CMS .module.collectionFilter .filterContainer .filterItems ul li.filter-videos {
            background: url("../../images/2013/videosFilterIcon.png") no-repeat scroll left center;
            background-size: 1.313em 1.250em;
            padding-left: 1.7em; }
          #CMS .module.collectionFilter .filterContainer .filterItems ul li.filter-images {
            background: url("../../images/2013/imagesFilterIcon.png") no-repeat scroll left center;
            background-size: 1.313em 1.250em;
            padding-left: 1.7em; }
          #CMS .module.collectionFilter .filterContainer .filterItems ul li.filter-audio {
            background: url("../../images/2013/audioFilterIcon.png") no-repeat scroll left center;
            background-size: 1.438em 1.250em;
            padding-left: 1.8em; }
          #CMS .module.collectionFilter .filterContainer .filterItems ul li.filter-documents {
            background: url("../../images/2013/filterIconPlaceholder.png") no-repeat scroll left center;
            background-size: 1.125em 1.250em;
            padding-left: 1.5em; }
          #CMS .module.collectionFilter .filterContainer .filterItems ul li.filter-lessonPlans {
            background: url("../../images/2013/filterIconPlaceholder.png") no-repeat scroll left center;
            background-size: 1.125em 1.250em;
            padding-left: 1.5em; }
          #CMS .module.collectionFilter .filterContainer .filterItems ul li.filter-activities {
            background: url("../../images/2013/filterIconPlaceholder.png") no-repeat scroll left center;
            background-size: 1.125em 1.250em;
            padding-left: 1.5em; }
#CMS .module.collectionResults {
  float: left;
  width: 100%;
  padding-bottom: .75em; }
  #CMS .module.collectionResults .resultsContainer {
    float: left;
    width: 100%;
    padding: 1.438em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    -webkit-background-clip: padding-box;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
    margin-top: 1em; }
    #CMS .module.collectionResults .resultsContainer .resultsHeader {
      float: left;
      width: 100%; }
      #CMS .module.collectionResults .resultsContainer .resultsHeader .results-title {
        float: left;
        width: 50%; }
        #CMS .module.collectionResults .resultsContainer .resultsHeader .results-title h2 {
          font-size: 2.250em; }
      #CMS .module.collectionResults .resultsContainer .resultsHeader .see-all-results {
        float: right;
        width: 50%; }
        #CMS .module.collectionResults .resultsContainer .resultsHeader .see-all-results .button {
          float: right;
          width: auto;
          color: #fff;
          text-align: center;
          font-family: Kameron;
          font-size: 1.158em;
          background: #1ecad9;
          -moz-border-radius: 0.3em;
          -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
          -webkit-background-clip: padding-box;
          padding: .5em 1.5em;
          cursor: pointer; }
    #CMS .module.collectionResults .resultsContainer .resultsItemList {
      float: left;
      width: 100%; }
      #CMS .module.collectionResults .resultsContainer .resultsItemList.fullWidthItems .result-item {
        float: left;
        width: 100%;
        border-bottom: 1px solid #b9b9b9;
        padding: 1.5em 0; }
        #CMS .module.collectionResults .resultsContainer .resultsItemList.fullWidthItems .result-item:last-child {
          border: none; }
        #CMS .module.collectionResults .resultsContainer .resultsItemList.fullWidthItems .result-item .item-title {
          float: left;
          width: 100%; }
          #CMS .module.collectionResults .resultsContainer .resultsItemList.fullWidthItems .result-item .item-title h4 {
            font-size: 0.938em;
            font-family: Open Sans;
            margin-bottom: .4em; }
            #CMS .module.collectionResults .resultsContainer .resultsItemList.fullWidthItems .result-item .item-title h4 a {
              font-size: 1em;
              color: #368db6;
              text-decoration: underline; }
        #CMS .module.collectionResults .resultsContainer .resultsItemList.fullWidthItems .result-item .item-description p {
          color: #27241a;
          font-size: 0.938em;
          margin-bottom: 0; }
      #CMS .module.collectionResults .resultsContainer .resultsItemList.gridItems .result-item {
        float: left;
        width: 13.375em;
        margin: 0 .8em;
        margin-top: 1em; }
        #CMS .module.collectionResults .resultsContainer .resultsItemList.gridItems .result-item.one, #CMS .module.collectionResults .resultsContainer .resultsItemList.gridItems .result-item.five {
          margin-left: 0; }
        #CMS .module.collectionResults .resultsContainer .resultsItemList.gridItems .result-item.four, #CMS .module.collectionResults .resultsContainer .resultsItemList.gridItems .result-item.eight {
          margin-right: 0; }
        #CMS .module.collectionResults .resultsContainer .resultsItemList.gridItems .result-item .item-image {
          float: left;
          width: 100%; }
          #CMS .module.collectionResults .resultsContainer .resultsItemList.gridItems .result-item .item-image img {
            display: block;
            margin: 0; }
        #CMS .module.collectionResults .resultsContainer .resultsItemList.gridItems .result-item .item-title {
          float: left;
          width: 100%;
          margin-top: .5em; }
          #CMS .module.collectionResults .resultsContainer .resultsItemList.gridItems .result-item .item-title h4 {
            font-size: 0.938em;
            font-family: Open Sans;
            margin-bottom: .4em; }
            #CMS .module.collectionResults .resultsContainer .resultsItemList.gridItems .result-item .item-title h4 a {
              font-size: 1em;
              color: #368db6;
              text-decoration: underline; }
  #CMS .module.collectionResults.collectionStoriesResults .resultsContainer .resultsHeader .results-title h2 {
    background: url("../../images/2013/storiesLabelIcon.png") no-repeat scroll left top;
    background-size: 0.65em .85em;
    padding-left: 1em; }
  #CMS .module.collectionResults.collectionVideosResults .resultsContainer .resultsHeader .results-title h2 {
    background: url("../../images/2013/videosLabelIcon.png") no-repeat scroll left center;
    background-size: 1em .85em;
    padding-left: 1.4em; }
  #CMS .module.collectionResults.collectionImagesResults .resultsContainer .resultsHeader .results-title h2 {
    background: url("../../images/2013/imagesLabelIcon.png") no-repeat scroll left center;
    background-size: 1em .65em;
    padding-left: 1.4em; }
  #CMS .module.collectionResults.collectionAudioResults .resultsContainer .resultsHeader .results-title h2 {
    background: url("../../images/2013/audioLabelIcon.png") no-repeat scroll left center;
    background-size: 1em .65em;
    padding-left: 1.4em; }

#CMS section#Header {
  position: relative; }
#CMS section#Content {
  width: 100%;
  padding: 4em 0;
  background: #fff; }
  #CMS section#Content .pageWrap .grid .col-full {
    padding: 0; }
  #CMS section#Content .pageWrap .grid .col-half.left {
    padding-left: 0; }
  #CMS section#Content .pageWrap .grid .col-half.right {
    padding-right: 0; }
  #CMS section#Content .pageWrap .grid .col-oneThird.left {
    padding-left: 0; }
  #CMS section#Content .pageWrap .grid .col-oneThird.middle {
    padding: 0; }
  #CMS section#Content .pageWrap .grid .col-oneThird.right {
    padding-right: 0; }
#CMS section#CollectionContent {
  width: 100%;
  padding-top: 4em; }
  #CMS section#CollectionContent .col-full {
    padding: 0; }
#CMS section#CollectionFilter {
  width: 100%; }
  #CMS section#CollectionFilter .col-full {
    padding: 0; }
#CMS section#CollectionCarousel {
  width: 100%; }
  #CMS section#CollectionCarousel .pageWrap {
    width: 100%; }
    #CMS section#CollectionCarousel .pageWrap .grid {
      width: 100%; }
      #CMS section#CollectionCarousel .pageWrap .grid .col-full {
        padding: 0; }
  #CMS section#CollectionCarousel .module.carousel {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 1.5em; }
    #CMS section#CollectionCarousel .module.carousel .caroufredsel_wrapper {
      width: 100% !important; }
    #CMS section#CollectionCarousel .module.carousel .carouselContainer {
      width: 100%;
      float: left; }
      #CMS section#CollectionCarousel .module.carousel .carouselContainer .carousel-item {
        width: 30.188em;
        height: 18.938em;
        float: left;
        margin: 0 1em;
        cursor: pointer; }
        #CMS section#CollectionCarousel .module.carousel .carouselContainer .carousel-item:hover .inner .hover {
          opacity: 1;
          -webkit-animation-name: fadeInUp;
          -moz-animation-name: fadeInUp;
          -o-animation-name: fadeInUp;
          -ms-animation-name: fadeInUp;
          animation-name: fadeInUp;
          -webkit-animation-duration: 0.3s;
          -webkit-animation-delay: 0s;
          -webkit-animation-fill-mode: both;
          -moz-animation-duration: 0.3s;
          -moz-animation-delay: 0s;
          -moz-animation-fill-mode: both;
          -o-animation-duration: 0.3s;
          -o-animation-delay: 0s;
          -o-animation-fill-mode: both;
          animation-duration: 0.3s;
          animation-delay: 0s;
          animation-fill-mode: both; }
        #CMS section#CollectionCarousel .module.carousel .carouselContainer .carousel-item:hover .inner .carousel-item-info {
          background: none; }
        #CMS section#CollectionCarousel .module.carousel .carouselContainer .carousel-item .inner {
          position: relative;
          width: 100%;
          height: 100%; }
          #CMS section#CollectionCarousel .module.carousel .carouselContainer .carousel-item .inner .hover {
            opacity: 0;
            background: #a8de25;
            background: rgba(168, 222, 37, 0.85);
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: 1;
            text-align: center; }
            #CMS section#CollectionCarousel .module.carousel .carouselContainer .carousel-item .inner .hover img {
              margin-top: 4.5em; }
        #CMS section#CollectionCarousel .module.carousel .carouselContainer .carousel-item .carousel-item-image {
          float: left;
          width: 100%; }
          #CMS section#CollectionCarousel .module.carousel .carouselContainer .carousel-item .carousel-item-image img {
            width: 100%;
            height: auto; }
        #CMS section#CollectionCarousel .module.carousel .carouselContainer .carousel-item .carousel-item-info {
          position: absolute;
          bottom: 0;
          left: 0;
          background: rgba(0, 0, 0, 0.7);
          width: 100%;
          padding: 1.5em 1em;
          z-index: 2; }
          #CMS section#CollectionCarousel .module.carousel .carouselContainer .carousel-item .carousel-item-info .carousel-item-header h4 {
            font-size: 1em;
            margin-bottom: .25em; }
            #CMS section#CollectionCarousel .module.carousel .carouselContainer .carousel-item .carousel-item-info .carousel-item-header h4 a {
              font-size: 1.750em;
              color: #fff;
              font-family: Kameron;
              text-decoration: none; }
          #CMS section#CollectionCarousel .module.carousel .carouselContainer .carousel-item .carousel-item-info .carousel-item-description p {
            margin-bottom: 0;
            font-family: Open Sans;
            font-size: 0.938em;
            color: #fff; }
  #CMS section#CollectionCarousel .module.carouselNav {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 1em; }
    #CMS section#CollectionCarousel .module.carouselNav a {
      width: .8em;
      height: .8em;
      background: #999999;
      -moz-border-radius: 10em;
      -webkit-border-radius: 10em;
      border-radius: 10em;
      -webkit-background-clip: padding-box;
      margin: 0 .1em;
      display: inline-block; }
      #CMS section#CollectionCarousel .module.carouselNav a.selected {
        background: #000000; }
#CMS section#CollectionResults {
  width: 100%;
  height: auto;
  padding-bottom: 4em; }
  #CMS section#CollectionResults .col-full {
    padding: 0; }

.no-rgba section#Header {
  background: #7b7b7b url("../../images/2013/headerBorder.png") repeat-x scroll center top; }
.no-rgba .module.form .formContainer .formItem.inputBox {
  border: 1px solid #ccc; }
.no-rgba .module.collectionBox .box {
  border: 1px solid #ccc; }
.no-rgba .module.membershipBox .box {
  border: 1px solid #ccc; }

.calendar-month {
  width: 100%; }
  .calendar-month .month-title {
    text-align: center; }
  .calendar-month .calendar-row {
    float: left;
    width: 100%;
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb; }
  .calendar-month .calendar-day {
    float: left;
    border-right: 1px solid #dbdbdb;
    width: 14.285%;
    padding: .25em .4em;
    transition: box-shadow 0.15s ease-in-out;
    -webkit-transition: box-shadow 0.15s ease-in-out;
    -moz-transition: box-shadow 0.15s ease-in-out; }
    .calendar-month .calendar-day.disabled {
      border-right: 1px solid #dbdbdb;
      background: #eee; }
      .calendar-month .calendar-day.disabled:hover {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none; }
    .calendar-month .calendar-day .day-number {
      font-size: 1.1em; }
    .calendar-month .calendar-day .day-story {
      margin-top: .5em;
      font-size: .8em;
      position: relative; }
      .calendar-month .calendar-day .day-story .story-description {
        display: none;
        position: absolute;
        left: 95%;
        top: 0;
        padding: .5em;
        background: #fff;
        box-shadow: 0px 0px 3px #000;
        -webkit-box-shadow: 0px 0px 3px #000;
        -moz-box-shadow: 0px 0px 3px #000;
        z-index: 10;
        width: 155px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px; }
      .calendar-month .calendar-day .day-story:hover .story-description {
        display: block; }
        .calendar-month .calendar-day .day-story:hover .story-description.empty-description {
          display: none; }
    .calendar-month .calendar-day:hover {
      box-shadow: inset 0px 0px 3px 3px #a8de25;
      -webkit-box-shadow: inset 0px 0px 3px 3px #a8de25;
      -moz-box-shadow: inset 0px 0px 3px 3px #a8de25; }
  .calendar-month .month-pager, .calendar-month .month-pager-top {
    clear: both;
    width: 100%;
    padding-top: 1em;
    border-top: 1px solid #dbdbdb; }
    .calendar-month .month-pager .previous {
      float: left; }
    .calendar-month .month-pager .next {
      float: right; }
  .calendar-month .month-pager-top {  	
  	border: 0;
  	padding-top: 0;
  	padding-bottom: 1em; }
  	.calendar-month .month-pager-top .previous {
      float: left; }
    .calendar-month .month-pager-top .next {
      float: right;
     }
  

#MyAccount section#Header {
  position: relative; }
#MyAccount section#Content {
  width: 100%;
  padding: 4em 0;
  background: #fff; }
  #MyAccount section#Content .pageWrap .grid .col-full {
    padding: 0; }
  #MyAccount section#Content .pageWrap .grid .col-half.left {
    padding-left: 0;
    width: 70%; }
  #MyAccount section#Content .pageWrap .grid .col-half.right {
    width: 30%;
    padding-right: 0; }
  #MyAccount section#Content .pageWrap .grid .col-oneThird.left {
    padding-left: 0; }
  #MyAccount section#Content .pageWrap .grid .col-oneThird.middle {
    padding: 0; }
  #MyAccount section#Content .pageWrap .grid .col-oneThird.right {
    padding-right: 0; }
  #MyAccount section#Content .radioItem {
    float: left;
    width: auto;
    margin-right: 1.5em; }
    #MyAccount section#Content .radioItem input {
      width: auto;
      -webkit-box-shadow: none;
      box-shadow: none; }
#MyAccount .module.breadcrumb {
  float: left;
  width: 100%;
  padding-bottom: 1.5em; }
  #MyAccount .module.breadcrumb ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    #MyAccount .module.breadcrumb ul li {
      float: left;
      margin-right: 1em; }
      #MyAccount .module.breadcrumb ul li a {
        color: #1ecad9; }
#MyAccount .module.contentHeader {
  float: left;
  width: 100%; }
  #MyAccount .module.contentHeader h1 {
    font-size: 3em;
    color: #27241a; }
#MyAccount .module.content {
  float: left;
  width: 100%;
  padding-bottom: 1em; }
  #MyAccount .module.content p {
    color: #27241a;
    font-family: Open Sans;
    font-size: 0.938em; }
  #MyAccount .module.content ul {
    color: #27241a;
    font-family: Open Sans;
    font-size: 0.938em; }
  #MyAccount .module.content ol {
    color: #27241a;
    font-family: Open Sans;
    font-size: 0.938em; }
#MyAccount .module.myAccount {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 3em;
  min-height: 28em; }
  #MyAccount .module.myAccount div {
    float: left;
    width: 100%; }
  #MyAccount .module.myAccount .main-content .contentOption .content-header {
    border-bottom: 1px solid #dddddd; }
    #MyAccount .module.myAccount .main-content .contentOption .content-header h2 {
      margin-bottom: 0; }
    #MyAccount .module.myAccount .main-content .contentOption .content-header h3 {
      margin-bottom: 0; }
    #MyAccount .module.myAccount .main-content .contentOption .content-header h4 {
      margin-top: 2em;
      margin-bottom: 0; }
  #MyAccount .module.myAccount .main-content .contentOption .content-body {
    margin-top: 1em; }
    #MyAccount .module.myAccount .main-content .contentOption .content-body .attention-arrow {
      width: 100%;
      float: left;
      text-align: center; }
      #MyAccount .module.myAccount .main-content .contentOption .content-body .attention-arrow img {
        width: 4em;
        height: auto; }
    #MyAccount .module.myAccount .main-content .contentOption .content-body .subscriptionListing {
      margin-top: 1em;
      width: 100%;
      float: left; }
      #MyAccount .module.myAccount .main-content .contentOption .content-body .subscriptionListing table {
        -moz-border-radius: 0.3em;
        -webkit-border-radius: 0.3em;
        border-radius: 0.3em;
        -webkit-background-clip: padding-box;
        width: 100%;
        border: 1px solid black;
        border-spacing: 0;
        border-collapse: collapse; }
        #MyAccount .module.myAccount .main-content .contentOption .content-body .subscriptionListing table td {
          padding: .25em;
          border: 1px solid black;
          text-align: center; }
        #MyAccount .module.myAccount .main-content .contentOption .content-body .subscriptionListing table th {
          padding: .25em;
          border: 1px solid black;
          text-align: center; }
    #MyAccount .module.myAccount .main-content .contentOption .content-body .subscriptionListingVertical {
      margin-top: 1em;
      margin-bottom: 1em;
      width: 100%;
      float: left; }
      #MyAccount .module.myAccount .main-content .contentOption .content-body .subscriptionListingVertical table {
        -moz-border-radius: 0.3em;
        -webkit-border-radius: 0.3em;
        border-radius: 0.3em;
        -webkit-background-clip: padding-box;
        width: 100%;
        border: 1px solid black;
        border-spacing: 0;
        border-collapse: collapse; }
        #MyAccount .module.myAccount .main-content .contentOption .content-body .subscriptionListingVertical table .label {
          font-weight: bold;
          width: 35%; }
        #MyAccount .module.myAccount .main-content .contentOption .content-body .subscriptionListingVertical table td {
          padding: .25em;
          border: 1px solid black; }
  #MyAccount .module.myAccount .box {
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    -webkit-background-clip: padding-box;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
    font-family: Kameron; }
    #MyAccount .module.myAccount .box .box-header {
      background: #fff;
      padding: 1em;
      padding-left: 1.9em; }
      #MyAccount .module.myAccount .box .box-header h4 {
        color: #000;
        line-height: 1;
        margin-bottom: 0; }
    #MyAccount .module.myAccount .box .box-content {
      background: #fff; }
      #MyAccount .module.myAccount .box .box-content .item {
        border-top: 1px solid #ddd;
        padding: .75em 1.5em; }
        #MyAccount .module.myAccount .box .box-content .item .itemContainer {
          padding: .25em .25em .25em .5em;
          -moz-border-radius: 0.3em;
          -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
          -webkit-background-clip: padding-box; }
          #MyAccount .module.myAccount .box .box-content .item .itemContainer a {
            font-family: Kameron;
            color: #000; }
            #MyAccount .module.myAccount .box .box-content .item .itemContainer a:hover {
              text-decoration: none; }
        #MyAccount .module.myAccount .box .box-content .item .selected {
          background-color: #dfdfdf;
          color: #fff; }
#MyAccount .module.form {
  float: left;
  width: 100%; }
  #MyAccount .module.form .formContainer {
    float: left;
    width: 100%; }
    #MyAccount .module.form .formContainer .formSection {
      clear: both;
      float: left;
      margin-top: 1.5em;
      padding: 1em;
      -moz-border-radius: 0.3em;
      -webkit-border-radius: 0.3em;
      border-radius: 0.3em;
      -webkit-background-clip: padding-box;
      -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
      -o-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
      box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25); }
      #MyAccount .module.form .formContainer .formSection .instruction {
        margin-bottom: 1em; }
      #MyAccount .module.form .formContainer .formSection button {
        margin: 0.5em 0; }
    #MyAccount .module.form .formContainer .formItem {
      float: left;
      width: 100%;
      margin-top: 1.5em; }
      #MyAccount .module.form .formContainer .formItem.inputBox {
        -moz-border-radius: 0.3em;
        -webkit-border-radius: 0.3em;
        border-radius: 0.3em;
        -webkit-background-clip: padding-box;
        -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
        -o-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
        box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
        padding: .3em; }
      #MyAccount .module.form .formContainer .formItem.selectBox .form-label {
        padding: 0.3em 0;
        padding-left: 0; }
      #MyAccount .module.form .formContainer .formItem.checkBox {
        border-top: 1px solid #b9b9b9;
        border-bottom: 1px solid #b9b9b9;
        padding: 1.5em 0; }
        #MyAccount .module.form .formContainer .formItem.checkBox .form-field {
          width: auto; }
          #MyAccount .module.form .formContainer .formItem.checkBox .form-field input {
            width: 1em;
            height: 1em;
            margin-top: .45em; }
      #MyAccount .module.form .formContainer .formItem.formSubmit input {
        float: left;
        width: auto;
        color: #fff;
        text-align: center;
        font-family: Kameron;
        font-size: 1.158em;
        background: #1ecad9;
        -moz-border-radius: 0.3em;
        -webkit-border-radius: 0.3em;
        border-radius: 0.3em;
        -webkit-background-clip: padding-box;
        -webkit-background-clip: padding-box;
        padding: 0.5em 2em;
        cursor: pointer;
        box-shadow: 0;
        -webkit-box-shadow: 0;
        -moz-box-shadow: 0;
        border: none;
        margin-right: .5em; }
      #MyAccount .module.form .formContainer .formItem .form-label {
        float: left;
        width: 30%;
        padding: .5em 0;
        padding-left: 1em; }
        #MyAccount .module.form .formContainer .formItem .form-label span {
          color: #27241a;
          font-family: Open Sans;
          font-size: 1em; }
        #MyAccount .module.form .formContainer .formItem .form-label .error {
          color: red; }
      #MyAccount .module.form .formContainer .formItem .form-field {
        float: left;
        padding: .5em 0;
        width: 70%; }
        #MyAccount .module.form .formContainer .formItem .form-field .field-note {
          width: 100%;
          float: left;
          font-size: .8em; }
        #MyAccount .module.form .formContainer .formItem .form-field input {
          float: left;
          width: 95%;
          color: #27241a;
          font-family: Open Sans;
          font-size: 1.188em;
          font-weight: 600;
          border: none;
          padding: .3em;
          background: #EEEEEE;
          -moz-border-radius: 0.3em;
          -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
          -webkit-background-clip: padding-box;
          -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
          -moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
          -o-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25); }
          #MyAccount .module.form .formContainer .formItem .form-field input:focus {
            border: none; }
        #MyAccount .module.form .formContainer .formItem .form-field input.error {
          background: #FFCCCC; }
        #MyAccount .module.form .formContainer .formItem .form-field p {
          margin: 0; }
      #MyAccount .module.form .formContainer .formItem table {
        -moz-border-radius: 0.3em;
        -webkit-border-radius: 0.3em;
        border-radius: 0.3em;
        -webkit-background-clip: padding-box;
        -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
        -o-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
        box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
        width: 100%; }
      #MyAccount .module.form .formContainer .formItem table tr th {
        background: #EEEEEE;
        padding: .5em; }
      #MyAccount .module.form .formContainer .formItem table tr td {
        padding: .5em; }

.form-builder-generated .above-aligned {
  display: block;
  margin-top: 1em; }
.form-builder-generated .address-div,
.form-builder-generated .name-div {
  background: #DDDDDD;
  padding: .5em; }

#FullSiteSearch {
  background-color: #ffffff; }
  #FullSiteSearch .module.breadcrumb {
    float: left;
    width: 100%;
    padding-bottom: 1.5em; }
    #FullSiteSearch .module.breadcrumb ul {
      float: left;
      width: 100%;
      margin: 0;
      padding: 0;
      list-style-type: none; }
      #FullSiteSearch .module.breadcrumb ul li {
        float: left;
        margin-right: 1em; }
        #FullSiteSearch .module.breadcrumb ul li a {
          color: #1ecad9; }
  #FullSiteSearch .module.contentHeader {
    float: left;
    width: 100%;
    border-bottom: 1px solid #0b0b0b; }
    #FullSiteSearch .module.contentHeader h1 {
      font-size: 3em;
      color: #000000;
      margin-bottom: 0.1em; }
    #FullSiteSearch .module.contentHeader .leftNavigation {
      float: right;
      height: 3em;
      width: 3em;
      margin-top: -3em;
      margin-right: 4em;
      background: url("/images/blue-left-nav-arrow.png") no-repeat scroll center center;
      cursor: pointer;
      cursor: hand; }
    #FullSiteSearch .module.contentHeader .rightNavigation {
      float: right;
      height: 3em;
      width: 3em;
      margin-top: -3em;
      background: url("/images/blue-right-nav-arrow.png") no-repeat scroll center center;
      cursor: pointer;
      cursor: hand; }
  #FullSiteSearch .module.contentFooter {
    float: left;
    width: 100%;
    border-top: 1px solid #0b0b0b;
    margin-top: 2.5em; }
    #FullSiteSearch .module.contentFooter .leftNavigation {
      float: right;
      height: 3em;
      width: 3em;
      margin-right: 1.1em;
      background: url("/images/blue-left-nav-arrow.png") no-repeat scroll center center;
      cursor: pointer;
      cursor: hand; }
    #FullSiteSearch .module.contentFooter .rightNavigation {
      float: right;
      height: 3em;
      width: 3em;
      background: url("/images/blue-right-nav-arrow.png") no-repeat scroll center center;
      cursor: pointer;
      cursor: hand; }
  #FullSiteSearch .module.content {
    float: left;
    width: 100%;
    padding-bottom: 1em; }
    #FullSiteSearch .module.content p {
      color: #27241a;
      font-family: Open Sans;
      font-size: 0.938em; }
    #FullSiteSearch .module.content ul {
      color: #27241a;
      font-family: Open Sans;
      font-size: 0.938em; }
    #FullSiteSearch .module.content ol {
      color: #27241a;
      font-family: Open Sans;
      font-size: 0.938em; }
  #FullSiteSearch .module.form {
    float: left;
    width: 100%; }
    #FullSiteSearch .module.form .formContainer {
      float: left;
      width: 100%; }
      #FullSiteSearch .module.form .formContainer .formSection {
        clear: both;
        float: left;
        margin-top: 1.5em;
        padding: 1em;
        -moz-border-radius: 0.3em;
        -webkit-border-radius: 0.3em;
        border-radius: 0.3em;
        -webkit-background-clip: padding-box;
        -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
        -o-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
        box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25); }
        #FullSiteSearch .module.form .formContainer .formSection .instruction {
          margin-bottom: 1em; }
        #FullSiteSearch .module.form .formContainer .formSection button {
          margin: 0.5em 0; }
      #FullSiteSearch .module.form .formContainer .formItem {
        float: left;
        width: 100%;
        margin-top: 1.5em; }
        #FullSiteSearch .module.form .formContainer .formItem.inputBox {
          -moz-border-radius: 0.3em;
          -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
          -webkit-background-clip: padding-box;
          -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
          -moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
          -o-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
          padding: .3em; }
        #FullSiteSearch .module.form .formContainer .formItem.selectBox .form-label {
          padding: 0.3em 0;
          padding-left: 0; }
        #FullSiteSearch .module.form .formContainer .formItem.checkBox {
          border-top: 1px solid #b9b9b9;
          border-bottom: 1px solid #b9b9b9;
          padding: 1.5em 0; }
          #FullSiteSearch .module.form .formContainer .formItem.checkBox .form-field {
            width: auto; }
            #FullSiteSearch .module.form .formContainer .formItem.checkBox .form-field input {
              width: 1em;
              height: 1em;
              margin-top: .45em; }
        #FullSiteSearch .module.form .formContainer .formItem.formSubmit input {
          float: left;
          width: auto;
          color: #fff;
          text-align: center;
          font-family: Kameron;
          font-size: 1.158em;
          background: #1ecad9;
          -moz-border-radius: 0.3em;
          -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
          -webkit-background-clip: padding-box;
          padding: 0.5em 2em;
          cursor: pointer;
          box-shadow: 0;
          -webkit-box-shadow: 0;
          -moz-box-shadow: 0;
          border: none;
          margin-right: .5em; }
        #FullSiteSearch .module.form .formContainer .formItem .form-label {
          float: left;
          width: 10.000em;
          padding: .5em 0;
          padding-left: 1em; }
          #FullSiteSearch .module.form .formContainer .formItem .form-label span {
            color: #27241a;
            font-family: Open Sans;
            font-size: 1em; }
        #FullSiteSearch .module.form .formContainer .formItem .form-field {
          float: left;
          width: 50.563em;
          padding: .5em 0; }
          #FullSiteSearch .module.form .formContainer .formItem .form-field input {
            float: left;
            width: 100%;
            color: #27241a;
            font-family: Open Sans;
            font-size: 1.188em;
            font-weight: 600;
            border: none;
            padding: .3em;
            background: #EEEEEE; }
            #FullSiteSearch .module.form .formContainer .formItem .form-field input:focus {
              border: none; }
          #FullSiteSearch .module.form .formContainer .formItem .form-field input.error {
            background: #FFCCCC; }
          #FullSiteSearch .module.form .formContainer .formItem .form-field p {
            margin: 0; }
        #FullSiteSearch .module.form .formContainer .formItem table {
          -moz-border-radius: 0.3em;
          -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
          -webkit-background-clip: padding-box;
          -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
          -moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
          -o-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
          width: 100%; }
        #FullSiteSearch .module.form .formContainer .formItem table tr th {
          background: #EEEEEE;
          padding: .5em; }
        #FullSiteSearch .module.form .formContainer .formItem table tr td {
          padding: .5em; }

#FullSiteSearch section#Header {
  position: relative; }
#FullSiteSearch section#Content {
  width: 100%;
  padding: 4em 0;
  background: #ffffff; }
  #FullSiteSearch section#Content .pageWrap .grid .col-full {
    padding: 0; }
    #FullSiteSearch section#Content .pageWrap .grid .col-full .module contentHeader {
      float: left; }
  #FullSiteSearch section#Content .pageWrap .grid .col-half.left {
    padding-left: 0; }
  #FullSiteSearch section#Content .pageWrap .grid .col-half.right {
    padding-right: 0; }
  #FullSiteSearch section#Content .pageWrap .grid .col-oneThird.left {
    padding-left: 0; }
  #FullSiteSearch section#Content .pageWrap .grid .col-oneThird.middle {
    padding: 0; }
  #FullSiteSearch section#Content .pageWrap .grid .col-oneThird.right {
    padding-right: 0; }
  #FullSiteSearch section#Content .pageWrap .grid .cf {
    width: 100%;
    float: left; }
    #FullSiteSearch section#Content .pageWrap .grid .cf .searchContainer {
      background-color: #282828;
      width: 100%;
      -moz-border-radius: 0.3em;
      -webkit-border-radius: 0.3em;
      border-radius: 0.3em;
      -webkit-background-clip: padding-box;
      padding: .5em;
      overflow: hidden; }
      #FullSiteSearch section#Content .pageWrap .grid .cf .searchContainer .highlightedText {
        font-size: .9em;
        color: #A8DE26; }
      #FullSiteSearch section#Content .pageWrap .grid .cf .searchContainer .actionText {
        color: #FFFFFF;
        font-size: 1.3em;
        font-weight: bold;
        padding-top: 6.7em; }
      #FullSiteSearch section#Content .pageWrap .grid .cf .searchContainer .featureList {
        margin-top: 1em;
        width: 50%;
        float: left;
        color: #ffffff;
        font-size: 1em;
        font-weight: bold; }
        #FullSiteSearch section#Content .pageWrap .grid .cf .searchContainer .featureList ul {
          margin-top: .5em;
          font-size: .8em;
          font-weight: normal; }
          #FullSiteSearch section#Content .pageWrap .grid .cf .searchContainer .featureList ul .sub {
            margin-top: 0;
            font-size: .8em;
            font-weight: normal;
            list-style-type: none; }
    #FullSiteSearch section#Content .pageWrap .grid .cf .searchResultsContainer {
      margin-top: 1em;
      background-color: #ffffff;
      width: 100%;
      -moz-border-radius: 0.3em;
      -webkit-border-radius: 0.3em;
      border-radius: 0.3em;
      -webkit-background-clip: padding-box;
      float: left; }
      #FullSiteSearch section#Content .pageWrap .grid .cf .searchResultsContainer .toolbar {
        height: 4em;
        float: left;
        width: 100%; }
        #FullSiteSearch section#Content .pageWrap .grid .cf .searchResultsContainer .toolbar .searchedFor {
          color: #000000;
          font-size: 1em;
          text-align: left;
          width: 100%;
          overflow: hidden; }
          #FullSiteSearch section#Content .pageWrap .grid .cf .searchResultsContainer .toolbar .searchedFor span {
            font-weight: bold; }
        #FullSiteSearch section#Content .pageWrap .grid .cf .searchResultsContainer .toolbar .resultCount {
          float: left;
          font-style: italic;
          color: #666666;
          font-size: .9em; }
        #FullSiteSearch section#Content .pageWrap .grid .cf .searchResultsContainer .toolbar .pagePosition {
          color: #000000;
          font-size: 1em;
          float: right;
          text-align: right;
          width: 18em; }
          #FullSiteSearch section#Content .pageWrap .grid .cf .searchResultsContainer .toolbar .pagePosition span {
            font-weight: bold; }
      #FullSiteSearch section#Content .pageWrap .grid .cf .searchResultsContainer .resultsContentContainer {
        float: left;
        width: 100%; }
        #FullSiteSearch section#Content .pageWrap .grid .cf .searchResultsContainer .resultsContentContainer .resultsContent {
          width: 100%;
          background-color: #ffffff;
          float: left; }
          #FullSiteSearch section#Content .pageWrap .grid .cf .searchResultsContainer .resultsContentContainer .resultsContent .noResults {
            padding-top: 1.5em;
            padding-left: 1.5em;
            padding-right: 1.5em;
            padding-bottom: 1.5em;
            margin-left: 2em;
            margin-right: 2em;
            margin-top: 2em;
            margin-bottom: 2em;
            width: 93%;
            float: left;
            border: 2px solid #F24C03;
            background-color: #ffffff;
            -moz-border-radius: 0.3em;
            -webkit-border-radius: 0.3em;
            border-radius: 0.3em;
            -webkit-background-clip: padding-box; }
            #FullSiteSearch section#Content .pageWrap .grid .cf .searchResultsContainer .resultsContentContainer .resultsContent .noResults .exclamation {
              background: url("/images/error-icon.png") no-repeat center;
              width: 10%;
              float: left;
              height: 3em; }
            #FullSiteSearch section#Content .pageWrap .grid .cf .searchResultsContainer .resultsContentContainer .resultsContent .noResults .message {
              float: left;
              width: 90%; }
          #FullSiteSearch section#Content .pageWrap .grid .cf .searchResultsContainer .resultsContentContainer .resultsContent .searchResult {
            padding-top: 1.5em;
            padding-bottom: 1.5em;
            width: 100%;
            float: left; }
            #FullSiteSearch section#Content .pageWrap .grid .cf .searchResultsContainer .resultsContentContainer .resultsContent .searchResult .title {
              float: left;
              width: 100%;
              font-weight: bold;
              overflow-x: hidden;
              margin-bottom: .25em; }
            #FullSiteSearch section#Content .pageWrap .grid .cf .searchResultsContainer .resultsContentContainer .resultsContent .searchResult .image {
              margin-right: .5em;
              width: 12%;
              float: left;
              height: 4.5em;
              text-align: center;
              -o-background-size: 50% auto;
              -webkit-background-size: 50% auto;
              -moz-background-size: 50% auto;
              background-size: 50% auto;
              background-position: center center; }
              #FullSiteSearch section#Content .pageWrap .grid .cf .searchResultsContainer .resultsContentContainer .resultsContent .searchResult .image img {
                max-height: 6.5em;
                max-width: 6.5em; }
            #FullSiteSearch section#Content .pageWrap .grid .cf .searchResultsContainer .resultsContentContainer .resultsContent .searchResult .url {
              width: 80%;
              float: left;
              height: 1.5em;
              color: #5f7e15;
              font-size: .8em;
              overflow-x: hidden;
              overflow-y: hidden; }
            #FullSiteSearch section#Content .pageWrap .grid .cf .searchResultsContainer .resultsContentContainer .resultsContent .searchResult .snippet {
              width: 80%;
              float: left;
              height: 3em;
              overflow-y: hidden; }

#FullSiteSearch .no-rgba section#Header {
  background: #7b7b7b url("/images/2013/headerBorder.png") repeat-x scroll center top; }
#FullSiteSearch .no-rgba .module.form .formContainer .formItem.inputBox {
  border: 1px solid #ccc; }
#FullSiteSearch .no-rgba .module.collectionBox .box {
  border: 1px solid #ccc; }
#FullSiteSearch .no-rgba .module.membershipBox .box {
  border: 1px solid #ccc; }

#Educator .module.studentTabs {
  float: left;
  width: 100%; }
  #Educator .module.studentTabs #Tab-Navigation {
    float: left;
    width: 100%; }
    #Educator .module.studentTabs #Tab-Navigation ul {
      float: left;
      width: 100%;
      margin: 0;
      padding: 0;
      list-style-type: none;
      border-bottom: .5em solid #009db9; }
      #Educator .module.studentTabs #Tab-Navigation ul li {
        float: left;
        width: 9.700em;
        height: 6.000em;
        margin: 0 0.3em; }
        #Educator .module.studentTabs #Tab-Navigation ul li.first {
          margin-left: 0; }
        #Educator .module.studentTabs #Tab-Navigation ul li.last {
          margin-right: 0; }
        #Educator .module.studentTabs #Tab-Navigation ul li.current {
          background: #009db9;
          border-top-left-radius: .3em;
          border-top-right-radius: .3em;
          -webkit-border-top-left-radius: .3em;
          -webkit-border-top-right-radius: .3em;
          -moz-border-radius-topleft: .3em;
          -moz-border-radius-topright: .3em; }
          #Educator .module.studentTabs #Tab-Navigation ul li.current a {
            color: #fff; }
            #Educator .module.studentTabs #Tab-Navigation ul li.current a.classes {
              background: url("../../images/2013/students-classesIconOn.png") no-repeat scroll center 0.5em;
              background-size: auto 2.750em; }
        #Educator .module.studentTabs #Tab-Navigation ul li a {
          float: left;
          width: 100%;
          padding-top: 3.25em;
          padding-bottom: .25em;
          height: auto;
          text-align: center;
          background: #f2f2f2;
          font-family: Kameron;
          font-size: 1.073em;
          color: #7b7b7b;
          text-decoration: none;
          -moz-border-radius: 0.3em;
          -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
          -webkit-background-clip: padding-box;
          position: relative; }
          #Educator .module.studentTabs #Tab-Navigation ul li a .notification {
            position: absolute;
            top: .5em;
            right: 2.5em;
            background: #f24c03;
            -moz-border-radius: 0.3em;
            -webkit-border-radius: 0.3em;
            border-radius: 0.3em;
            -webkit-background-clip: padding-box;
            color: #fff;
            font-size: .7em;
            padding: .5em .5em;
            line-height: 1; }
          #Educator .module.studentTabs #Tab-Navigation ul li a.dashboard {
            background: #f2f2f2 url("../../images/2013/student-dashboardIconOff.png") no-repeat scroll center 0.5em;
            background-size: auto 2.750em; }
          #Educator .module.studentTabs #Tab-Navigation ul li a.classes {
            background: #f2f2f2 url("../../images/2013/students-classesIconOn.png") no-repeat scroll center 0.5em;
            background-size: auto 2.750em; }
          #Educator .module.studentTabs #Tab-Navigation ul li a.calendar {
            background: #f2f2f2 url("../../images/2013/students-calendarIconOff.png") no-repeat scroll center 0.5em;
            background-size: auto 2.750em; }
          #Educator .module.studentTabs #Tab-Navigation ul li a.assignments {
            background: #f2f2f2 url("../../images/2013/students-assignmentsIconOff.png") no-repeat scroll center 0.5em;
            background-size: auto 2.750em; }
          #Educator .module.studentTabs #Tab-Navigation ul li a.grades {
            background: #f2f2f2 url("../../images/2013/students-gradesIconOff.png") no-repeat scroll center 0.5em;
            background-size: auto 2.750em; }
          #Educator .module.studentTabs #Tab-Navigation ul li a.settings {
            background: #f2f2f2 url("../../images/2013/students-settingsIconOff.png") no-repeat scroll center 0.5em;
            background-size: auto 2.750em; }
  #Educator .module.studentTabs #Tab-Content {
    float: left;
    width: 100%; }
    #Educator .module.studentTabs #Tab-Content > ul {
      float: left;
      width: 100%;
      margin: 0;
      padding: 0;
      list-style-type: none; }
      #Educator .module.studentTabs #Tab-Content > ul > li {
        float: left;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        display: none; }
        #Educator .module.studentTabs #Tab-Content > ul > li .tab-item-content-container {
          float: left;
          width: 100%;
          height: auto; }
          #Educator .module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list {
            float: left;
            width: 100%;
            margin: 0;
            padding: 0;
            list-style-type: none; }
            #Educator .module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li {
              float: left;
              width: 100%;
              height: auto;
              margin-top: 1em; }
              #Educator .module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li > a {
                float: left;
                width: 100%;
                border: .2em solid transparent;
                padding: .6em 1em;
                background: url("../../images/2013/dashboardArrow.png") no-repeat scroll 98% center;
                -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
                -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
                -o-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
                box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
                -moz-border-radius: 0.3em;
                -webkit-border-radius: 0.3em;
                border-radius: 0.3em;
                -webkit-background-clip: padding-box;
                background-size: 1.425em 1.425em;
                color: #000;
                font-size: 1.550em;
                font-family: Kameron;
                text-decoration: none;
                transition: border .3s;
                -webkit-transition: border .3s;
                -moz-transition: border .3s; }
              #Educator .module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li:hover a {
                border-color: #a8de25; }
              #Educator .module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li .class-detail {
                float: left;
                width: 100%;
                height: auto;
                margin-top: 2.4em; }
                #Educator .module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li .class-detail .back-to-class {
                  float: left;
                  width: 100%; }
                  #Educator .module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li .class-detail .back-to-class a {
                    position: relative;
                    background: #f24c03;
                    color: #fff;
                    font-family: Kameron;
                    float: left;
                    width: auto;
                    height: 1.563em;
                    padding: .1em 1em;
                    text-decoration: none;
                    border-top-right-radius: .3em;
                    border-bottom-right-radius: .3em;
                    -webkit-border-bottom-right-radius: .3em;
                    -webkit-border-top-right-radius: .3em;
                    -moz-border-radius-topright: .3em;
                    -moz-border-radius-bottomright: .3em; }
                    #Educator .module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li .class-detail .back-to-class a img {
                      position: absolute;
                      left: -.4em;
                      top: 0;
                      height: 1.563em;
                      width: auto; }
                #Educator .module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li .class-detail .class-name {
                  float: left;
                  width: 100%;
                  margin-top: 2em; }
                  #Educator .module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li .class-detail .class-name .label {
                    float: left;
                    width: 100%; }
                    #Educator .module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li .class-detail .class-name .label h5 {
                      color: #f24c03;
                      font-size: 0.904em;
                      font-family: Kameron;
                      margin-bottom: .2em;
                      text-transform: uppercase; }
                  #Educator .module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li .class-detail .class-name .field {
                    float: left;
                    width: 100%; }
                    #Educator .module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li .class-detail .class-name .field h4 {
                      font-size: 2.250em;
                      color: #27241a;
                      margin-bottom: .8em; }
                #Educator .module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li .class-detail .class-instructor {
                  float: left;
                  width: 100%; }
                  #Educator .module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li .class-detail .class-instructor .label {
                    float: left;
                    width: 100%; }
                    #Educator .module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li .class-detail .class-instructor .label h5 {
                      color: #f24c03;
                      font-size: 0.904em;
                      font-family: Kameron;
                      margin-bottom: .2em;
                      text-transform: uppercase; }
                  #Educator .module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li .class-detail .class-instructor .field {
                    float: left;
                    width: 100%; }
                    #Educator .module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li .class-detail .class-instructor .field h4 {
                      font-size: 2.250em;
                      color: #27241a;
                      margin-bottom: .8em; }
                #Educator .module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li .class-detail .class-description {
                  float: left;
                  width: 100%; }
                  #Educator .module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li .class-detail .class-description .label {
                    float: left;
                    width: 100%; }
                    #Educator .module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li .class-detail .class-description .label h5 {
                      color: #f24c03;
                      font-size: 0.904em;
                      font-family: Kameron;
                      margin-bottom: .2em;
                      text-transform: uppercase; }
                  #Educator .module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li .class-detail .class-description .field {
                    float: left;
                    width: 100%; }
                    #Educator .module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li .class-detail .class-description .field p {
                      font-size: 0.938em;
                      color: #27241a; }
        #Educator .module.studentTabs #Tab-Content > ul > li.current {
          display: block; }
#Educator .module.teacherTabs {
  float: left;
  width: 100%; }
  #Educator .module.teacherTabs #Tab-Navigation {
    float: left;
    width: 100%; }
    #Educator .module.teacherTabs #Tab-Navigation .navigationTier1 {
      float: left;
      width: 100%; }
      #Educator .module.teacherTabs #Tab-Navigation .navigationTier1 > ul {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style-type: none;
        border-bottom: .8em solid #009db9;
        position: relative; }
        #Educator .module.teacherTabs #Tab-Navigation .navigationTier1 > ul > li {
          float: left;
          min-width: 6.75em;
          height: 2.5em;
          margin: 0 0.2em; }
          #Educator .module.teacherTabs #Tab-Navigation .navigationTier1 > ul > li.first {
            margin-left: 0; }
          #Educator .module.teacherTabs #Tab-Navigation .navigationTier1 > ul > li.last {
            margin-right: 0; }
          #Educator .module.teacherTabs #Tab-Navigation .navigationTier1 > ul > li.current {
            background: #009db9;
            border-top-left-radius: .3em;
            border-top-right-radius: .3em;
            -webkit-border-top-left-radius: .3em;
            -webkit-border-top-right-radius: .3em;
            -moz-border-radius-topleft: .3em;
            -moz-border-radius-topright: .3em; }
            #Educator .module.teacherTabs #Tab-Navigation .navigationTier1 > ul > li.current > a {
              color: #fff;
              padding-left: .5em;
              padding-right: .5em;
              background: none; }
          #Educator .module.teacherTabs #Tab-Navigation .navigationTier1 > ul > li > a {
            float: left;
            width: 100%;
            padding-top: .25em;
            padding-bottom: .25em;
            height: auto;
            text-align: center;
            background: #f2f2f2;
            font-family: Kameron;
            font-size: 1em;
            color: #4e4e4e;
            text-decoration: none;
            -moz-border-radius: 0.3em;
            -webkit-border-radius: 0.3em;
            border-radius: 0.3em;
            -webkit-background-clip: padding-box;
            position: relative; }
    #Educator .module.teacherTabs #Tab-Navigation .navigationTier2 {
      float: left;
      width: 100%; }
      #Educator .module.teacherTabs #Tab-Navigation .navigationTier2 > ul {
        float: left;
        width: 100%;
        list-style-type: none;
        margin: 0;
        padding: 0;
        background: #009db9;
        position: relative;
        top: 100%;
        left: 0;
        padding: .3em .2em;
        padding-bottom: 0em;
        border-bottom: 0.8em solid #cdcdc0; }
        #Educator .module.teacherTabs #Tab-Navigation .navigationTier2 > ul > li {
          float: left;
          width: auto;
          margin-right: .1em;
          margin-bottom: 0em;
          height: 2em; }
          #Educator .module.teacherTabs #Tab-Navigation .navigationTier2 > ul > li.first {
            padding-left: 0;
            margin-left: .5em; }
          #Educator .module.teacherTabs #Tab-Navigation .navigationTier2 > ul > li > a {
            color: #fff;
            text-decoration: none;
            padding: .1em 1em; }
          #Educator .module.teacherTabs #Tab-Navigation .navigationTier2 > ul > li.current {
            background: #cdcdc0;
            border-top-left-radius: .3em;
            border-top-right-radius: .3em;
            -webkit-border-top-left-radius: .3em;
            -webkit-border-top-right-radius: .3em;
            -moz-border-radius-topleft: .3em;
            -moz-border-radius-topright: .3em; }
            #Educator .module.teacherTabs #Tab-Navigation .navigationTier2 > ul > li.current > a {
              color: #f24c03;
              background: #cdcdc0;
              -moz-border-radius: 0.3em;
              -webkit-border-radius: 0.3em;
              border-radius: 0.3em;
              -webkit-background-clip: padding-box; }
    #Educator .module.teacherTabs #Tab-Navigation .navigationTier3 {
      float: left;
      width: 100%; }
      #Educator .module.teacherTabs #Tab-Navigation .navigationTier3 > ul {
        float: left;
        width: 100%;
        position: relative;
        top: 100%;
        left: 0;
        background: #cdcdc0;
        list-style-type: none;
        margin: 0;
        padding: 0;
        padding: 1em 0;
        padding-top: .3em;
        padding-bottom: 0em;
        border-bottom: 0.8em solid #787878; }
        #Educator .module.teacherTabs #Tab-Navigation .navigationTier3 > ul > li {
          float: left;
          width: auto;
          margin-right: .6em;
          margin-bottom: 0em;
          padding-right: .2em;
          height: 2em; }
          #Educator .module.teacherTabs #Tab-Navigation .navigationTier3 > ul > li.first {
            padding-left: 0;
            margin-left: .5em; }
          #Educator .module.teacherTabs #Tab-Navigation .navigationTier3 > ul > li > a {
            color: #444;
            text-decoration: none;
            padding: .1em 1em; }
          #Educator .module.teacherTabs #Tab-Navigation .navigationTier3 > ul > li.current {
            background: #787878;
            border-top-left-radius: .3em;
            border-top-right-radius: .3em;
            -webkit-border-top-left-radius: .3em;
            -webkit-border-top-right-radius: .3em;
            -moz-border-radius-topleft: .3em;
            -moz-border-radius-topright: .3em; }
            #Educator .module.teacherTabs #Tab-Navigation .navigationTier3 > ul > li.current > a {
              color: #fff;
              background: #787878;
              -moz-border-radius: 0.3em;
              -webkit-border-radius: 0.3em;
              border-radius: 0.3em;
              -webkit-background-clip: padding-box; }
    #Educator .module.teacherTabs #Tab-Navigation .navigationTier4 {
      float: left;
      width: 100%; }
      #Educator .module.teacherTabs #Tab-Navigation .navigationTier4 > ul {
        float: left;
        width: 100%;
        position: relative;
        top: 100%;
        left: 0;
        background: #787878;
        list-style-type: none;
        margin: 0;
        padding: 0;
        padding: 1em 0;
        padding-top: .3em;
        padding-bottom: 0em;
        border-bottom: .8em solid #fff; }
        #Educator .module.teacherTabs #Tab-Navigation .navigationTier4 > ul > li {
          float: left;
          width: auto;
          margin-right: .6em;
          margin-bottom: 0em;
          padding-right: .2em;
          height: 2em; }
          #Educator .module.teacherTabs #Tab-Navigation .navigationTier4 > ul > li.first {
            padding-left: 0;
            margin-left: .5em; }
          #Educator .module.teacherTabs #Tab-Navigation .navigationTier4 > ul > li > a {
            color: #ddd;
            text-decoration: none;
            padding: .1em 1em; }
          #Educator .module.teacherTabs #Tab-Navigation .navigationTier4 > ul > li.current {
            background: #fff;
            border-top-left-radius: .3em;
            border-top-right-radius: .3em;
            -webkit-border-top-left-radius: .3em;
            -webkit-border-top-right-radius: .3em;
            -moz-border-radius-topleft: .3em;
            -moz-border-radius-topright: .3em; }
            #Educator .module.teacherTabs #Tab-Navigation .navigationTier4 > ul > li.current > a {
              color: #f24c03;
              background: #fff;
              -moz-border-radius: 0.3em;
              -webkit-border-radius: 0.3em;
              border-radius: 0.3em;
              -webkit-background-clip: padding-box; }
  #Educator .module.teacherTabs #Tab-Content {
    float: left;
    width: 100%;
    padding: 1em;
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
    border-bottom-left-radius: .3em;
    border-bottom-right-radius: .3em;
    -webkit-border-bottom-left-radius: .3em;
    -webkit-border-bottom-right-radius: .3em;
    -moz-border-radius-bottomleft: .3em;
    -moz-border-radius-bottomright: .3em; }
    #Educator .module.teacherTabs #Tab-Content .tab-item-content-container {
      margin-top: 0;
      float: left;
      width: 100%;
      height: auto; }
      #Educator .module.teacherTabs #Tab-Content .tab-item-content-container .pageTitle {
        font-size: 1.5em;
        margin-bottom: 1em; }
      #Educator .module.teacherTabs #Tab-Content .tab-item-content-container .form {
        float: left;
        width: 100%; }
        #Educator .module.teacherTabs #Tab-Content .tab-item-content-container .form .normalButton {
          width: auto;
          color: #fff;
          text-align: center;
          font-family: Kameron;
          font-size: .9em;
          background: #1ecad9;
          -moz-border-radius: 0.3em;
          -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
          -webkit-background-clip: padding-box;
          padding: .5em 1em;
          cursor: pointer;
          border-style: none; }
        #Educator .module.teacherTabs #Tab-Content .tab-item-content-container .form .cancelButton {
          width: auto;
          color: #fff;
          text-align: center;
          font-family: Kameron;
          font-size: .9em;
          background: #f24c03;
          -moz-border-radius: 0.3em;
          -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
          -webkit-background-clip: padding-box;
          padding: .5em 1em;
          cursor: pointer;
          border-style: none; }
        #Educator .module.teacherTabs #Tab-Content .tab-item-content-container .form .addButton,
        #Educator .module.teacherTabs #Tab-Content .tab-item-content-container .form .addCustomButton{
          width: auto;
          color: #fff;
          text-align: center;
          font-family: Kameron;
          font-size: .9em;
          background: #a8de25;
          -moz-border-radius: 0.3em;
          -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
          -webkit-background-clip: padding-box;
          padding: .5em 1em;
          cursor: pointer;
          border-style: none; }
        #Educator .module.teacherTabs #Tab-Content .tab-item-content-container .form .formContainer {
          padding-left: 2em;
          padding-right: 2em; }
          #Educator .module.teacherTabs #Tab-Content .tab-item-content-container .form .formContainer fieldset {
            border: 1px solid #ccc;
            -moz-border-radius: 0.3em;
            -webkit-border-radius: 0.3em;
            border-radius: 0.3em;
            -webkit-background-clip: padding-box;
            padding: 1em; }
            #Educator .module.teacherTabs #Tab-Content .tab-item-content-container .form .formContainer fieldset legend {
              font-size: .9em;
              margin-left: .5em; }
          #Educator .module.teacherTabs #Tab-Content .tab-item-content-container .form .formContainer table {
            border: none; }
            #Educator .module.teacherTabs #Tab-Content .tab-item-content-container .form .formContainer table td {
              padding: .3em; }
            #Educator .module.teacherTabs #Tab-Content .tab-item-content-container .form .formContainer table.inputFormTable {
              width: 100%; }
              #Educator .module.teacherTabs #Tab-Content .tab-item-content-container .form .formContainer table.inputFormTable .inputLabel {
                width: 35%;
                text-align: right;
                font-family: Open Sans, sans-serif;
                font-size: .9em;
                margin-top: .25em;
                margin-bottom: .25em; }
                #Educator .module.teacherTabs #Tab-Content .tab-item-content-container .form .formContainer table.inputFormTable .inputLabel .error {
                  color: #f24c03; }
              #Educator .module.teacherTabs #Tab-Content .tab-item-content-container .form .formContainer table.inputFormTable .inputElement {
                width: 65%;
                margin-top: .25em;
                margin-bottom: .25em; }
      #Educator .module.teacherTabs #Tab-Content .tab-item-content-container .tableGrid .pagination .links {
        text-align: right;
        padding-right: 2em; }
      #Educator .module.teacherTabs #Tab-Content .tab-item-content-container .tableGrid .back-to-list {
        width: 100%; }
        #Educator .module.teacherTabs #Tab-Content .tab-item-content-container .tableGrid .back-to-list a {
          position: relative;
          background: #f24c03;
          color: #fff;
          font-family: Kameron;
          float: left;
          width: auto;
          height: 1.563em;
          padding: 0.1em 1em;
          text-decoration: none;
          border-top-right-radius: .3em;
          border-bottom-right-radius: .3em;
          -webkit-border-bottom-right-radius: .3em;
          -webkit-border-top-right-radius: .3em;
          -moz-border-radius-topright: .3em;
          -moz-border-radius-bottomright: .3em; }
          #Educator .module.teacherTabs #Tab-Content .tab-item-content-container .tableGrid .back-to-list a img {
            position: absolute;
            left: -.4em;
            top: 0;
            height: 1.563em;
            width: auto; }
      #Educator .module.teacherTabs #Tab-Content .tab-item-content-container .tableGrid .message {
        margin-top: 1em; }
      #Educator .module.teacherTabs #Tab-Content .tab-item-content-container .tableGrid h4 {
        margin: 1em 0 0 0; }
      #Educator .module.teacherTabs #Tab-Content .tab-item-content-container .tableGrid table {
        float: left;
        width: 100%;
        -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
        -o-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
        -moz-border-radius: 0.3em;
        -webkit-border-radius: 0.3em;
        border-radius: 0.3em;
        -webkit-background-clip: padding-box;
        overflow: hidden; }
        #Educator .module.teacherTabs #Tab-Content .tab-item-content-container .tableGrid table tr th {
          background: #686868;
          font-weight: normal;
          color: #fff;
          font-family: Kameron;
          font-size: 1.063em;
          padding: .35em 0; }
          #Educator .module.teacherTabs #Tab-Content .tab-item-content-container .tableGrid table tr th:first-child {
            padding-left: 2em; }
          #Educator .module.teacherTabs #Tab-Content .tab-item-content-container .tableGrid table tr th a {
            color: #FFFFFF; }
        #Educator .module.teacherTabs #Tab-Content .tab-item-content-container .tableGrid table tr td {
          padding: .75em 0;
          color: #2b2b2b;
          font-size: .934em; }
          #Educator .module.teacherTabs #Tab-Content .tab-item-content-container .tableGrid table tr td:first-child {
            padding-left: 2em; }
        #Educator .module.teacherTabs #Tab-Content .tab-item-content-container .tableGrid table tr td.label {
          font-weight: bold; }
        #Educator .module.teacherTabs #Tab-Content .tab-item-content-container .tableGrid table tr.table-row td {
          background: #fff;
          border-bottom: 1px solid #cecece; }
        #Educator .module.teacherTabs #Tab-Content .tab-item-content-container .tableGrid table tr.table-alt-row td {
          background: #f5f5f5;
          border-bottom: 1px solid #cecece; }

#Educator section#Header {
  position: relative; }
#Educator .spacer {
  margin-top: 1em;
  margin-bottom: 1em;
  float: left;
  width: 100%; }
#Educator .error {
  color: red; }
#Educator .cutout {
  page-break-before: auto;
  page-break-inside: avoid;
  position: relative;
  width: 100%;
  float: left;
  padding-top: .5em; }
  #Educator .cutout .label {
    float: left;
    font-weight: bold; }
  #Educator .cutout .displayValue {
    float: left;
    margin-left: 1em; }
  #Educator .cutout .spacer {
    float: left;
    width: 100%;
    margin: 0; }
  #Educator .cutout .separator {
    float: left;
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
    border: 1px solid black;
    border-style: dashed; }
#Educator section#Content {
  width: 100%;
  padding: 4em 0;
  background: #fff; }
  #Educator section#Content .module .textBlock ul, #Educator section#Content .module .textBlock ol {
    list-style-position: outside;
    padding-left: 4em; }
  #Educator section#Content .module .textBlock .task-label {
    font-weight: bold; }
  #Educator section#Content .module.content ul, #Educator section#Content .module.content ol {
    list-style-position: outside;
    padding-left: 4em; }
  #Educator section#Content .pageWrap .grid .col-full {
    padding: 0; }
  #Educator section#Content .pageWrap .grid .col-half.left {
    padding-left: 0; }
  #Educator section#Content .pageWrap .grid .col-half.right {
    padding-right: 0; }
  #Educator section#Content .pageWrap .grid .col-oneThird.left {
    padding-left: 0; }
  #Educator section#Content .pageWrap .grid .col-oneThird.middle {
    padding: 0; }
  #Educator section#Content .pageWrap .grid .col-oneThird.right {
    padding-right: 0; }
  #Educator section#Content .imageCaption {
    font-family: sans-serif;
    font-size: .75em;
    color: #333333;
    font-style: normal;
    font-weight: normal; }

#Student.module.studentTabs {
  float: left;
  width: 100%; }

#Student.module.studentTabs #Tab-Navigation {
  float: left;
  width: 100%; }

#Student.module.studentTabs #Tab-Navigation ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-bottom: 0.5em solid #009db9; }

#Student.module.studentTabs #Tab-Navigation ul li {
  float: left;
  width: 9.700em;
  height: 6.000em;
  margin: 0 0.3em; }

#Student.module.studentTabs #Tab-Navigation ul li.first {
  margin-left: 0; }

#Student.module.studentTabs #Tab-Navigation ul li.last {
  margin-right: 0; }

#Student.module.studentTabs #Tab-Navigation ul li.current {
  background: #009db9;
  border-top-left-radius: .3em;
  border-top-right-radius: .3em;
  -webkit-border-top-left-radius: .3em;
  -webkit-border-top-right-radius: .3em;
  -moz-border-radius-topleft: .3em;
  -moz-border-radius-topright: .3em; }

#Student.module.studentTabs #Tab-Navigation ul li.current a {
  color: #fff; }

#Student.module.studentTabs #Tab-Navigation ul li.current a.classes {
  background: url("../../images/2013/students-classesIconOn.png") no-repeat scroll center 0.5em;
  background-size: auto 2.75em; }

#Student.module.studentTabs #Tab-Navigation ul li a {
  float: left;
  width: 100%;
  padding-top: 3.25em;
  padding-bottom: .25em;
  height: auto;
  text-align: center;
  background: #f2f2f2;
  font-family: Kameron;
  font-size: 1.073em;
  color: #7b7b7b;
  text-decoration: none;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-background-clip: padding-box;
  position: relative; }

#Student.module.studentTabs #Tab-Navigation ul li a .notification {
  position: absolute;
  top: .5em;
  right: 2.5em;
  background: #f24c03;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-background-clip: padding-box;
  color: #fff;
  font-size: .7em;
  padding: 0.5em 0.5em;
  line-height: 1; }

#Student.module.studentTabs #Tab-Navigation ul li a.dashboard {
  background: #f2f2f2 url("../../images/2013/student-dashboardIconOff.png") no-repeat scroll center 0.5em;
  background-size: auto 2.75em; }

#Student.module.studentTabs #Tab-Navigation ul li.current a.dashboard {
  background: #009db9 url("../../images/2013/student-dashboardIconOn.png") no-repeat scroll center 0.5em;
  background-size: auto 2.75em; }

#Student.module.studentTabs #Tab-Navigation ul li a.classes {
  background: #f2f2f2 url("../../images/2013/students-classesIconOff.png") no-repeat scroll center 0.5em;
  background-size: auto 2.75em; }

#Student.module.studentTabs #Tab-Navigation ul li.current a.classes {
  background: #009db9 url("../../images/2013/students-classesIconOn.png") no-repeat scroll center 0.5em;
  background-size: auto 2.75em; }

#Student.module.studentTabs #Tab-Navigation ul li a.calendar {
  background: #f2f2f2 url("../../images/2013/students-calendarIconOff.png") no-repeat scroll center 0.5em;
  background-size: auto 2.75em; }

#Student.module.studentTabs #Tab-Navigation ul li.current a.calendar {
  background: #009db9 url("../../images/2013/students-calendarIconOn.png") no-repeat scroll center 0.5em;
  background-size: auto 2.75em; }

#Student.module.studentTabs #Tab-Navigation ul li a.assignments {
  background: #f2f2f2 url("../../images/2013/students-assignmentsIconOff.png") no-repeat scroll center 0.5em;
  background-size: auto 2.75em; }

#Student.module.studentTabs #Tab-Navigation ul li.current a.assignments {
  background: #009db9 url("../../images/2013/students-assignmentsIconOn.png") no-repeat scroll center 0.5em;
  background-size: auto 2.75em; }

#Student.module.studentTabs #Tab-Navigation ul li a.grades {
  background: #f2f2f2 url("../../images/2013/students-gradesIconOff.png") no-repeat scroll center 0.5em;
  background-size: auto 2.75em; }

#Student.module.studentTabs #Tab-Navigation ul li.current a.grades {
  background: #009db9 url("../../images/2013/students-gradesIconOn.png") no-repeat scroll center 0.5em;
  background-size: auto 2.75em; }

#Student.module.studentTabs #Tab-Navigation ul li a.settings {
  background: #f2f2f2 url("../../images/2013/students-settingsIconOff.png") no-repeat scroll center 0.5em;
  background-size: auto 2.75em; }

#Student.module.studentTabs #Tab-Navigation ul li.current a.settings {
  background: #009db9 url("../../images/2013/students-settingsIconOn.png") no-repeat scroll center 0.5em;
  background-size: auto 2.75em; }

#Student.module.studentTabs #Tab-Content {
  float: left;
  padding: 1em;
  width: 100%; }

#Student.module.studentTabs #Tab-Content > ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none; }

#Student.module.studentTabs #Tab-Content > ul > li {
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }

#Student.module.studentTabs #Tab-Content > ul > li .tab-item-content-container {
  float: left;
  width: 100%;
  height: auto; }

#Student.module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none; }

#Student.module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 1em; }

#Student.module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li > a {
  float: left;
  width: 100%;
  border: 0.2em solid transparent;
  padding: 0.6em 1em;
  background: url("../../images/2013/dashboardArrow.png") no-repeat scroll 98% center;
  -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-background-clip: padding-box;
  background-size: 1.425em 1.425em;
  color: #000;
  font-size: 1.550em;
  font-family: Kameron;
  text-decoration: none;
  transition: border 0.3s;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s; }

#Student.module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li > a div.status {
  float: left;
  margin-right: .5em;
  padding-top: .5em; }

#Student.module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li > a div.status img {
  margin: 0; }

#Student.module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li > a div.info {
  float: left; }

#Student.module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li:hover a {
  border-color: #a8de25; }

#Student.module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li.header > a {
  background: none; }
  #Student.module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li.header > a span.filter {
    float: right;
    margin-left: 1em;
    padding: .3em;
    border: 1px solid #BBBBBB;
    border-radius: .3em;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    color: #BBBBBB;
    cursor: pointer; }
    #Student.module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li.header > a span.filter.on {
      background: #1ECAD9;
      border-color: #555555;
      color: #FFFFFF; }

#Student.module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li .class-detail {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 2.4em; }

#Student.module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li .class-detail .back-to-class {
  float: left;
  width: 100%; }

#Student.module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li .class-detail .back-to-class a {
  position: relative;
  background: #f24c03;
  color: #fff;
  font-family: Kameron;
  float: left;
  width: auto;
  height: 1.563em;
  padding: 0.1em 1em;
  text-decoration: none;
  border-top-right-radius: .3em;
  border-bottom-right-radius: .3em;
  -webkit-border-bottom-right-radius: .3em;
  -webkit-border-top-right-radius: .3em;
  -moz-border-radius-topright: .3em;
  -moz-border-radius-bottomright: .3em; }

#Student.module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li .class-detail .back-to-class a img {
  position: absolute;
  left: -.4em;
  top: 0;
  height: 1.563em;
  width: auto; }

#Student.module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li .class-detail .class-name {
  float: left;
  width: 100%;
  margin-top: 2em; }

#Student.module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li .class-detail .class-name .label {
  float: left;
  width: 100%; }

#Student.module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li .class-detail .class-name .label h5 {
  color: #f24c03;
  font-size: 0.904em;
  font-family: Kameron;
  margin-bottom: .2em;
  text-transform: uppercase; }

#Student.module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li .class-detail .class-name .field {
  float: left;
  width: 100%; }

#Student.module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li .class-detail .class-name .field h4 {
  font-size: 2.250em;
  color: #27241a;
  margin-bottom: .8em; }

#Student.module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li .class-detail .class-instructor {
  float: left;
  width: 100%; }

#Student.module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li .class-detail .class-instructor .label {
  float: left;
  width: 100%; }

#Student.module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li .class-detail .class-instructor .label h5 {
  color: #f24c03;
  font-size: 0.904em;
  font-family: Kameron;
  margin-bottom: .2em;
  text-transform: uppercase; }

#Student.module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li .class-detail .class-instructor .field {
  float: left;
  width: 100%; }

#Student.module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li .class-detail .class-instructor .field h4 {
  font-size: 2.250em;
  color: #27241a;
  margin-bottom: .8em; }

#Student.module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li .class-detail .class-description {
  float: left;
  width: 100%; }

#Student.module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li .class-detail .class-description .label {
  float: left;
  width: 100%; }

#Student.module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li .class-detail .class-description .label h5 {
  color: #f24c03;
  font-size: 0.904em;
  font-family: Kameron;
  margin-bottom: .2em;
  text-transform: uppercase; }

#Student.module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li .class-detail .class-description .field {
  float: left;
  width: 100%; }

#Student.module.studentTabs #Tab-Content > ul > li .tab-item-content-container .class-list > li .class-detail .class-description .field p {
  font-size: 0.938em;
  color: #27241a; }

#Student.module.studentTabs #Tab-Content > ul > li.current {
  display: block; }

.module.studentTabs #Tab-Content .tab-item-content-container {
  margin-top: 0;
  float: left;
  width: 100%;
  height: auto;
  /* form */
  /* calendarWrapper */
  /* assignmentWrapper */ }
  .module.studentTabs #Tab-Content .tab-item-content-container .pageTitle {
    font-size: 1.5em;
    margin-bottom: 1em; }
  .module.studentTabs #Tab-Content .tab-item-content-container .form {
    float: left;
    width: 100%;
    /* formContainer */ }
    .module.studentTabs #Tab-Content .tab-item-content-container .form .normalButton {
      width: auto;
      color: #fff;
      text-align: center;
      font-family: Kameron;
      font-size: .9em;
      background: #1ecad9;
      -moz-border-radius: 0.3em;
      -webkit-border-radius: 0.3em;
      border-radius: 0.3em;
      -webkit-background-clip: padding-box;
      padding: .5em 1em;
      cursor: pointer;
      border-style: none; }
    .module.studentTabs #Tab-Content .tab-item-content-container .form .cancelButton {
      width: auto;
      color: #fff;
      text-align: center;
      font-family: Kameron;
      font-size: .9em;
      background: #f24c03;
      -moz-border-radius: 0.3em;
      -webkit-border-radius: 0.3em;
      border-radius: 0.3em;
      -webkit-background-clip: padding-box;
      padding: .5em 1em;
      cursor: pointer;
      border-style: none; }
    .module.studentTabs #Tab-Content .tab-item-content-container .form .addButton {
      width: auto;
      color: #fff;
      text-align: center;
      font-family: Kameron;
      font-size: .9em;
      background: #a8de25;
      -moz-border-radius: 0.3em;
      -webkit-border-radius: 0.3em;
      border-radius: 0.3em;
      -webkit-background-clip: padding-box;
      padding: .5em 1em;
      cursor: pointer;
      border-style: none; }
    .module.studentTabs #Tab-Content .tab-item-content-container .form .formContainer {
      padding-left: 2em;
      padding-right: 2em;
      /* table */ }
      .module.studentTabs #Tab-Content .tab-item-content-container .form .formContainer fieldset {
        border: 1px solid #ccc;
        -moz-border-radius: 0.3em;
        -webkit-border-radius: 0.3em;
        border-radius: 0.3em;
        -webkit-background-clip: padding-box;
        padding: 1em; }
        .module.studentTabs #Tab-Content .tab-item-content-container .form .formContainer fieldset legend {
          font-size: .9em;
          margin-left: .5em; }
      .module.studentTabs #Tab-Content .tab-item-content-container .form .formContainer table {
        border: none;
        /* inputFormTable */ }
        .module.studentTabs #Tab-Content .tab-item-content-container .form .formContainer table td {
          padding: .3em; }
        .module.studentTabs #Tab-Content .tab-item-content-container .form .formContainer table.inputFormTable {
          width: 100%; }
          .module.studentTabs #Tab-Content .tab-item-content-container .form .formContainer table.inputFormTable .inputLabel {
            width: 35%;
            text-align: right;
            font-family: Open Sans, sans-serif;
            font-size: .9em;
            margin-top: .25em;
            margin-bottom: .25em; }
            .module.studentTabs #Tab-Content .tab-item-content-container .form .formContainer table.inputFormTable .inputLabel .error {
              color: #f24c03; }
          .module.studentTabs #Tab-Content .tab-item-content-container .form .formContainer table.inputFormTable .inputElement {
            width: 65%;
            margin-top: .25em;
            margin-bottom: .25em; }
  .module.studentTabs #Tab-Content .tab-item-content-container #calendarWrapper {
    width: 50%;
    float: left;
    /* calendar */
    /* calendar-legend */ }
    .module.studentTabs #Tab-Content .tab-item-content-container #calendarWrapper #calendar .fc-content .assignmentHighlight {
      cursor: pointer; }
    .module.studentTabs #Tab-Content .tab-item-content-container #calendarWrapper .calendar-legend .legend-row {
      padding: .3em;
      margin-bottom: .5em; }
    .module.studentTabs #Tab-Content .tab-item-content-container #calendarWrapper .todayHighlight {
      background-color: #FCF8E3;
      color: #000000; }
    .module.studentTabs #Tab-Content .tab-item-content-container #calendarWrapper .assignmentHighlight {
      background-color: #009DB9;
      color: #FFFFFF; }
  .module.studentTabs #Tab-Content .tab-item-content-container #dayDetail {
    width: 40%;
    float: right; }
  .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper {
    /* assignment-keyinfo */ }
    .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper h5 {
      color: #f24c03;
      font-size: 0.904em;
      font-family: Kameron;
      margin-bottom: .2em;
      text-transform: uppercase; }
    .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper img {
      margin: 0; }
    .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .assignmentHeader {
      border-bottom: 1px solid #000000; }
    .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .assignmentHeader .class-title {
      float: left; }
    .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .back-to-assignments {
      float: left;
      margin-right: 1em; }
    .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .back-to-assignments a {
      position: relative;
      background: #f24c03;
      color: #fff;
      font-family: Kameron;
      float: left;
      width: auto;
      height: 1.563em;
      padding: 0.1em 1em;
      text-decoration: none;
      border-top-right-radius: .3em;
      border-bottom-right-radius: .3em;
      -webkit-border-bottom-right-radius: .3em;
      -webkit-border-top-right-radius: .3em;
      -moz-border-radius-topright: .3em;
      -moz-border-radius-bottomright: .3em; }
    .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .back-to-assignments a img {
      position: absolute;
      left: -.4em;
      top: 0;
      height: 1.563em;
      width: auto; }
    .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .task-nav {
      float: right; }
    .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .task-nav a {
      position: relative;
      background: #f24c03;
      color: #fff;
      font-family: Kameron;
      float: left;
      width: auto;
      height: 1.563em;
      padding: 0.1em 1em;
      text-decoration: none; }
    .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .task-nav a.previous {
      border-top-right-radius: .3em;
      border-bottom-right-radius: .3em;
      -webkit-border-bottom-right-radius: .3em;
      -webkit-border-top-right-radius: .3em;
      -moz-border-radius-topright: .3em;
      -moz-border-radius-bottomright: .3em; }
    .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .task-nav a.previous img {
      position: absolute;
      left: -.4em;
      top: 0;
      height: 1.563em;
      width: auto; }
    .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .task-nav a.next {
      margin-left: .5em;
      border-top-left-radius: .3em;
      border-bottom-left-radius: .3em;
      -webkit-border-bottom-left-radius: .3em;
      -webkit-border-top-left-radius: .3em;
      -moz-border-radius-topleft: .3em;
      -moz-border-radius-bottomleft: .3em; }
    .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .task-nav a.next img {
      position: absolute;
      right: -.4em;
      top: 0;
      height: 1.563em;
      width: auto; }
    .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .assignment-section {
      margin-top: 1.5em; }
    .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .assignment-keyinfo img {
      margin-right: .5em; }
    .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .assignment-keyinfo .assignment-status,
    .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .assignment-keyinfo .task-status {
      float: left;
      width: 30%; }
      .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .assignment-keyinfo .assignment-status .status-label,
      .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .assignment-keyinfo .task-status .status-label {
        border-radius: .3em;
        -webkit-border-radius: .3em;
        -moz-border-radius: .3em;
        padding: .3em; }
      .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .assignment-keyinfo .assignment-status div.not_yet_completed,
      .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .assignment-keyinfo .assignment-status div.incomplete,
      .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .assignment-keyinfo .task-status div.not_yet_completed,
      .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .assignment-keyinfo .task-status div.incomplete {
        background: #F24C03;
        color: #FFFFFF; }
      .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .assignment-keyinfo .assignment-status div.completed,
      .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .assignment-keyinfo .assignment-status div.waiting_for_grading,
      .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .assignment-keyinfo .task-status div.completed,
      .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .assignment-keyinfo .task-status div.waiting_for_grading {
        background: #1ECAD9;
        color: #FFFFFF; }
      .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .assignment-keyinfo .assignment-status div.grading_in_progress,
      .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .assignment-keyinfo .assignment-status div.complete,
      .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .assignment-keyinfo .task-status div.grading_in_progress,
      .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .assignment-keyinfo .task-status div.complete {
        background: #1ECAD9;
        color: #FFFFFF; }
      .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .assignment-keyinfo .assignment-status div.graded,
      .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .assignment-keyinfo .task-status div.graded {
        background: #A8DE25;
        color: #000000; }
      .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .assignment-keyinfo .assignment-status div.historical,
      .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .assignment-keyinfo .task-status div.historical {
        background: #CDCDC0;
        color: #000000; }
    .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .assignment-keyinfo .assignment-action {
      float: left;
      width: 40%; }
      .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .assignment-keyinfo .assignment-action button {
        display: block;
        margin: 0 auto; }
    .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .assignment-keyinfo .task-actions {
      float: right; }
    .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .assignment-keyinfo .task-grade {
      float: left; }
    .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .assignment-keyinfo .assignment-grade {
      float: left;
      margin-left: 2em; }
    .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .assignment-keyinfo .task-info {
      float: right; }
    .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .assignment-keyinfo .assignment-date {
      float: right;
      width: 30%; }
    .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .task-link span {
      margin-left: 1.3em;
      padding: .3em;
      border-radius: .3em;
      -webkit-border-radius: .3em;
      -moz-border-radius: .3em; }
      .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .task-link span.visited-no {
        background: #F24C03;
        color: #FFFFFF; }
      .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .task-link span.visited-yes {
        background: #A8DE25;
        color: #000000; }
    .module.studentTabs #Tab-Content .tab-item-content-container #assignmentWrapper .task-link .clickable-task-link {
      color: #009DB9;
      cursor: pointer;
      margin-left: 0;
      padding: 0; }
  .module.studentTabs #Tab-Content .tab-item-content-container .item-list {
    margin-bottom: 1em; }
  .module.studentTabs #Tab-Content .tab-item-content-container .item-list > ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .module.studentTabs #Tab-Content .tab-item-content-container .item-list > ul:first-child {
    margin-top: 1em; }
  .module.studentTabs #Tab-Content .tab-item-content-container .item-list > ul > li {
    float: left;
    width: 100%;
    height: auto; }
  .module.studentTabs #Tab-Content .tab-item-content-container .item-list > ul > li:first-child {
    margin-bottom: 0; }
  .module.studentTabs #Tab-Content .tab-item-content-container .item-list > ul > li > a {
    float: left;
    width: 100%;
    border: 0.1em solid;
    padding: 0.6em 1em;
    background: url("../../images/2013/dashboardArrow.png") no-repeat scroll 98% center;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    -webkit-background-clip: padding-box;
    background-size: 1.425em 1.425em;
    color: #000;
    font-family: Kameron;
    text-decoration: none;
    transition: border 0.3s;
    -webkit-transition: border 0.3s;
    -moz-transition: border 0.3s; }
  .module.studentTabs #Tab-Content .tab-item-content-container .item-list > ul > li > a > img {
    margin: 0 .5em 0 0; }
  .module.studentTabs #Tab-Content .tab-item-content-container .item-list > ul > li:first-child > a {
    border-bottom: none; }
  .module.studentTabs #Tab-Content .tab-item-content-container .item-list > ul > li:hover a {
    border-color: #a8de25; }

/* .module.studentTabs #Tab-Content .tab-item-content-container */
.tableGrid {
  /* .pagination */
  /* table */ }
  .tableGrid .pagination .links {
    text-align: right;
    padding-right: 2em; }
  .tableGrid table {
    float: left;
    width: 100%;
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    -webkit-background-clip: padding-box;
    overflow: hidden;
    /* tr */ }
    .tableGrid table tr {
      /* th */
      /* td */ }
      .tableGrid table tr th {
        background: #686868;
        font-weight: normal;
        color: #fff;
        font-family: Kameron;
        font-size: 1.063em;
        padding: .35em 0; }
        .tableGrid table tr th:first-child {
          padding-left: 2em; }
        .tableGrid table tr th a {
          color: #FFFFFF; }
      .tableGrid table tr td {
        padding: .75em 0;
        color: #2b2b2b;
        font-size: .934em; }
        .tableGrid table tr td:first-child {
          padding-left: 2em; }
      .tableGrid table tr.table-row td {
        background: #fff;
        border-bottom: 1px solid #cecece; }
      .tableGrid table tr.table-alt-row td {
        background: #f5f5f5;
        border-bottom: 1px solid #cecece; }

/* tableGrid */
#ATools {
  display: none; }

#ATools a {
  cursor: pointer; }

.tooltip-id {
  background: #000000;
  font-size: .8em;
  padding: .5em;
  color: #FFFFFF; }

/*
The following styles were imported from the official qtip css
but since been modified by Mindscape
*/
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0; }

.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word; }
  .qtip-content p {
    margin: 1em 0 0 0; }
  .qtip-content p:first-child {
    margin-top: 0; }

.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold; }

.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important; }

/* Default close button class */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  cursor: pointer;
  outline: medium none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent; }

.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px; }

* html .qtip-titlebar .qtip-close {
  top: 16px; }

/* IE fix */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr; }

.qtip-icon, .qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none; }

.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma,sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em; }

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
.qtip-default {
  border-width: 2px;
  border-style: solid;
  border-color: #1ecad9;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #fff;
  color: #686868;
  box-shadow: 0px 0px 13px #074d59;
  -webkit-box-shadow: 0px 0px 13px #074d59;
  -moz-box-shadow: 0px 0px 13px #074d59; }

.qtip-default .qtip-titlebar {
  background-color: #FFEF93; }

.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777; }

.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111; }

img.tooltip {
  display: none;
  float: left;
  margin: 0 0 0 .5em; }

body#Educator img.tooltip {
  display: inline;
  float: none; }

body#Educator th img.tooltip {
  display: block; }

#processingModal .modal-dialog {
  margin-top: 50%; }

.fullWidth {
  width: 100%; }

.centerText {
  text-align: center; }

.gradingHeader {
  font-size: 1.2em; }

.noBorder {
  border: none; }

#grading-console {
  font-size: .9em;
  float: left;
  width: 100%;
  height: 50em; }
  #grading-console h3 {
    font-family: Open Sans, sans-serif; }
  #grading-console .popover {
    max-width: 40em;
    width: auto;
    background-color: #f0f0f0; }
  #grading-console .popover-title {
    z-index: 2;
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
    font-family: Open Sans, sans-serif;
    font-weight: bold; }
  #grading-console #grading-console-left-panel {
    float: left;
    width: 70%;
    padding: 1em 0em 1em 1em; }
    #grading-console #grading-console-left-panel #grading-console-assignment-detail-panel {
      float: left;
      width: 100%;
      height: 17.5em; }
      #grading-console #grading-console-left-panel #grading-console-assignment-detail-panel .displayContainerLeft {
        margin-top: 1em;
        float: left;
        width: 30%; }
      #grading-console #grading-console-left-panel #grading-console-assignment-detail-panel .displayContainerMiddle {
        float: left;
        width: 30%;
        margin-top: 1em;
        padding-left: .5em; }
      #grading-console #grading-console-left-panel #grading-console-assignment-detail-panel .displayContainerRight {
        float: left;
        width: 40%;
        padding-left: .5em;
        margin-top: 1em; }
        #grading-console #grading-console-left-panel #grading-console-assignment-detail-panel .displayContainerRight .taskNavigationButtons {
          float: left;
          width: 100%;
          text-align: right;
          margin-bottom: 1em; }
        #grading-console #grading-console-left-panel #grading-console-assignment-detail-panel .displayContainerRight .taskNavigationStatus {
          float: right;
          width: 90%; }
        #grading-console #grading-console-left-panel #grading-console-assignment-detail-panel .displayContainerRight .taskNavigationDropdown {
          float: left;
          width: 100%;
          margin-top: 1em;
          text-align: right; }
          #grading-console #grading-console-left-panel #grading-console-assignment-detail-panel .displayContainerRight .taskNavigationDropdown select {
            width: 18em; }
    #grading-console #grading-console-left-panel #grading-console-task-panel {
      float: left;
      width: 100%;
      height: 32.5em; }
      #grading-console #grading-console-left-panel #grading-console-task-panel #assignment-score-buttons {
        text-align: center; }
  #grading-console #grading-console-right-panel {
    float: left;
    width: 30%;
    padding: 1em 1em 1em 1em; }
    #grading-console #grading-console-right-panel #grading-console-assignment-overview-panel {
      float: left;
      width: 100%;
      height: 17.5em; }
      #grading-console #grading-console-right-panel #grading-console-assignment-overview-panel .infoGroup label {
        width: 100%;
        font-size: .8;
        margin-bottom: 0;
        overflow-x: hidden;
        overflow-y: hidden; }
      #grading-console #grading-console-right-panel #grading-console-assignment-overview-panel .infoGroup .description {
        width: 100%;
        margin-top: -.5em;
        margin-bottom: .2em;
        font-size: .8;
        padding-left: 1em;
        height: 1.4em;
        text-overflow: ellipsis;
        overflow-x: hidden;
        overflow-y: hidden; }
    #grading-console #grading-console-right-panel #grading-console-student-panel {
      float: left;
      width: 100%;
      height: 32.5em; }
      #grading-console #grading-console-right-panel #grading-console-student-panel #student-list-container {
        padding: 0;
        overflow: scroll;
        height: 25em; }
.modal label {
	margin-bottom: 0;
}
.awesome_builder{
    float:right!important;
    
}
.awesome_builder a{
    color:#a8de25!important;
    font-size: 24px!important;
}
a.advancedSearch {
    color:#a8de25!important;
}
a.advancedSearch:hover{
    background:#f24c03!important;
    color:#ffffff!important;
}
table.interiorTable
{
	margin-bottom: 0;
}
img[width],
img[height] {
    max-width: 90% !important;
		max-height: auto;
		min-width: 300px;
		height:auto;
}
.teacherImage p img
{
	min-width: 2em !important;
}