@font-face {
  font-family: City;
  font-weight: normal;
  font-style: normal;
  src: url("fonts/City-BoldItalic.eot");
  src: url("fonts/City-BoldItalic-.eot#iefix") format("embedded-opentype"), url("fonts/City-BoldItalic.woff") format("woff"), url("fonts/City-BoldItalic.ttf.html") format("truetype"), url("fonts/City-BoldItalic.svg#City") format("svg"); }
@font-face {
  font-family: Gotham;
  font-weight: normal;
  font-style: normal;
  src: url("fonts/gotham/Gotham-Medium.eot");
  src: url("fonts/gotham/Gotham-Medium-.eot#iefix") format("embedded-opentype"), url("fonts/gotham/Gotham-Medium.woff") format("woff"), url("fonts/gotham/Gotham-Medium.ttf") format("truetype"), url("fonts/gotham/Gotham-Medium.svg#Gotham") format("svg"); }
button,
input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none; }
  button:hover,
  input[type="submit"]:hover {
    background-color: #d9d9d9;
    color: white; }
  button:disabled,
  input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #333;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", serif;
  line-height: 1.25;
  margin: 0;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 2.25em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.75em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.25em; }

h6 {
  font-size: 1.125em; }

p {
  margin: 0 0 0.75em; }

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: white;
  text-decoration: none; }
  a:hover {
    color: #d9d9d9; }
  a:active, a:focus {
    color: #d9d9d9;
    outline: none; }

hr {
  border-bottom: 1px solid #dcdcdc;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

blockquote {
  border-left: 2px solid #dcdcdc;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em; }

cite {
  color: #737373;
  font-style: italic; }
  cite:before {
    content: "\2014 \00A0"; }

fieldset {
  background: #f6f6f6;
  border: 1px solid #dcdcdc;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 1em; }

label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%; }
  textarea:hover,
  input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
  select[multiple=multiple]:hover {
    border-color: #c3c3c3; }
  textarea:focus,
  input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
  select[multiple=multiple]:focus {
    border-color: white;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(242, 242, 242, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b6b6b6;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #dcdcdc;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  font: bold 0.875em "Roboto Slab", serif;
  text-align: center;
  border-radius: 0;
  text-transform: uppercase;
  margin: auto;
  display: block;
  background-color: #970303;
  background-image: -webkit-linear-gradient(bottom, #970303 0%, #d71212 80%);
  background-image: linear-gradient(to top,#970303 0%, #d71212 80%); }

.floatLeft {
  float: left; }

.floatRight {
  float: right; }

a {
  outline: 0 !important; }

.rel {
  position: relative; }

.abs {
  position: absolute; }

.autoMargin {
  margin: auto; }

.bold {
  font-weight: bold; }

.underlined {
  text-decoration: underline; }

.italic {
  font-style: italic; }

.center {
  text-align: center; }

.uppercase {
  text-transform: uppercase; }

.hundred {
  width: 100%; }

.pointer {
  cursor: pointer; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.clear {
  clear: both; }

@font-face {
  font-family: "GothamNarrow-Book";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/gotham/GothamNarrow-Book.eot");
  src: url("fonts/gotham/GothamNarrow-Book-.eot#iefix") format("embedded-opentype"), url("fonts/gotham/GothamNarrow-Book.woff") format("woff"), url("fonts/gotham/GothamNarrow-Book.ttf") format("truetype"), url("fonts/gotham/GothamNarrow-Book.svg#GothamNarrow-Book") format("svg"); }
.magenta {
  color: #ec164f; }

.lesson-1 {
  font-family: GothamNarrow-Book; }
  .lesson-1 .essay {
    width: 787px;
    margin: auto;
    font-size: 13px;
    padding-bottom: 100px; }
    .lesson-1 .essay #left-col.col {
      width: auto;
      position: relative;
      z-index: 2; }
    .lesson-1 .essay .col {
      width: 194px;
      padding: 0 13px 0 10px; }
      .lesson-1 .essay .col p {
        text-indent: 15px; }
    .lesson-1 .essay .col-1 {
      padding-left: 33px;
      padding: 0 39px  0 33px;
      border-right: 1px #3b81b3 dashed; }
    .lesson-1 .essay .col-2 {
      width: 222px;
      padding-right: 0;
      padding: 0 0 0 30px; }
      .lesson-1 .essay .col-2:first-child {
        width: 120px; }
      .lesson-1 .essay .col-2 p:first-child {
        width: 120px; }
    .lesson-1 .essay .col-3 {
      border-left: 1px #3b81b3 dashed;
      padding-left: 33px; }
    .lesson-1 .essay .intro-letter {
      color: #d0a00e;
      font-size: 68px;
      line-height: 100%;
      margin: -11px 8px -11px 0; }
    .lesson-1 .essay header.hdr-essay {
      width: 469px;
      height: 168px;
      padding: 20px 8px 12px 10px;
      margin-bottom: 20px;
      background: url("../images/hdr-lesson-1.jpg") no-repeat right center #00a6e9; }
      .lesson-1 .essay header.hdr-essay .title {
        color: white;
        font-size: 35px;
        line-height: 110%; }
      .lesson-1 .essay header.hdr-essay .subtitle {
        color: #c6eafa;
        padding-top: 12px;
        font-size: 16px; }
        .lesson-1 .essay header.hdr-essay .subtitle .author-of {
          font-size: 60%; line-height:1.2em; }
  .lesson-1 .gap {
    height: 110px; }
  .lesson-1 .highlight {
    cursor: pointer; }
  .lesson-1 .vocab {
    background: rgba(227, 183, 0, 0.7); }
  .lesson-1 .discussion {
    background: rgba(135, 214, 245, 0.7); }
  .lesson-1 .excerpt {
    width: 452px;
    border: 1px #3b81b3 dashed;
    background: white;
    border-right-width: 0;
    border-left-width: 0;
    font-size: 21px;
    top: 356px;
    padding-top: 5px;
    right: 31px;
    z-index: 4; }
    .lesson-1 .excerpt .gold-quote {
      width: 36px;
      height: 33px;
      margin-top: -10px;
      background: url("../images/quote.jpg") no-repeat 0 0 ; }
  .lesson-1 .slide-bg {
    width: 385px;
    height: 294px;
    background: url("../images/bg-slide.png") no-repeat 0 0 ;
    right: 0px;
    bottom: 0px; }
  .lesson-1 .pop {
    overflow: hidden;
    padding-left: 51px;
    z-index: 20; }
    .lesson-1 .pop .pop-content {
      height: 214px;
      width: 214px;
      border: 3px solid white;
      border-left-width: 0; }
      .lesson-1 .pop .pop-content .word-content {
        padding-right: 5px; }
    .lesson-1 .pop .point {
      width: 0;
      height: 0;
      position: absolute;
      border-top: 110px solid rgba(255, 255, 255, 0);
      border-bottom: 110px solid rgba(255, 255, 255, 0);
      border-right: 51px solid white;
      -moz-transform: scale(0.9999);
      top: -3px;
      left: -51px; }
    .lesson-1 .pop .inner-point {
      top: 0;
      left: -43px; }
    .lesson-1 .pop .vocab-pop {
      background: #e3b700; }
      .lesson-1 .pop .vocab-pop .inner-point {
        width: 0;
        height: 0;
        position: absolute;
        border-top: 107px solid rgba(255, 255, 255, 0);
        border-bottom: 107px solid rgba(255, 255, 255, 0);
        border-right: 43px solid #e3b700;
        -moz-transform: scale(0.9999); }
    .lesson-1 .pop .discussion-pop {
      background: #86d5f4; }
      .lesson-1 .pop .discussion-pop .inner-point {
        width: 0;
        height: 0;
        position: absolute;
        border-top: 107px solid rgba(255, 255, 255, 0);
        border-bottom: 107px solid rgba(255, 255, 255, 0);
        border-right: 43px solid #86d5f4;
        -moz-transform: scale(0.9999); }

.lesson-2 .inner-container {
  padding-bottom: 50px; }
.lesson-2 #tracker {
  margin-bottom: 20px !important; }
.lesson-2 .quiz-display, .lesson-2 .study-display {
  display: none; }
.lesson-2 .quiz .quiz-display {
  display: block; }
.lesson-2 #quiz-btn-hold button {
  margin: auto !important;
  width: 200px; }
.lesson-2 .study .study-display {
  display: block; }
.lesson-2 #submit-quiz.inactive {
  cursor: default;
  background: #dcdcdc; }
.lesson-2 button {
  width: 124px;
  position: relative;
  z-index: 3; }
  .lesson-2 button:first-child {
    margin: 0 0 5px 0; }
.lesson-2 button.inactive {
  background-color: #424242;
  background-image: -webkit-linear-gradient(bottom, #424242 0%, #b2b2b2 100%);
  background-image: linear-gradient(to top,#424242 0%, #b2b2b2 100%); }
.lesson-2 .card-holder {
  width: 810px; }
  .lesson-2 .card-holder .card {
    width: 90px; }
    .lesson-2 .card-holder .card .card-status {
      overflow: hidden; }
      .lesson-2 .card-holder .card .card-status .x {
        position: absolute;
        width: 100%;
        color: rgba(255, 0, 0, 0.5);
        line-height: 64%;
        font-size: 121px;
        top: 0; }
    .lesson-2 .card-holder .card .card-num {
      border: 4px solid #bec0c2;
      background: #bec0c2;
      width: 60px;
      padding: 14px 0;
      color: white; }
    .lesson-2 .card-holder .card .card-word {
      font-size: 10px; }
  .lesson-2 .card-holder .card.active .card-num, .lesson-2 .card-holder .card.answered .card-num {
    border-color: #00a6e9;
    background: #00a6e9; }
  .lesson-2 .card-holder .card.active .card-num {
    background: white;
    color: #00a6e9; }
.lesson-2 .card-container {
  width: 810px;
  margin-top: 34px;
  font-size: 0.875em;
  color: #00a6e9; }
  .lesson-2 .card-container .arrow {
    top: 179px; }
  .lesson-2 .card-container .left-arrow {
    width: 0;
    height: 0;
    position: absolute;
    border-top: 25px solid rgba(255, 255, 255, 0);
    border-bottom: 25px solid rgba(255, 255, 255, 0);
    border-right: 25px solid #00a6e9;
    -moz-transform: scale(0.9999); }
  .lesson-2 .card-container .right-arrow {
    right: 0;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 25px solid rgba(255, 255, 255, 0);
    border-bottom: 25px solid rgba(255, 255, 255, 0);
    border-left: 25px solid #00a6e9;
    -moz-transform: scale(0.9999); }
  .lesson-2 .card-container .arrow-text {
    margin: 14px 0 0 38px; }
  .lesson-2 .card-container #previous {
    left: 0;
    display: none; }
  .lesson-2 .card-container #next {
    right: 0; }
    .lesson-2 .card-container #next .arrow-text {
      margin: 14px 38px 0 0; }
  .lesson-2 .card-container #flip {
    padding: 45px 0 0;
    background: url("../images/btn_flip.png") no-repeat center top ;
    top: 175px;
    left: 618px; }
  .lesson-2 .card-container .flip-card.active {
    display: block; }
  .lesson-2 .card-container .flip-card {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
    width: 280px;
    height: 387px;
    display: none; }
    .lesson-2 .card-container .flip-card .flipper.transform-me {
      -webkit-transform: rotateY(180deg);
      -moz-transform: rotateY(180deg);
      -ms-transform: rotateY(180deg);
      -o-transform: rotateY(180deg);
      transform: rotateY(180deg); }
    .lesson-2 .card-container .flip-card .flipper.transform-ie .card-front, .lesson-2 .card-container .flip-card .flipper.transform-ie .card-back {
      transform: none; }
    .lesson-2 .card-container .flip-card .flipper.transform-ie .card-front {
      display: none; }
    .lesson-2 .card-container .flip-card .flipper.transform-ie .card-back {
      display: block; }
    .lesson-2 .card-container .flip-card .flipper, .lesson-2 .card-container .flip-card .card-front, .lesson-2 .card-container .flip-card .card-back {
      width: 100%;
      height: 100%; }
    .lesson-2 .card-container .flip-card .flipper {
      -webkit-transition-duration: 0.6s;
      -moz-transition-duration: 0.6s;
      transition-duration: 0.6s;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      -o-transform-style: preserve-3d;
      transform-style: preserve-3d;
      color: white;
      font-family: Gotham; }
      .lesson-2 .card-container .flip-card .flipper header {
        font: bold 1.56em City;
        background: #00a6e9; }
      .lesson-2 .card-container .flip-card .flipper footer {
        bottom: 0;
        text-align: right; }
      .lesson-2 .card-container .flip-card .flipper .card-front, .lesson-2 .card-container .flip-card .flipper .card-back {
        border: 7px solid #e12a22;
        height: 99%;
        width: 99%;
        height: -webkit-calc(100% - 14px);
        height: calc(100% - 14px);
        width: -webkit-calc(100% - 14px);
        width: calc(100% - 14px);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        position: absolute;
        top: 0;
        left: 0; }
        .lesson-2 .card-container .flip-card .flipper .card-front .player-card, .lesson-2 .card-container .flip-card .flipper .card-back .player-card {
          border: 5px solid white;
          height: 99%;
          height: -webkit-calc(100% - 10px);
          height: calc(100% - 10px);
          /*overflow: hidden;*/ }
          .lesson-2 .card-container .flip-card .flipper .card-front .player-card .player-image, .lesson-2 .card-container .flip-card .flipper .card-back .player-card .player-image {
            background: url("../images/card-3.png") no-repeat center center ; }
      .lesson-2 .card-container .flip-card .flipper .card-front {
        z-index: 2;
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg); }
        .lesson-2 .card-container .flip-card .flipper .card-front .player-card {
          overflow: hidden;
          background: url("../images/card-grad.png") no-repeat 0 0 ; }
          .lesson-2 .card-container .flip-card .flipper .card-front .player-card .transback {
            height: 100%;
            opacity: 0.2;
            bottom: 0;
            background: url("../images/card-3.png") no-repeat -153px -52px; }
          .lesson-2 .card-container .flip-card .flipper .card-front .player-card .player-image {
            right: 0;
            top: 0;
            width: 205px;
            height: 100%;
            background: url("../images/card-3.png") no-repeat left top;
            background-size: 147%; }
          .lesson-2 .card-container .flip-card .flipper .card-front .player-card header.front-header {
            width: 186px;
            height: 45px;
            margin-top: 20px;
            z-index: 1; }
            .lesson-2 .card-container .flip-card .flipper .card-front .player-card header.front-header .banner-pad {
              padding-top: 10px; }

            .lesson-2 .card-container .flip-card .flipper .card-front .player-card header.front-header .banner-right {
              top: 0;
              right: -24px;
              width: 0;
              height: 0;
              position: absolute;
              border-top: 0 solid rgba(255, 255, 255, 0);
              border-bottom: 45px solid rgba(255, 255, 255, 0);
              border-left: 24px solid #00a6e9;
              -moz-transform: scale(0.9999); }
            .lesson-2 .card-container .flip-card .flipper .card-front .player-card header.front-header .banner-bottom {
              bottom: -8px;
              width: 0;
              height: 0;
              position: absolute;
              border-top: 0 solid rgba(255, 255, 255, 0);
              border-bottom: 8px solid rgba(255, 255, 255, 0);
              border-left: 182px solid #00384e;
              -moz-transform: scale(0.9999); }
          .lesson-2 .card-container .flip-card .flipper .card-front .player-card footer.front-footer {
            bottom: 48px;
            right: 0; }
            .lesson-2 .card-container .flip-card .flipper .card-front .player-card footer.front-footer .banner-footer {
              width: 170px;
              height: 40px;
              background: #00a6e9;
              font-size: 11px; }
              .lesson-2 .card-container .flip-card .flipper .card-front .player-card footer.front-footer .banner-footer .banner-pad {
                padding: 4px 6px 0 0; }
                .lesson-2 .card-container .flip-card .flipper .card-front .player-card footer.front-footer .banner-footer .banner-pad .player-name {
                  font-size: 15px;
                  line-height: 100%; }
              .lesson-2 .card-container .flip-card .flipper .card-front .player-card footer.front-footer .banner-footer .banner-right {
                top: 0;
                left: -36px;
                width: 0;
                height: 0;
                position: absolute;
                border-top: 0 solid rgba(255, 255, 255, 0);
                border-bottom: 40px solid rgba(255, 255, 255, 0);
                border-right: 36px solid #00a6e9;
                -moz-transform: scale(0.9999);
                -webkit-transform: rotateX(180deg);
                -moz-transform: rotateX(180deg);
                -ms-transform: rotateX(180deg);
                -o-transform: rotateX(180deg);
                transform: rotateX(180deg); }
              .lesson-2 .card-container .flip-card .flipper .card-front .player-card footer.front-footer .banner-footer .banner-bottom {
                right: 0;
                bottom: -7px;
                width: 0;
                height: 0;
                position: absolute;
                border-top: 0 solid rgba(255, 255, 255, 0);
                border-bottom: 7px solid rgba(255, 255, 255, 0);
                border-right: 188px solid #00384e;
                -moz-transform: scale(0.9999); }
      .lesson-2 .card-container .flip-card .flipper .card-back {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg); }
        .lesson-2 .card-container .flip-card .flipper .card-back header.back-header {
          padding: 13px 0;
          font-size: 2em; }
        .lesson-2 .card-container .flip-card .flipper .card-back .definition {
          color: #00a6e9;
          font-size: 16px;
          padding: 22px 16px 0;
          font-weight: normal; }
        .lesson-2 .card-container .flip-card .flipper .card-back .questions {
          display: none;
          font-size: 11.5px;
          padding: 0 20px;
          color: black;
          line-height: 100%;
          z-index: 10; }
          .lesson-2 .card-container .flip-card .flipper .card-back .questions .answer-status {
            padding: 18px 0;
            font-size: 18px; }
        .lesson-2 .card-container .flip-card .flipper .card-back footer.back-footer {
          background: #e12a22;
          padding: 15px 0; }
          .lesson-2 .card-container .flip-card .flipper .card-back footer.back-footer .player-name, .lesson-2 .card-container .flip-card .flipper .card-back footer.back-footer .player-team {
            margin-right: 17px;
            font-size: 18px; }
          .lesson-2 .card-container .flip-card .flipper .card-back footer.back-footer .player-team {
            font-size: 10px; }
          .lesson-2 .card-container .flip-card .flipper .card-back footer.back-footer .player-image {
            width: 75px;
            height: 220px;
            bottom: 2px;
            background-position: left bottom;
            background-size: 100%; }
  .lesson-2 .card-container #flipper-1 .card-front .transback {
    background-position: -49px -123px; }
  .lesson-2 .card-container #flipper-1 .card-front .player-image {
    background-position: left -7px;
    background-size: 114%; }
  .lesson-2 .card-container #flipper-1 .card-back .player-image {
    left: 20px; }
  .lesson-2 .card-container #flipper-2 .card-front .transback {
    background-position: -11px 0px;
    background-size: 153%; }
  .lesson-2 .card-container #flipper-2 .card-front .player-image {
    background-position: -50px 70px;
    background-size: 106%;
    left: 14px;
    width: 340px; }
  .lesson-2 .card-container #flipper-2 .card-back .player-image {
    bottom: -6px;
    left: 0px;
    width: 175px;
	}

  .lesson-2 .card-container #flipper-3 .card-front .transback {
    background-position: -395px -67px; }
  .lesson-2 .card-container #flipper-3 .card-front .player-image {
    width: 304px;
    background-position: -65px 30px;
    background-size: 122%; }
  .lesson-2 .card-container #flipper-3 .card-back .player-image {
    width: 150px;
    left: 0px; 
    background-size: 115%;
    background-position: -40px 49px;
}
  .lesson-2 .card-container #flipper-4 .card-front .transback {
    background-size: 144%;
    background-position: 100px -17px; }
  .lesson-2 .card-container #flipper-4 .card-front .player-image {
    right: 98px;
    background-size: 104%;
    background-position: 25px 70px;
    width: 230px; }
  .lesson-2 .card-container #flipper-4 .card-back .player-image {
    width: 121px;
    height: 209px;
    bottom: 0px; }
  .lesson-2 .card-container #flipper-5 .card-front .transback {
    background-position: -49px -34px; 
    background-size: 213%;
}
  .lesson-2 .card-container #flipper-5 .card-front .player-image {
    right: 6px;
    top: 66px;
    width: 318px;
    background-size: 109%; }
  .lesson-2 .card-container #flipper-5 .card-back .player-image {
    width: 107px;
    left: 1px; }
  .lesson-2 .card-container #flipper-6 .card-front .transback {
    background-position: -56px -140px; 
    background-size: 179%;
}
  .lesson-2 .card-container #flipper-6 .card-front .player-image {
    background-position: -30px 16px;
    background-size: 115%; 
    width: 300px;
}
  .lesson-2 .card-container #flipper-6 .card-back .player-image {
    width: 121px;
    bottom: -0; 
    left: -10px;
}
	.lesson-2 .card-container #flipper-7 .card-front .player-image {
    background-position: -52px 55px;
    background-size: 106%;
	width:305px; }
  .lesson-2 .card-container #flipper-7 .card-front .transback {
    background-size: 162%;
    background-position: -60px -10px; }
  .lesson-2 .card-container #flipper-7 .card-back .player-image {
    width: 123px;
    left: 8px; }
  .lesson-2 .card-container #flipper-8 .card-front .transback {
    background-position: -51px -66px; 
    background-size: 175%;
}
  .lesson-2 .card-container #flipper-8 .card-front .player-image {
    background-size: 119%;
    background-position: -77px 45px;
    right: 0; 
    width: 300px;
}
  .lesson-2 .card-container #flipper-8 .card-back .player-image {
    width: 113px;
    left: 7px; }
  .lesson-2 .card-container #flipper-9 .card-front .transback {
    background-position: -151px -63px; 
    background-size: 170%;
}
  .lesson-2 .card-container #flipper-9 .card-front .player-image {
    width: 333px;
    background-position: -12px 61px;
    background-size: 95%; }
  .lesson-2 .card-container #flipper-9 .card-back .player-image {
    width: 92px; }
