@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

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

html {
  font-size: 1em; }

body {
  background-color: white;
  font-family: 'Open Sans',arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  color: #333; }

p {
  margin-bottom: 1.3em; }

h1, h2, h3, h4 {
  margin: 1.414em 0 0.5em;
  font-weight: inherit;
  line-height: 1.2; }

h1 {
  margin-top: 0;
  font-size: 3.157em; }

h2 {
  font-size: 2.369em; }

h3 {
  font-size: 1.777em; }

h4 {
  font-size: 1.333em; }

small, .font_small {
  font-size: 0.75em; }

figure.zoom {
  background-position: 0 0;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  cursor: zoom-in;
  display: none; }
  figure.zoom img:hover {
    opacity: 0; }
  figure.zoom img {
    transition: opacity .5s;
    display: block;
    width: 100%; }
  figure.zoom.active {
    display: block; }

.dropdown {
  text-align: left;
  width: 250px; }
  .dropdown ul {
    border: 1px solid #000;
    background-color: #fff;
    cursor: pointer; }
  .dropdown li {
    list-style: none;
    display: block;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    position: relative; }
    .dropdown li p {
      padding: 0 1em;
      position: relative;
      font-size: 1.333em; }
      .dropdown li p.label:after {
        position: absolute;
        content: "›";
        right: 0.25em;
        font-size: 2.5em;
        line-height: 40px;
        font-weight: 100; }
  .dropdown.focus ul > li {
    overflow: visible; }
    .dropdown.focus ul > li ul {
      position: absolute;
      z-index: 1;
      top: 50px;
      left: -1px;
      width: 100%;
      border-top: 1px solid #000; }
      .dropdown.focus ul > li ul li.active {
        display: none; }
  .dropdown .label[data-num="1"] {
    color: #b06110; }
  .dropdown .label[data-num="2"] {
    color: #e41b13; }
  .dropdown .label[data-num="3"] {
    color: #ffd204; }
  .dropdown .label[data-num="4"] {
    color: #007d32; }
  .dropdown .label[data-num="5"] {
    color: #f386a1; }
  .dropdown .label[data-num="6"] {
    color: #a1a4a7; }
  .dropdown .label[data-num="7"] {
    color: #9b0058; }
  .dropdown .label[data-num="8"] {
    color: #1d1d1b; }
  .dropdown .label[data-num="9"] {
    color: #3e5ca5; }
  .dropdown .label[data-num="10"] {
    color: #0098d8; }
  .dropdown .label[data-num="11"] {
    color: #00b1b0; }
  .dropdown .label[data-num="12"] {
    color: #614199; }
  .dropdown li[data-num="1"] {
    color: #b06110; }
  .dropdown li[data-num="2"] {
    color: #e41b13; }
  .dropdown li[data-num="3"] {
    color: #ffd204; }
  .dropdown li[data-num="4"] {
    color: #007d32; }
  .dropdown li[data-num="5"] {
    color: #f386a1; }
  .dropdown li[data-num="6"] {
    color: #a1a4a7; }
  .dropdown li[data-num="7"] {
    color: #9b0058; }
  .dropdown li[data-num="8"] {
    color: #1d1d1b; }
  .dropdown li[data-num="9"] {
    color: #3e5ca5; }
  .dropdown li[data-num="10"] {
    color: #0098d8; }
  .dropdown li[data-num="11"] {
    color: #00b1b0; }
  .dropdown li[data-num="12"] {
    color: #614199; }

.wrapper {
  max-width: 1100px;
  margin: auto; }
  .wrapper .inner {
    padding: 1em; }

@media screen and (min-width: 700px) {
  .top h1 {
    width: calc(100% - 250px - 1em); } }
