.clearfix, section#quiz article .quizOptions {
  zoom: 1; }
  .clearfix:before, section#quiz article .quizOptions:before, .clearfix:after, section#quiz article .quizOptions:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .clearfix:after, section#quiz article .quizOptions:after {
    clear: both; }

/*** Our extra reset styles ***/
@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

html, button, input, select, textarea {
  font-family: sans-serif; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

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

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

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.mt30 {
  margin-top: 30px; }

.mt20 {
  margin-top: 20px; }

.mt10 {
  margin-top: 10px; }

.mb30 {
  margin-bottom: 30px; }

.mb20 {
  margin-bottom: 20px; }

.mb10 {
  margin-bottom: 10px; }

html, body, *, input {
  -webkit-font-smoothing: antialiased;
  font-family: proxima-nova, sans-serif; }

body {
  font-size: 1em;
  line-height: 1.4;
  background-color: #111111; }

#container {
  width: 1000px;
  position: relative;
  z-index: 100;
  margin: 30px auto; }

a#popover {
  border-bottom: 1px dashed white !important;
  cursor: help;
  text-decoration: none !important; }
  a#popover sup {
    font-family: serif;
    font-style: italic;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 16px;
    color: white; }

.popover {
  width: auto !important;
  max-width: 400px !important;
  border: 5px solid #111111;
  position: fixed;
  z-index: 2000; }
  .popover h3 {
    display: none; }
  .popover .popover-content {
    color: #111111;
    text-align: left;
    font-weight: normal;
    font-size: 14px; }