.lesson-2 .text-modes {
  font-size: 14px;
  padding: 14px 0; }
.lesson-2 input[type="radio"] {
  display: none; }
.lesson-2 input[type="radio"] + label {
  font-size: 10px;
  margin-top: 13px; }
.lesson-2 input[type="radio"] + label span {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%; }
.lesson-2 input[type="radio"] + label span {
  background-color: #bec0c2; }
.lesson-2 input[type="radio"]:checked + label span {
  background-color: #00a6e9; }
.lesson-2 input[type="radio"] + label span,
.lesson-2 input[type="radio"]:checked + label span {
  -webkit-transition: background-color 0.4s linear;
  -moz-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear; }
.lesson-2 .check {
  color: green;
  position: absolute;
  left: -15px;
  top: 0; }

body {
  background: url("../images/bg.jpg"); }

.roboto {
  font-family: "Roboto Slab", serif; }

.tahoma {
  font-family: Tahoma, Verdana, Segoe, sans-serif; }

.arrowed:after {
  content: "\25B6"; }

.block {
  display: block; }

#interactiveWrapper {
  width: 900px;
  padding-bottom: 101px; }
  #interactiveWrapper header.main-head {
    width: 920px;
    left: -10px; }
    #interactiveWrapper header.main-head nav.main-nav {
      background: #dcdcdc; }
      #interactiveWrapper header.main-head nav.main-nav .corner-shadow {
        width: 0;
        height: 0;
        position: absolute;
        border-right: 7px solid rgba(255, 255, 255, 0);
        border-left: 7px solid rgba(255, 255, 255, 0);
        border-bottom: 7px solid #401504;
        -moz-transform: scale(0.9999);
        bottom: -6px;
        -webkit-transform: rotate(51deg);
        -moz-transform: rotate(51deg);
        -ms-transform: rotate(51deg);
        -o-transform: rotate(51deg);
        transform: rotate(51deg); }
      #interactiveWrapper header.main-head nav.main-nav #right-shadow {
        width: 0;
        height: 0;
        position: absolute;
        border-right: 7px solid rgba(255, 255, 255, 0);
        border-left: 7px solid rgba(255, 255, 255, 0);
        border-bottom: 7px solid #353535;
        -moz-transform: scale(0.9999);
        -webkit-transform: rotate(-51deg);
        -moz-transform: rotate(-51deg);
        -ms-transform: rotate(-51deg);
        -o-transform: rotate(-51deg);
        transform: rotate(-51deg);
        right: 0; }
      #interactiveWrapper header.main-head nav.main-nav .nav-item {
        padding: 20px 40px 20px 45px; }
        #interactiveWrapper header.main-head nav.main-nav .nav-item:first-child {
          padding-top: 15px;
          background: #e12a22;
          color: white;
          width: 480px; }
          #interactiveWrapper header.main-head nav.main-nav .nav-item:first-child .right-arrow {
            width: 0;
            height: 0;
            position: absolute;
            border-top: 57px solid rgba(255, 255, 255, 0);
            border-bottom: 57px solid rgba(255, 255, 255, 0);
            border-left: 29px solid #e12a22;
            -moz-transform: scale(0.9999);
            top: 0;
            right: -29px; }
          #interactiveWrapper header.main-head nav.main-nav .nav-item:first-child a {
            font-size: 0.8em;
            text-decoration: underline; }
        #interactiveWrapper header.main-head nav.main-nav .nav-item ul.lesson-list a {
          color: #333; }
          #interactiveWrapper header.main-head nav.main-nav .nav-item ul.lesson-list a:hover {
            text-decoration: underline; }
        #interactiveWrapper header.main-head nav.main-nav .nav-item ul.lesson-list a.active-lesson {
          font-weight: bold; }
        #interactiveWrapper header.main-head nav.main-nav .nav-item #lessons-home {
          width: 112px;
          padding: 12px 0;
          margin-left: 40px;
          background-color: #3b3b3b;
          background-image: -webkit-linear-gradient(bottom, #3b3b3b 0%, #686868 100%);
          background-image: linear-gradient(to top,#3b3b3b 0%, #686868 100%); }
          #interactiveWrapper header.main-head nav.main-nav .nav-item #lessons-home h5 {
            line-height: 1.15;
            font-size: 19px; }
  #interactiveWrapper .inner-container {
    background: white;
    border: 14px solid #00a6e9;
    border-bottom: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding-top: 150px;
    min-height: 300px; }
    #interactiveWrapper .inner-container .lesson-intro-text {
      color: #e12a22;
      font-size: 16px;
      font-weight: bold;
      width: 596px;
      margin: auto;
      margin-bottom: 20px;
      text-align: center; }

