/* Colors */
/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* clearfix */
.clearfix {
  *zoom: 1; }

.clearfix:after {
  clear: both; }

.clearfix:before {
  content: " ";
  display: table; }

/* Colors */
button:-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner {
  border: 0 !important;
  padding: 0 !important; }

button,
a[class='button'],
a[class*='button-'],
input[type='button'],
input[type='submit'] {
  background: #EEE;
  color: #333;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.45) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.45) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.45) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #999;
  outline: none !important;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: regular;
  line-height: 24px;
  margin: 6px 0;
  padding: 4px 12px; }
  button.button-tiny,
  a[class='button'].button-tiny,
  a[class*='button-'].button-tiny,
  input[type='button'].button-tiny,
  input[type='submit'].button-tiny {
    font-size: 12px;
    padding: 0 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  button.button-medium,
  a[class='button'].button-medium,
  a[class*='button-'].button-medium,
  input[type='button'].button-medium,
  input[type='submit'].button-medium {
    font-size: 16px;
    padding: 6px 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
  button.button-big, button.button-large,
  a[class='button'].button-big,
  a[class='button'].button-large,
  a[class*='button-'].button-big,
  a[class*='button-'].button-large,
  input[type='button'].button-big,
  input[type='button'].button-large,
  input[type='submit'].button-big,
  input[type='submit'].button-large {
    font-size: 18px;
    padding: 10px 24px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; }
  button:hover,
  a[class='button']:hover,
  a[class*='button-']:hover,
  input[type='button']:hover,
  input[type='submit']:hover {
    background: white; }
  button:active,
  a[class='button']:active,
  a[class*='button-']:active,
  input[type='button']:active,
  input[type='submit']:active {
    background: #d4d4d4; }
  button.button-blue,
  a[class='button'].button-blue,
  a[class*='button-'].button-blue,
  input[type='button'].button-blue,
  input[type='submit'].button-blue {
    color: #FFF;
    background: #347bc2; }
    button.button-blue:hover,
    a[class='button'].button-blue:hover,
    a[class*='button-'].button-blue:hover,
    input[type='button'].button-blue:hover,
    input[type='submit'].button-blue:hover {
      background: #4794e2; }
    button.button-blue:active,
    a[class='button'].button-blue:active,
    a[class*='button-'].button-blue:active,
    input[type='button'].button-blue:active,
    input[type='submit'].button-blue:active {
      background: #1e6ebe; }
  button.button-green,
  a[class='button'].button-green,
  a[class*='button-'].button-green,
  input[type='button'].button-green,
  input[type='submit'].button-green {
    color: #FFF;
    background: #41882b; }
    button.button-green:hover,
    a[class='button'].button-green:hover,
    a[class*='button-'].button-green:hover,
    input[type='button'].button-green:hover,
    input[type='submit'].button-green:hover {
      background: #48a02c; }
    button.button-green:active,
    a[class='button'].button-green:active,
    a[class*='button-'].button-green:active,
    input[type='button'].button-green:active,
    input[type='submit'].button-green:active {
      background: #328019; }
  button.button-orange,
  a[class='button'].button-orange,
  a[class*='button-'].button-orange,
  input[type='button'].button-orange,
  input[type='submit'].button-orange {
    color: #FFF;
    background: #f27900; }
    button.button-orange:hover,
    a[class='button'].button-orange:hover,
    a[class*='button-'].button-orange:hover,
    input[type='button'].button-orange:hover,
    input[type='submit'].button-orange:hover {
      background: #ff860c; }
    button.button-orange:active,
    a[class='button'].button-orange:active,
    a[class*='button-'].button-orange:active,
    input[type='button'].button-orange:active,
    input[type='submit'].button-orange:active {
      background: #d86c00; }

/**
 * Fluid grid layout system
 * Copyright (c) 2014-2015 by Piero Vettori
 * All rights reserved.
 * 
 * @package Chrysalis
 * @version 0.1
 */
.row {
  min-height: 1em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1; }

.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0; }

.row:after {
  clear: both; }

.row [class*='span'] {
  display: block;
  float: left;
  margin-right: 2%;
  min-height: 1px;
  width: 100%; }

.row [class*='span']:last-child {
  margin-right: 0; }

.row .span1 {
  width: 6.5%; }

.row .span2 {
  width: 15%; }

.row .span3 {
  width: 23.5%; }

.row .span4 {
  width: 32%; }

.row .span5 {
  width: 40.5%; }

.row .span6 {
  width: 49%; }

.row .span7 {
  width: 57.5%; }

.row .span8 {
  width: 66%; }

.row .span9 {
  width: 74.5%; }

.row .span10 {
  width: 83%; }

.row .span11 {
  width: 91.5%; }

.row .span12 {
  width: 100%; }

@media (max-width: 720px) {
  .row [class*='span'] {
    float: none;
    margin-right: 0;
    width: 100%; } }
html {
  overflow-y: scroll; }

body, html {
  background: #F1F1F1;
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: regular;
  position: relative;
  height: 100%; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.hidden {
  display: none; }

fa {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

b, strong {
  font-weight: bold; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.2em;
  padding-bottom: 12.8px; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.6em; }

h3 {
  font-size: 1.3em; }

p {
  line-height: 1.2em;
  padding-bottom: 0.8em; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.navtop {
  z-index: 99999; }

.nav-menu a {
  color: #E1E1E1;
  display: block;
  line-height: 2em;
  font-size: 0.95em;
  padding: 0 0.5em;
  text-decoration: none;
  white-space: nowrap; }

.nav-menu-horizontal {
  clear: both;
  display: block;
  position: relative; }
  .nav-menu-horizontal ul {
    background: #333;
    display: block; }
  .nav-menu-horizontal li {
    position: relative; }
  .nav-menu-horizontal > ul > li {
    display: inline-block;
    font-size: 16px; }
  .nav-menu-horizontal ul.menu-level-1 {
    min-width: 100%; }
  .nav-menu-horizontal ul.menu-level-0 {
    font-size: 0; }
    .nav-menu-horizontal ul.menu-level-0 ul {
      opacity: 0;
      height: 1px;
      width: 1px;
      overflow: hidden;
      clip: rect(1px, 1px, 1px, 1px); }
    .nav-menu-horizontal ul.menu-level-0 ul.menu-level-1 {
      position: absolute;
      top: 100%;
      left: 0; }
      .nav-menu-horizontal ul.menu-level-0 ul.menu-level-1 ul {
        position: absolute;
        top: 0;
        left: 100%; }
  .nav-menu-horizontal li:hover {
    background: #4d4d4d; }
    .nav-menu-horizontal li:hover > a {
      color: white; }
    .nav-menu-horizontal li:hover > ul {
      opacity: 1;
      height: inherit;
      width: inherit;
      overflow: inherit;
      clip: inherit; }

.nav-menu-vertical {
  background: #333;
  clear: both;
  display: block;
  height: 100%;
  padding-top: 1px;
  margin-top: -1px;
  position: relative; }
  .nav-menu-vertical ul {
    background: #333;
    display: block; }
  .nav-menu-vertical li {
    position: relative; }
    .nav-menu-vertical li.separator {
      margin-top: 1em; }
  .nav-menu-vertical > ul > li {
    font-size: 16px; }
  .nav-menu-vertical ul.menu-level-0 {
    font-size: 0; }
    .nav-menu-vertical ul.menu-level-0 ul {
      opacity: 0;
      height: 1px;
      width: 1px;
      min-width: 1px;
      overflow: hidden;
      clip: rect(1px, 1px, 1px, 1px); }
    .nav-menu-vertical ul.menu-level-0 ul {
      position: absolute;
      top: 0;
      left: 100%; }
      .nav-menu-vertical ul.menu-level-0 ul > li > a > .fa {
        display: none; }
  .nav-menu-vertical li:hover {
    background: #4d4d4d; }
    .nav-menu-vertical li:hover > a {
      color: white; }
    .nav-menu-vertical li:hover > ul {
      opacity: 1;
      height: inherit;
      width: inherit;
      min-width: 150px;
      overflow: inherit;
      clip: inherit; }

#polycy-popup-fixed {
  font-family: "Open Sans", sans-serif; }

#policy-popup-text {
  font-size: 14px;
  color: #FFF; }
  #policy-popup-text a, #policy-popup-text a:hover, #policy-popup-text a:visited {
    color: #FFF;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer; }