section {
  width: 1000px;
  height: 710px;
  background-color: #7aa6da;
  position: relative; }
  section header {
    height: 106px; }
    section header h1.title {
      width: 458px;
      height: 80px;
      margin: 0px;
      position: absolute;
      top: 18px;
      left: 30px; }
      section header h1.title a {
        background: transparent url("/static/img/logo.png") no-repeat 0px 50%;
        margin-top: 18px;
        width: 491px;
        height: 60px;
        display: block;
        text-indent: -99999px;
        -webkit-transition: 0.1s linear all;
        -moz-transition: 0.1s linear all;
        transition: 0.1s linear all; }
        section header h1.title a:hover {
          background: transparent url("/static/img/logoHover.png") no-repeat 0px 50%; }
    section header nav {
      height: 115px;
      position: absolute;
      right: 20px; }
      section header nav ul {
        list-style: none;
        margin: 0px;
        margin-top: 26px; }
        section header nav ul li {
          float: left;
          margin-left: 15px;
          width: 130px;
          height: 80px;
          position: relative; }
          section header nav ul li.active a {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
            filter: alpha(opacity=100);
            zoom: 1; }
            section header nav ul li.active a.tips {
              background: transparent url("/static/img/nav-pills.png") no-repeat 0px 0px; }
            section header nav ul li.active a.scores {
              background: transparent url("/static/img/nav-pills.png") no-repeat -130px 0px; }
            section header nav ul li.active a.quiz {
              background: transparent url("/static/img/nav-pills.png") no-repeat -260px 0px; }
          section header nav ul li a {
            display: block;
            color: #111111;
            font-weight: bold;
            text-align: center;
            width: 130px;
            height: 80px;
            font-size: 17px;
            text-transform: uppercase;
            -webkit-transition: 0.1s linear opacity;
            -moz-transition: 0.1s linear opacity;
            transition: 0.1s linear opacity;
            opacity: 0.5;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 50 ")";
            filter: alpha(opacity=50);
            zoom: 1; }
            section header nav ul li a.tips {
              background: transparent url("/static/img/nav-pills.png") no-repeat 0px -80px; }
            section header nav ul li a.scores {
              background: transparent url("/static/img/nav-pills.png") no-repeat -130px -80px; }
            section header nav ul li a.quiz {
              background: transparent url("/static/img/nav-pills.png") no-repeat -260px -80px; }
            section header nav ul li a:hover {
              text-decoration: none;
              color: #111111;
              opacity: 1;
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
              filter: alpha(opacity=100);
              zoom: 1; }
              section header nav ul li a:hover.tips {
                background: transparent url("/static/img/nav-pills.png") no-repeat 0px -160px; }
              section header nav ul li a:hover.scores {
                background: transparent url("/static/img/nav-pills.png") no-repeat -130px -160px; }
              section header nav ul li a:hover.quiz {
                background: transparent url("/static/img/nav-pills.png") no-repeat -260px -160px; }
            section header nav ul li a span {
              padding-top: 21px;
              display: block; }
  section article {
    height: 544px;
    padding: 30px;
    position: relative;
    bottom: 0px; }
    section article h2 {
      text-align: center;
      color: white;
      font-size: 35px;
      margin-bottom: 20px; }
    section article h3 {
      text-align: center;
      color: white;
      font-size: 27px;
      font-weight: normal;
      line-height: 1.2; }
    section article p {
      color: white;
      text-align: center;
      font-size: 17px; }
    section article a.play {
      background: transparent url("/static/img/arrow.png") no-repeat right 50%;
      height: 110px;
      width: 340px;
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -40px;
      left: 50%;
      margin-left: -200px;
      padding-right: 90px;
      line-height: 110px;
      color: white;
      font-weight: bold;
      font-size: 60px;
      z-index: 10;
      -webkit-transition: 0.1s linear all;
      -moz-transition: 0.1s linear all;
      transition: 0.1s linear all; }
      section article a.play:hover {
        text-decoration: none;
        padding-right: 100px; }
    section article #scroll p {
      text-align: left;
      width: auto; }
      section article #scroll p a {
        color: white;
        border-bottom: 1px solid white;
        -webkit-transition: 0.1s linear all;
        -moz-transition: 0.1s linear all;
        transition: 0.1s linear all; }
        section article #scroll p a:hover {
          text-decoration: none;
          border-bottom: 2px solid white; }
    section article #scroll ul {
      margin-left: 28px; }
      section article #scroll ul li {
        color: white;
        font-weight: bold;
        font-size: 19px;
        margin-bottom: 10px;
        line-height: 26px; }
        section article #scroll ul li a {
          color: white;
          border-bottom: 1px solid white;
          -webkit-transition: 0.1s linear all;
          -moz-transition: 0.1s linear all;
          transition: 0.1s linear all; }
          section article #scroll ul li a:hover {
            text-decoration: none;
            border-bottom: 2px solid white; }
    section article #scroll h3 {
      color: #111111;
      font-weight: bold;
      text-align: left; }
      section article #scroll h3 a {
        color: #111111;
        border-bottom: 1px solid #111111;
        -webkit-transition: 0.1s linear all;
        -moz-transition: 0.1s linear all;
        transition: 0.1s linear all; }
        section article #scroll h3 a:hover {
          text-decoration: none;
          border-bottom: 2px solid #111111; }
    section article #scroll {
      width: 935px;
      clear: both;
      margin: 26px 0 0px;
      position: relative; }
      section article #scroll.scores {
        width: 940px; }
        section article #scroll.scores .gradient {
          background: transparent url("/static/img/gradient-scores.png") repeat-x; }
          section article #scroll.scores .gradient.top {
            background: transparent url("/static/img/gradient-scores.png") repeat-x 0px -50px; }
          section article #scroll.scores .gradient.bottom {
            background: transparent url("/static/img/gradient-scores.png") repeat-x; }
        section article #scroll.scores .viewport {
          width: 920px;
          height: 418px; }
        section article #scroll.scores .scrollbar {
          right: 0px;
          top: -5px; }
      section article #scroll.default {
        width: 925px; }
        section article #scroll.default .gradient {
          background: transparent url("/static/img/gradient-default.png") repeat-x; }
          section article #scroll.default .gradient.top {
            background: transparent url("/static/img/gradient-default.png") repeat-x 0px -50px; }
          section article #scroll.default .gradient.bottom {
            background: transparent url("/static/img/gradient-default.png") repeat-x; }
        section article #scroll.default .viewport {
          width: 920px;
          height: 480px; }
        section article #scroll.default .scrollbar {
          right: -20px;
          top: -5px; }
      section article #scroll .gradient {
        display: block;
        width: 100%;
        background: transparent url("/static/img/gradient.png") repeat-x;
        height: 50px;
        position: absolute;
        z-index: 1000; }
        section article #scroll .gradient.top {
          background: transparent url("/static/img/gradient.png") repeat-x 0px -50px;
          top: 0px;
          left: -5px; }
        section article #scroll .gradient.bottom {
          background: transparent url("/static/img/gradient.png") repeat-x;
          bottom: 0px;
          left: -5px; }
      section article #scroll .viewport {
        width: 895px;
        height: 465px;
        overflow: hidden;
        position: relative; }
      section article #scroll .overview {
        list-style: none;
        position: absolute;
        left: 0;
        top: 0;
        padding-top: 40px;
        padding-bottom: 40px; }
      section article #scroll .scrollbar {
        position: absolute;
        float: right;
        width: 15px;
        z-index: 2000;
        right: -10px;
        top: 0px; }
      section article #scroll .track {
        background-color: #111111;
        height: 100%;
        width: 25px;
        position: relative;
        padding: 0;
        border-top: 5px solid #111111;
        border-bottom: 5px solid #111111;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        border-radius: 25px;
        -webkit-background-clip: border-box;
        -moz-background-clip: border;
        background-clip: border-box; }
      section article #scroll .thumb {
        height: 20px;
        width: 15px;
        cursor: pointer;
        overflow: hidden;
        position: absolute;
        top: 0;
        margin-left: 5px;
        background-color: white;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        -webkit-background-clip: border-box;
        -moz-background-clip: border;
        background-clip: border-box; }
        section article #scroll .thumb .end {
          overflow: hidden;
          height: 5px;
          width: 13px;
          display: none; }
      section article #scroll .disable {
        display: none; }