.lesson-3 #topic-print {
  display: none; }
.lesson-3 nav.step-nav {
  width: 406px; }
  .lesson-3 nav.step-nav .step {
    width: 64px;
    height: 64px;
    color: #00a6e9; }
    .lesson-3 nav.step-nav .step #home-base {
      width: 57px;
      height: 57px;
      z-index: 2;
      top: 8px;
      background: url("../images/step-4.png") no-repeat 0 0 ; }
    .lesson-3 nav.step-nav .step .diamond {
      position: absolute;
      height: 30px;
      width: 30px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      border: 6px solid #f5f5f5;
      top: 12px;
      left: 11px; }
      .lesson-3 nav.step-nav .step .diamond .inner-diamond {
        width: 99%;
        height: 99%;
        width: -webkit-calc(100% - 6px);
        width: calc(100% - 6px);
        height: -webkit-calc(100% - 6px);
        height: calc(100% - 6px);
        border: 3px solid #00a6e9;
        background: white; }
    .lesson-3 nav.step-nav .step .num {
      padding-top: 19px; }
  .lesson-3 nav.step-nav .step.past {
    color: white; }
    .lesson-3 nav.step-nav .step.past .inner-diamond {
      background: #00a6e9; }
    .lesson-3 nav.step-nav .step.past #pentagon-blue {
      z-index: 8;
      border-color: #00a6e9 transparent; }
      .lesson-3 nav.step-nav .step.past #pentagon-blue:before {
        border-color: transparent transparent #00a6e9; }
  .lesson-3 nav.step-nav .step.active .diamond {
    height: 40px;
    width: 40px;
    z-index: 10;
    top: 8px;
    left: 5px; }
  .lesson-3 nav.step-nav .step.active .num {
    z-index: 11; }
  .lesson-3 nav.step-nav .step.active #home-base {
    background-size: 100%;
    width: 100%; }
  .lesson-3 nav.step-nav #step-4 .num {
    top: -59px;
    left: -1px; }
  .lesson-3 nav.step-nav .step-connect {
    width: 40px;
    padding: 3px 0;
    background: #f5f5f5;
    margin: 29px -11px 0;
    z-index: 2; }
    .lesson-3 nav.step-nav .step-connect .connect {
      height: 2px; }
  .lesson-3 nav.step-nav .connect.past {
    background: #00a6e9; }
  .lesson-3 nav.step-nav h5.next {
    margin: 11px 0 0 20px;
    color: #00a6e9; }
  .lesson-3 nav.step-nav .pentagon {
    position: absolute;
    border-style: solid; }
    .lesson-3 nav.step-nav .pentagon:before {
      content: "";
      position: absolute;
      height: 0;
      width: 0;
      border-style: solid; }
  .lesson-3 nav.step-nav #pentagon {
    top: 12px;
    width: 55px;
    border-width: 25px 0 0;
    border-color: #f5f5f5 rgba(255, 255, 255, 0); }
    .lesson-3 nav.step-nav #pentagon:before {
      top: -49px;
      left: -1px;
      border-width: 0 28px 25px;
      border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #f5f5f5; }
  .lesson-3 nav.step-nav #pentagon-blue {
    left: 8px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 16px;
    width: 46px;
    border-width: 22px 0 0;
    border-color: white rgba(255, 255, 255, 0); }
    .lesson-3 nav.step-nav #pentagon-blue:before {
      top: -40px;
      left: 0;
      border-width: 0 22px 18px;
      border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) white; }
  .lesson-3 nav.step-nav #pentagon-white {
    left: 5px;
    top: -30px;
    width: 35px;
    border-width: 19px 0 0;
    border-color: white rgba(255, 255, 255, 0); }
    .lesson-3 nav.step-nav #pentagon-white:before {
      top: -37px;
      left: 0;
      border-width: 0 22px 18px;
      border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) white; }