footer {
  height: 60px; }
  footer h1.logo {
    background-color: #111111;
    position: relative;
    display: block;
    margin: 0px;
    float: left;
    height: 37px;
    width: 178px;
    color: transparent;
    text-indent: -99999px;
    background: transparent url("/static/img/bamco.png") no-repeat 0px;
    top: 23px; }
    footer h1.logo a {
      height: 37px;
      width: 178px;
      display: block; }
  footer .social {
    height: 60px;
    width: 70px;
    float: left;
    margin-left: 20px;
    position: relative; }
    footer .social a {
      height: 30px;
      width: 30px;
      display: block;
      text-indent: -9999px;
      bottom: 0px;
      position: absolute; }
      footer .social a.twitter {
        background: #0ca7e2 url("/static/img/social.png") no-repeat;
        left: 0px; }
      footer .social a.facebook {
        background: #375898 url("/static/img/social.png") no-repeat -30px;
        right: 0px; }
  footer nav {
    position: relative;
    right: 0px;
    top: 23px;
    height: 30px;
    z-index: 20; }
    footer nav ul {
      margin: 0px;
      list-style: none;
      display: block;
      float: right; }
      footer nav ul li {
        float: left;
        margin-left: 30px;
        line-height: 1; }
        footer nav ul li a {
          color: white;
          font-weight: bold;
          border-bottom: 1px solid #1a1a1a;
          -webkit-transition: 0.1s linear all;
          -moz-transition: 0.1s linear all;
          transition: 0.1s linear all; }
          footer nav ul li a:hover {
            color: white;
            border-bottom: 1px solid #999999;
            text-decoration: none; }
  footer .detail {
    z-index: 10;
    position: relative;
    right: 0px;
    bottom: 0px;
    font-size: 12px;
    height: 30px;
    line-height: 50px;
    color: #999999;
    font-weight: normal;
    text-align: right; }
    footer .detail a {
      color: #999999;
      -webkit-transition: 0.1s linear all;
      -moz-transition: 0.1s linear all;
      transition: 0.1s linear all; }
      footer .detail a:hover {
        text-decoration: none;
        color: #e6e6e6; }

section#home {
  background: #7aa6da url("/static/img/bg.png") repeat 50px 2px; }
  section#home header h1.title {
    width: 932px;
    height: 90px;
    margin: 0px;
    position: absolute;
    top: 30px;
    left: 36px;
    background: transparent url("/static/img/logo-home.png") no-repeat; }
    section#home header h1.title a {
      display: none; }
  section#home header nav {
    display: none; }
  section#home img {
    position: absolute;
    bottom: 0px;
    left: 0px; }
  section#home article {
    width: 460px;
    float: right;
    margin-right: 20px; }
    section#home article p {
      font-size: 22px; }
      section#home article p a {
        text-decoration: none;
        color: white;
        border-bottom: 1px solid white;
        -webkit-transition: 0.1s linear all;
        -moz-transition: 0.1s linear all;
        transition: 0.1s linear all; }
        section#home article p a:hover {
          text-decoration: none;
          border-bottom: 2px solid white; }
    section#home article nav {
      height: 95px;
      width: 480px;
      position: relative;
      margin: 35px 0px;
      margin-top: 50px;
      left: -10px; }
      section#home article nav ul {
        list-style: none;
        margin: 0px; }
        section#home article nav ul li {
          float: left;
          width: 130px;
          height: 80px;
          position: relative; }
          section#home article nav ul li.active {
            border: 10px solid #111111;
            margin-top: -5px; }
          section#home article nav ul li.mid {
            margin-left: 30px;
            margin-right: 30px; }
          section#home article nav ul li a {
            display: block;
            color: #111111;
            font-weight: bold;
            text-align: center;
            width: 130px;
            height: 80px;
            font-size: 17px;
            text-transform: uppercase;
            border: none; }
            section#home article nav ul li a.tips {
              background: transparent url("/static/img/nav-pills.png") no-repeat; }
            section#home article nav ul li a.scores {
              background: transparent url("/static/img/nav-pills.png") no-repeat -130px 0px; }
            section#home article nav ul li a.quiz {
              background: transparent url("/static/img/nav-pills.png") no-repeat -260px 0px; }
            section#home article nav ul li a:hover {
              text-decoration: none;
              border: none;
              color: #111111; }
              section#home article nav ul li a:hover.tips {
                background: transparent url("/static/img/nav-pills.png") no-repeat 0px -160px; }
              section#home article nav ul li a:hover.scores {
                background: transparent url("/static/img/nav-pills.png") no-repeat -130px -160px; }
              section#home article nav ul li a:hover.quiz {
                background: transparent url("/static/img/nav-pills.png") no-repeat -260px -160px; }
            section#home article nav ul li a span {
              padding-top: 21px;
              display: block; }

section#tips {
  background: #fc9b15 url("/static/img/bg.png") repeat 50px 2px; }
  section#tips article {
    width: 940px;
    margin: 0px auto; }
    section#tips article h2 {
      font-size: 30px;
      color: #111111;
      text-align: left; }
    section#tips article a.next {
      display: block;
      float: right;
      height: 50px;
      width: 125px;
      margin-top: 7px;
      right: -14px;
      position: relative;
      text-transform: uppercase;
      line-height: 50px;
      padding-left: 25px;
      -webkit-transition: 0.1s linear all;
      -moz-transition: 0.1s linear all;
      transition: 0.1s linear all;
      font-weight: bold;
      color: #111111;
      background: transparent url("/static/img/next.png") no-repeat 0px 0px; }
      section#tips article a.next span {
        display: block;
        position: absolute;
        right: 25px;
        top: 50%;
        margin-top: -10px;
        height: 19px;
        width: 16px;
        background: transparent url("/static/img/next.png") no-repeat -150px 0px;
        -webkit-transition: 0.1s linear all;
        -moz-transition: 0.1s linear all;
        transition: 0.1s linear all; }
      section#tips article a.next:hover {
        text-decoration: none; }
        section#tips article a.next:hover span {
          right: 20px; }
    section#tips article p {
      font-weight: bold;
      font-size: 19px;
      width: 800px;
      margin-left: auto;
      margin-right: auto; }
    section#tips article ul.listing {
      list-style: none;
      margin: 0px;
      margin-top: 20px;
      margin-left: 27px; }
      section#tips article ul.listing li {
        float: left;
        display: block;
        position: relative;
        margin-bottom: 30px; }
        section#tips article ul.listing li.first a {
          background: transparent url("/static/img/button-long.png") no-repeat 0px 0px; }
          section#tips article ul.listing li.first a .overlay {
            background: transparent url("/static/img/button-long-overlays.png") 0px 0px; }
          section#tips article ul.listing li.first a:hover {
            background: transparent url("/static/img/button-long.png") no-repeat 0px -160px; }
        section#tips article ul.listing li.second a {
          background: transparent url("/static/img/button-long.png") no-repeat -275px 0px; }
          section#tips article ul.listing li.second a .overlay {
            background: transparent url("/static/img/button-long-overlays.png") -80px 0px; }
          section#tips article ul.listing li.second a:hover {
            background: transparent url("/static/img/button-long.png") no-repeat -275px -160px; }
        section#tips article ul.listing li.third a {
          background: transparent url("/static/img/button-long.png") no-repeat -550px 0px; }
          section#tips article ul.listing li.third a .overlay {
            background: transparent url("/static/img/button-long-overlays.png") -160px 0px; }
          section#tips article ul.listing li.third a:hover {
            background: transparent url("/static/img/button-long.png") no-repeat -550px -160px; }
        section#tips article ul.listing li.fourth a {
          background: transparent url("/static/img/button-long.png") no-repeat -825px 0px; }
          section#tips article ul.listing li.fourth a .overlay {
            background: transparent url("/static/img/button-long-overlays.png") -240px 0px; }
          section#tips article ul.listing li.fourth a:hover {
            background: transparent url("/static/img/button-long.png") no-repeat -825px -160px; }
        section#tips article ul.listing li.fith a {
          background: transparent url("/static/img/button-long.png") no-repeat -1100px 0px; }
          section#tips article ul.listing li.fith a .overlay {
            background: transparent url("/static/img/button-long-overlays.png") -320px 0px; }
          section#tips article ul.listing li.fith a:hover {
            background: transparent url("/static/img/button-long.png") no-repeat -1100px -160px; }
        section#tips article ul.listing li.topMiddle {
          margin-left: 30px;
          margin-right: 30px; }
        section#tips article ul.listing li.lastOne {
          left: 150px; }
        section#tips article ul.listing li.lastTwo {
          left: 180px; }
        section#tips article ul.listing li a {
          height: 160px;
          width: 275px;
          background-color: white;
          display: block;
          color: #111111;
          font-weight: bold;
          text-align: center;
          font-size: 21px;
          line-height: 1.3;
          position: relative; }
          section#tips article ul.listing li a:hover {
            text-decoration: none; }
          section#tips article ul.listing li a .overlay {
            height: 80px;
            width: 80px;
            background: transparent url("/static/img/button-long-overlays.png") 0px 0px;
            z-index: 100;
            position: absolute;
            top: -20px;
            left: -20px;
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
            filter: alpha(opacity=100);
            zoom: 1; }
            section#tips article ul.listing li a .overlay img {
              margin-top: 4px; }
          section#tips article ul.listing li a span {
            display: block;
            padding-top: 40px;
            width: 210px;
            margin: 0 auto; }
    section#tips article #scroll .tipImg {
      float: right; }
    section#tips article #scroll p {
      text-align: left;
      width: auto; }
      section#tips article #scroll p a {
        color: white;
        border-bottom: 1px solid white;
        -webkit-transition: 0.1s linear all;
        -moz-transition: 0.1s linear all;
        transition: 0.1s linear all; }
        section#tips article #scroll p a:hover {
          text-decoration: none;
          border-bottom: 2px solid white; }
    section#tips article #scroll h3 {
      color: #111111;
      font-weight: bold;
      text-align: left; }
      section#tips article #scroll h3 a {
        color: #111111;
        border-bottom: 1px solid #111111;
        -webkit-transition: 0.1s linear all;
        -moz-transition: 0.1s linear all;
        transition: 0.1s linear all; }
        section#tips article #scroll h3 a:hover {
          text-decoration: none;
          border-bottom: 2px solid #111111; }
    section#tips article .rightRow {
      text-align: right;
      padding-bottom: 40px; }
      section#tips article .rightRow * {
        text-align: right !important; }
      section#tips article .rightRow img {
        float: left;
        margin-right: 20px;
        margin-top: -15px; }
    section#tips article .leftRow {
      text-align: left;
      padding-bottom: 40px; }
      section#tips article .leftRow * {
        text-align: left !important; }
      section#tips article .leftRow img {
        float: right;
        margin-left: 20px;
        margin-top: -15px; }