.lesson-3 .activity-step {
  overflow: auto; }
  .lesson-3 .activity-step header {
    margin: 20px 40px; }
  .lesson-3 .activity-step .activity-inner {
    padding: 30px 35px 10px 40px;
    min-height: 355px;
    background: #e7e7e7;
    color: #00a6e9; }
    .lesson-3 .activity-step .activity-inner label {
      float: left;
      margin: 7px 0 0 20px; }
    .lesson-3 .activity-step .activity-inner #topic {
      width: 80%; }
    .lesson-3 .activity-step .activity-inner textarea {
      font-size: 0.75em; }
      .lesson-3 .activity-step .activity-inner textarea:not(#topic) {
        padding: 30px 18px 11px;
        position: relative; }
    .lesson-3 .activity-step .activity-inner .main-head-textarea {
      font-size: 0.93em;
      z-index: 1;
      top: 5px;
      left: 18px; }
  .lesson-3 .activity-step .mce-container {
    margin-bottom: 10px; }
.lesson-3 .temp-step {
  display: none; }
.lesson-3 .activity-step-1 {
  display: block; }
.lesson-3 button {
  margin: 26px auto 60px; }
.lesson-3 .tagline, .lesson-3 #btn_print {
  display: none; }
.lesson-3 #btn_print {
  width: 185px;
  margin-left: 20px; }
.lesson-3 .bottom-steps4 #button-hold {
  width: 395px; }
.lesson-3 .bottom-steps4 .tagline, .lesson-3 .bottom-steps4 #btn_print {
  display: block; }
.lesson-3 .bottom-steps4 #btn_save {
  float: left; }

.mce-panel {
  border-width: 0 !important;
  border: 0 !important; }

footer.main-footer {
  padding: 11px 0;
  background-color: #98a19f;
  background-image: -webkit-linear-gradient(-447deg, #98a19f, #abb4b1 52%, #98a19f);
  background-image: linear-gradient(177deg,#98a19f, #abb4b1 52%, #98a19f); }
  footer.main-footer #text2 .logo-bb {
    top: 0; }
  footer.main-footer #text2 .contest-text-contain {
    float: left;
    width: 54%;
    padding-right: 0;
    padding-bottom: 0; }
    footer.main-footer #text2 .contest-text-contain .grade-contests {
      float: left;
      padding-top: 8px; }
  footer.main-footer #text2 .glossary {
    height: 134px;
    font-size: 11px; }
    footer.main-footer #text2 .glossary h6 {
      font-size: 14.5px; }
    footer.main-footer #text2 .glossary .term {
      margin: 10px 0 22px 0; }
  footer.main-footer .inner-footer {
    background-color: #005d90;
    background-image: -webkit-linear-gradient(-447deg, #005d90, #007dc3 52%, #005d90);
    background-image: linear-gradient(177deg,#005d90, #007dc3 52%, #005d90);
    color: white;
    min-height: 120px; }
    footer.main-footer .inner-footer .logo-bb {
      width: 154px;
      height: 153px;
      background: url("../images/logo_bb.png") no-repeat 0 0 ;
      top: -10px;
      left: 22px; }
    footer.main-footer .inner-footer .contest-text-contain {
      padding: 25px 40px 25px 190px; }
      footer.main-footer .inner-footer .contest-text-contain .contest-text {
        font-size: 12px; }
    footer.main-footer .inner-footer .glossary {
      width: 193px;
      padding: 15px 9px 0;
      height: -webkit-calc(100% - 15px);
      height: calc(100% - 15px);
      background: #575757; }
  footer.main-footer .copyrights {
    padding: 20px 100px 0;
    font-size: 10px; }

@media print {
  #interactiveWrapper #inner-container {
    border: 0 !important;
    padding-top: 0; }
  #interactiveWrapper #topic-print {
    display: block !important;
    width: 80%;
    text-align: left;
    color: #333;
    font-size: 0.75em; }
  #interactiveWrapper textarea {
    border-style: none !important;
    border-color: transparent !important;
    overflow: auto;
    outline: none; }
  #interactiveWrapper .main-head, #interactiveWrapper footer, #interactiveWrapper #bottom-steps, #interactiveWrapper header,
  #interactiveWrapper .lesson-intro-text, #interactiveWrapper .step-nav, #interactiveWrapper .next, #interactiveWrapper textarea#topic {
    display: none !important; }

  #universal4o, #footer-wrapper-4o {
    display: none !important; } }