section#scores {
  background: #657bb2 url("/static/img/bg.png") repeat 50px 2px; }
  section#scores article {
    width: 940px;
    margin: 0px auto; }
    section#scores article header {
      height: 116px;
      position: relative; }
      section#scores article header p {
        text-align: center;
        font-weight: bold;
        font-size: 19px; }
        section#scores article header p a {
          color: white;
          border-bottom: 1px solid white;
          -webkit-transition: 0.1s linear all;
          -moz-transition: 0.1s linear all;
          transition: 0.1s linear all; }
          section#scores article header p a:hover {
            text-decoration: none;
            border-bottom: 2px solid white; }
      section#scores article header .filters {
        width: 560px;
        position: absolute;
        left: 50%;
        margin-left: -280px; }
      section#scores article header .filter {
        background-color: #111111;
        color: white;
        line-height: 40px;
        height: 40px;
        width: 255px;
        padding: 0px;
        padding-left: 15px;
        float: left;
        position: relative;
        font-weight: bold;
        text-transform: uppercase;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -webkit-background-clip: border-box;
        -moz-background-clip: border;
        background-clip: border-box;
        cursor: pointer;
        margin-top: 20px; }
        section#scores article header .filter span.arrow {
          display: block;
          position: absolute;
          right: 10px;
          top: 10px;
          height: 20px;
          width: 40px;
          background: transparent url("/static/img/filter-arrows.png") no-repeat 0px 0px; }
        section#scores article header .filter.active .arrow {
          background: transparent url("/static/img/filter-arrows.png") no-repeat 0px -20px; }
        section#scores article header .filter.sort {
          margin-right: 20px; }
          section#scores article header .filter.sort ul li.sortOriginal span {
            background: transparent url("/static/img/filterbar.png") no-repeat 0px -100px; }
          section#scores article header .filter.sort ul li.sortHigh span {
            background: transparent url("/static/img/sortArrow.png") no-repeat 0px -20px; }
          section#scores article header .filter.sort ul li.sortLow span {
            background: transparent url("/static/img/sortArrow.png") no-repeat 0px 0px; }
        section#scores article header .filter .dropdown {
          display: none;
          position: absolute;
          width: 270px;
          height: auto;
          background-color: #111111;
          z-index: 3000;
          left: 0px;
          top: 37px;
          padding-bottom: 5px;
          padding-top: 3px;
          -webkit-border-bottom-right-radius: 5px;
          -webkit-border-bottom-left-radius: 5px;
          -moz-border-radius-bottomright: 5px;
          -moz-border-radius-bottomleft: 5px;
          border-bottom-right-radius: 5px;
          border-bottom-left-radius: 5px; }
          section#scores article header .filter .dropdown ul {
            margin: 0px;
            list-style: none; }
            section#scores article header .filter .dropdown ul li {
              height: 30px;
              width: 270px;
              position: relative; }
              section#scores article header .filter .dropdown ul li.filterAll span {
                background: transparent url("/static/img/filterbar.png") no-repeat 0px -100px; }
              section#scores article header .filter .dropdown ul li.filter1 span {
                background: transparent url("/static/img/filterbar.png") no-repeat 0px 0px; }
              section#scores article header .filter .dropdown ul li.filter2 span {
                background: transparent url("/static/img/filterbar.png") no-repeat 0px -20px; }
              section#scores article header .filter .dropdown ul li.filter3 span {
                background: transparent url("/static/img/filterbar.png") no-repeat 0px -40px; }
              section#scores article header .filter .dropdown ul li.filter4 span {
                background: transparent url("/static/img/filterbar.png") no-repeat 0px -60px; }
              section#scores article header .filter .dropdown ul li.filter5 span {
                background: transparent url("/static/img/filterbar.png") no-repeat 0px -80px; }
              section#scores article header .filter .dropdown ul li span {
                margin-left: 15px;
                margin-top: 3px;
                height: 20px;
                width: 20px;
                display: block;
                position: absolute; }
              section#scores article header .filter .dropdown ul li a {
                height: 30px;
                display: block;
                color: white;
                line-height: 30px;
                padding: 0px 30px;
                padding-left: 45px;
                padding-right: 15px;
                -webkit-transition: 0.1s linear all;
                -moz-transition: 0.1s linear all;
                transition: 0.1s linear all; }
                section#scores article header .filter .dropdown ul li a:hover {
                  text-decoration: none;
                  padding-left: 50px; }
    section#scores article .multipleFoods {
      height: auto;
      width: 850px;
      padding: 0px 45px; }
      section#scores article .multipleFoods a.food {
        width: 140px;
        height: 137px;
        margin: 15px;
        margin-bottom: 30px;
        float: left;
        position: relative;
        display: block; }
        section#scores article .multipleFoods a.food.cat1 .background {
          background: transparent url("/static/img/score-bubbles.png") no-repeat 0px 0px; }
        section#scores article .multipleFoods a.food.cat2 .background {
          background: transparent url("/static/img/score-bubbles.png") no-repeat -120px 0px; }
        section#scores article .multipleFoods a.food.cat3 .background {
          background: transparent url("/static/img/score-bubbles.png") no-repeat -240px 0px; }
        section#scores article .multipleFoods a.food.cat4 .background {
          background: transparent url("/static/img/score-bubbles.png") no-repeat -360px 0px; }
        section#scores article .multipleFoods a.food.cat5 .background {
          background: transparent url("/static/img/score-bubbles.png") no-repeat -480px 0px; }
        section#scores article .multipleFoods a.food:hover.cat1 .background {
          background: transparent url("/static/img/score-bubbles.png") no-repeat 0px -120px; }
        section#scores article .multipleFoods a.food:hover.cat2 .background {
          background: transparent url("/static/img/score-bubbles.png") no-repeat -120px -120px; }
        section#scores article .multipleFoods a.food:hover.cat3 .background {
          background: transparent url("/static/img/score-bubbles.png") no-repeat -240px -120px; }
        section#scores article .multipleFoods a.food:hover.cat4 .background {
          background: transparent url("/static/img/score-bubbles.png") no-repeat -360px -120px; }
        section#scores article .multipleFoods a.food:hover.cat5 .background {
          background: transparent url("/static/img/score-bubbles.png") no-repeat -480px -120px; }
        section#scores article .multipleFoods a.food:hover .image {
          opacity: 0;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
          filter: alpha(opacity=0);
          zoom: 1; }
        section#scores article .multipleFoods a.food:hover .score {
          opacity: 1;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
          filter: alpha(opacity=100);
          zoom: 1; }
        section#scores article .multipleFoods a.food .background {
          height: 120px;
          width: 120px;
          margin: 0px auto;
          border-radius: 100%; }
        section#scores article .multipleFoods a.food .image {
          width: 140px;
          position: absolute;
          display: block;
          top: 34px;
          -webkit-transition: 0.1s linear all;
          -moz-transition: 0.1s linear all;
          transition: 0.1s linear all;
          opacity: 1;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
          filter: alpha(opacity=100);
          zoom: 1;
          text-align: center; }
          section#scores article .multipleFoods a.food .image img {
            text-align: center; }
        section#scores article .multipleFoods a.food .score {
          -webkit-transition: 0.1s linear all;
          -moz-transition: 0.1s linear all;
          transition: 0.1s linear all;
          opacity: 0;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
          filter: alpha(opacity=0);
          zoom: 1;
          position: absolute;
          font-weight: bold;
          color: white;
          text-align: center;
          display: block;
          font-size: 33px;
          margin: 0px auto;
          z-index: 10;
          top: 50%;
          margin-top: -31px;
          width: 100%;
          text-shadow: 0px -2px 1px rgba(0, 0, 0, 0.2); }
        section#scores article .multipleFoods a.food .name {
          position: absolute;
          top: 125px;
          text-align: center;
          color: white;
          font-weight: bold;
          font-size: 14px;
          width: 140px;
          left: 0px;
          line-height: 1.2; }