/*# sourceMappingURL=breaking.css.map */

.lesson-2 input[type="radio"] + label {margin-top:0; margin-bottom: 13px;}
.lesson-2 .card-back .player-card .questions .floatRight {width: 92%;}

#flipper-1 .card-front .player-card {background:url('../newcards/citizenship_front.png') center center no-repeat; background-size:contain;}
#flipper-1 .card-back .player-card .definition {background:url('../newcards/citizenship_back.png') center center no-repeat; background-size:contain; padding:0; height:100%;}
#flipper-1 .card-back .player-card .questions {background:url('../newcards/citizenship_quiz.png') center center no-repeat; background-size:contain; height:100%; padding:80px 30px 0 30px; box-sizing: border-box;}

#flipper-2 .card-front .player-card {background:url('../newcards/commitment_front.png') center center no-repeat; background-size:contain;}
#flipper-2 .card-back .player-card .definition {background:url('../newcards/commitment_back.png') center center no-repeat; background-size:contain; padding:0; height:100%;}
#flipper-2 .card-back .player-card .questions {background:url('../newcards/commitment_quiz.png') center center no-repeat; background-size:contain; height:100%; padding:80px 30px 0 30px; box-sizing: border-box;}

#flipper-3 .card-front .player-card {background:url('../newcards/teamwork_front.png') center center no-repeat; background-size:contain;}
#flipper-3 .card-back .player-card .definition {background:url('../newcards/teamwork_back.png') center center no-repeat; background-size:contain; padding:0; height:100%;}
#flipper-3 .card-back .player-card .questions {background:url('../newcards/teamwork_quiz.png') center center no-repeat; background-size:contain; height:100%; padding:80px 30px 0 30px; box-sizing: border-box;}