/**** Isotope filtering ****/
.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

section#quiz {
  background: #78aa2a url("/static/img/bg.png") repeat 50px 2px; }
  section#quiz.starting article > img {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 5; }
  section#quiz article {
    width: 940px;
    margin: 0px auto; }
    section#quiz article h2 {
      font-size: 48px;
      color: #111111; }
    section#quiz article p {
      font-size: 19px;
      font-weight: bold;
      width: 800px;
      margin-left: auto;
      margin-right: auto; }
      section#quiz article p a {
        color: white;
        text-decoration: underline; }
        section#quiz article p a:hover {
          text-decoration: underline; }
    section#quiz article .quizOptions {
      padding-top: 30px; }
      section#quiz article .quizOptions a.option {
        display: block;
        width: 400px;
        height: 395px;
        float: left;
        position: relative; }
        section#quiz article .quizOptions a.option:hover {
          text-decoration: none;
          color: white; }
          section#quiz article .quizOptions a.option:hover .image {
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
            filter: alpha(opacity=0);
            zoom: 1; }
          section#quiz article .quizOptions a.option:hover .text {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
            filter: alpha(opacity=100);
            zoom: 1; }
        section#quiz article .quizOptions a.option.active .image, section#quiz article .quizOptions a.option.active .text {
          opacity: 0;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
          filter: alpha(opacity=0);
          zoom: 1; }
        section#quiz article .quizOptions a.option.active .answer {
          opacity: 1;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
          filter: alpha(opacity=100);
          zoom: 1; }
        section#quiz article .quizOptions a.option.active .next {
          display: block; }
        section#quiz article .quizOptions a.option.leftOption {
          margin-left: 50px;
          margin-right: 40px; }
          section#quiz article .quizOptions a.option.leftOption .background {
            background: transparent url("/static/img/quiz-buttons.png") no-repeat 0px 0px; }
          section#quiz article .quizOptions a.option.leftOption:hover .background {
            background: transparent url("/static/img/quiz-buttons.png") no-repeat 0px -310px; }
        section#quiz article .quizOptions a.option.rightOption .background {
          background: transparent url("/static/img/quiz-buttons.png") no-repeat -400px 0px; }
        section#quiz article .quizOptions a.option.rightOption:hover .background {
          background: transparent url("/static/img/quiz-buttons.png") no-repeat -400px -310px; }
        section#quiz article .quizOptions a.option.correct.active .background {
          background: transparent url("/static/img/quiz-buttons.png") no-repeat -800px 0px; }
        section#quiz article .quizOptions a.option.incorrect.active .background {
          background: transparent url("/static/img/quiz-buttons.png") no-repeat -800px -310px; }
        section#quiz article .quizOptions a.option .background {
          position: absolute;
          height: 310px;
          width: 400px;
          left: 50%;
          margin-left: -200px;
          background: transparent url("/static/img/quiz-buttons.png") no-repeat;
          z-index: 50; }
        section#quiz article .quizOptions a.option .image {
          position: absolute;
          z-index: 100;
          height: 240px;
          width: 340px;
          left: 50%;
          top: 50%;
          margin-left: -170px;
          margin-top: -163px;
          text-align: center;
          line-height: 240px; }
          section#quiz article .quizOptions a.option .image img {
            vertical-align: middle;
            text-align: center; }
        section#quiz article .quizOptions a.option .text {
          position: absolute;
          z-index: 100;
          height: 280px;
          width: 360px;
          left: 50%;
          top: 50%;
          margin-left: -180px;
          margin-top: -195px;
          opacity: 0;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
          filter: alpha(opacity=0);
          zoom: 1;
          text-align: center;
          color: #111111;
          font-weight: bold;
          font-size: 16px; }
          section#quiz article .quizOptions a.option .text img {
            display: block;
            margin: 10px auto;
            margin-top: 30px; }
        section#quiz article .quizOptions a.option .foodTitle {
          position: absolute;
          top: 330px;
          text-align: center;
          width: 100%;
          font-weight: bold;
          font-size: 25px;
          color: white;
          line-height: 1.2; }
        section#quiz article .quizOptions a.option .answer {
          position: absolute;
          z-index: 100;
          height: 280px;
          width: 320px;
          left: 50%;
          top: 50%;
          margin-left: -160px;
          margin-top: -215px;
          opacity: 0;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
          filter: alpha(opacity=0);
          zoom: 1;
          text-align: center;
          color: #111111;
          font-weight: bold;
          font-size: 18px; }
          section#quiz article .quizOptions a.option .answer h4 {
            font-size: 50px;
            margin-top: 90px;
            text-transform: uppercase;
            padding-bottom: 10px; }
          section#quiz article .quizOptions a.option .answer p {
            font-size: 16px;
            width: auto;
            color: #111111; }
        section#quiz article .quizOptions a.option .next {
          display: none;
          height: 34px;
          width: 100px;
          position: relative;
          line-height: 34px;
          margin: 0px auto;
          color: white;
          text-align: center;
          font-weight: bold;
          font-size: 24px;
          text-transform: uppercase;
          border-bottom: 0px solid white; }
          section#quiz article .quizOptions a.option .next:hover {
            margin-top: 5px;
            text-decoration: none;
            border-bottom: 5px solid white; }
    section#quiz article .quizProgress {
      position: absolute;
      bottom: 15px;
      width: 540px;
      left: 50%;
      margin-left: -270px; }
      section#quiz article .quizProgress .indicator {
        height: 34px;
        width: 34px;
        background: transparent url("/static/img/quiz-indicators.png") no-repeat -34px 0px;
        float: left;
        margin: 10px; }
        section#quiz article .quizProgress .indicator.complete {
          background: transparent url("/static/img/quiz-indicators.png") no-repeat 0px 0px; }
        section#quiz article .quizProgress .indicator.active {
          background: transparent url("/static/img/quiz-indicators.png") no-repeat -68px 0px; }
    section#quiz article .score {
      font-weight: bold;
      color: white;
      text-align: center;
      font-size: 50px;
      line-height: 1.5;
      height: auto;
      margin-top: 70px;
      text-shadow: 0px -3px 1px rgba(0, 0, 0, 0.2); }
    section#quiz article .challenge {
      color: white;
      text-align: center;
      font-size: 26px;
      font-weight: bold;
      padding: 50px; }
      section#quiz article .challenge .links {
        padding-top: 10px; }
        section#quiz article .challenge .links a {
          font-weight: bold;
          background-color: white;
          padding: 2px 20px;
          color: white;
          -webkit-transition: 0.1s linear all;
          -moz-transition: 0.1s linear all;
          transition: 0.1s linear all; }
          section#quiz article .challenge .links a:hover {
            text-decoration: none;
            padding-bottom: 10px;
            padding-top: 10px; }
        section#quiz article .challenge .links a.twitter {
          margin-right: 5px;
          background-color: #33CCFF; }
        section#quiz article .challenge .links a.facebook {
          margin-left: 5px;
          background-color: #3B5998; }
        section#quiz article .challenge .links a.email {
          margin-left: 5px;
          background-color: #BCBCBC; }