#flipper-4 .card-front .player-card {background:url('../newcards/determination_front.png') center center no-repeat; background-size:contain;}
#flipper-4 .card-back .player-card .definition {background:url('../newcards/determination_back.png') center center no-repeat; background-size:contain; padding:0; height:100%;}
#flipper-4 .card-back .player-card .questions {background:url('../newcards/determination_quiz.png') center center no-repeat; background-size:contain; height:100%; padding:80px 30px 0 30px; box-sizing: border-box;}

#flipper-5 .card-front .player-card {background:url('../newcards/excellence_front.png') center center no-repeat; background-size:contain;}
#flipper-5 .card-back .player-card .definition {background:url('../newcards/excellence_back.png') center center no-repeat; background-size:contain; padding:0; height:100%;}
#flipper-5 .card-back .player-card .questions {background:url('../newcards/excellence_quiz.png') center center no-repeat; background-size:contain; height:100%; padding:80px 30px 0 30px; box-sizing: border-box;}

#flipper-6 .card-front .player-card {background:url('../newcards/courage_front.png') center center no-repeat; background-size:contain;}
#flipper-6 .card-back .player-card .definition {background:url('../newcards/courage_back.png') center center no-repeat; background-size:contain; padding:0; height:100%;}
#flipper-6 .card-back .player-card .questions {background:url('../newcards/courage_quiz.png') center center no-repeat; background-size:contain; height:100%; padding:80px 30px 0 30px; box-sizing: border-box;}