.alertBox {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000; }
  .alertBox .alertBackground {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #111111;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 80 ")";
    filter: alpha(opacity=80);
    zoom: 1; }
  .alertBox .alertContent {
    position: fixed;
    top: 285px;
    left: 50%;
    height: 130px;
    width: 340px;
    margin-left: -200px;
    background-color: white;
    padding: 30px;
    border: 10px solid #111111;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -webkit-background-clip: border-box;
    -moz-background-clip: border;
    background-clip: border-box; }
    .alertBox .alertContent a.close {
      position: absolute;
      top: 10px;
      right: 13px;
      opacity: 1;
      background-color: #d54e53;
      color: white;
      text-shadow: none;
      display: block;
      height: 24px;
      width: 24px;
      text-align: center;
      line-height: 25px;
      font-weight: bold;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      -webkit-background-clip: border-box;
      -moz-background-clip: border;
      background-clip: border-box;
      border: 2px solid white;
      -webkit-transition: 0.1s linear all;
      -moz-transition: 0.1s linear all;
      transition: 0.1s linear all; }
      .alertBox .alertContent a.close:before {
        content: 'close';
        text-transform: uppercase;
        position: absolute;
        left: -50px;
        top: 0px;
        font-size: 13px;
        opacity: 0; }
      .alertBox .alertContent a.close:hover {
        color: #d54e53;
        background-color: white;
        border: 2px solid #d54e53; }
        .alertBox .alertContent a.close:hover:before {
          opacity: 1; }
    .alertBox .alertContent p {
      font-weight: bold;
      padding-top: 45px; }
    .alertBox .alertContent a {
      float: right;
      color: #d54e53;
      font-weight: bold; }