#flipper-7 .card-front .player-card {background:url('../newcards/persistence_front.png') center center no-repeat; background-size:contain;}
#flipper-7 .card-back .player-card .definition {background:url('../newcards/persistence_back.png') center center no-repeat; background-size:contain; padding:0; height:100%;}
#flipper-7 .card-back .player-card .questions {background:url('../newcards/persistence_quiz.png') center center no-repeat; background-size:contain; height:100%; padding:80px 30px 0 30px; box-sizing: border-box;}

#flipper-8 .card-front .player-card {background:url('../newcards/justice_front.png') center center no-repeat; background-size:contain;}
#flipper-8 .card-back .player-card .definition {background:url('../newcards/justice_back.png') center center no-repeat; background-size:contain; padding:0; height:100%;}
#flipper-8 .card-back .player-card .questions {background:url('../newcards/justice_quiz.png') center center no-repeat; background-size:contain; height:100%; padding:80px 30px 0 30px; box-sizing: border-box;}

#flipper-9 .card-front .player-card {background:url('../newcards/integrity_front.png') center center no-repeat; background-size:contain;}
#flipper-9 .card-back .player-card .definition {background:url('../newcards/integrity_back.png') center center no-repeat; background-size:contain; padding:0; height:100%;}
#flipper-9 .card-back .player-card .questions {background:url('../newcards/integrity_quiz.png') center center no-repeat; background-size:contain; height:100%; padding:80px 30px 0 30px; box-sizing: border-box;}


