@charset "UTF-8";
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  color: inherit;
  vertical-align: baseline;
  text-indent: 0; }

*, *:before, *:after {
  box-sizing: border-box; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

sup {
  vertical-align: super; }

ul {
  list-style: none;
  list-style-type: none; }

ol {
  list-style: numeric;
  list-style-position: inside; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0; }

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

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

blockquote, q {
  quotes: "" ""; }

dt {
  font-weight: bold; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: underline;
  cursor: pointer; }

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%; }

.container--wide {
  max-width: 100%; }

.container .row {
  margin-left: -0.5rem;
  margin-right: -0.5rem; }

.section {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .section.no-pad {
    padding: 0; }
  .section.no-pad-bot {
    padding-bottom: 0; }
  .section.no-pad-top {
    padding-top: 0; }

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }
  .row:after {
    content: "";
    display: table;
    clear: both; }
  .row .col {
    float: left;
    box-sizing: border-box;
    padding: 0 0.5rem;
    min-height: 1px; }
    .row .col[class*="push-"], .row .col[class*="pull-"] {
      position: relative; }
    .row .col._s1 {
      width: 8.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col._s2 {
      width: 16.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col._s3 {
      width: 25%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col._s4 {
      width: 33.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col._s5 {
      width: 41.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col._s6 {
      width: 50%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col._s7 {
      width: 58.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col._s8 {
      width: 66.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col._s9 {
      width: 75%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col._s10 {
      width: 83.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col._s11 {
      width: 91.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col._s12 {
      width: 100%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col._offset-s1 {
      margin-left: 8.33333%; }
    .row .col._pull-s1 {
      right: 8.33333%; }
    .row .col._push-s1 {
      left: 8.33333%; }
    .row .col._offset-s2 {
      margin-left: 16.66667%; }
    .row .col._pull-s2 {
      right: 16.66667%; }
    .row .col._push-s2 {
      left: 16.66667%; }
    .row .col._offset-s3 {
      margin-left: 25%; }
    .row .col._pull-s3 {
      right: 25%; }
    .row .col._push-s3 {
      left: 25%; }
    .row .col._offset-s4 {
      margin-left: 33.33333%; }
    .row .col._pull-s4 {
      right: 33.33333%; }
    .row .col._push-s4 {
      left: 33.33333%; }
    .row .col._offset-s5 {
      margin-left: 41.66667%; }
    .row .col._pull-s5 {
      right: 41.66667%; }
    .row .col._push-s5 {
      left: 41.66667%; }
    .row .col._offset-s6 {
      margin-left: 50%; }
    .row .col._pull-s6 {
      right: 50%; }
    .row .col._push-s6 {
      left: 50%; }
    .row .col._offset-s7 {
      margin-left: 58.33333%; }
    .row .col._pull-s7 {
      right: 58.33333%; }
    .row .col._push-s7 {
      left: 58.33333%; }
    .row .col._offset-s8 {
      margin-left: 66.66667%; }
    .row .col._pull-s8 {
      right: 66.66667%; }
    .row .col._push-s8 {
      left: 66.66667%; }
    .row .col._offset-s9 {
      margin-left: 75%; }
    .row .col._pull-s9 {
      right: 75%; }
    .row .col._push-s9 {
      left: 75%; }
    .row .col._offset-s10 {
      margin-left: 83.33333%; }
    .row .col._pull-s10 {
      right: 83.33333%; }
    .row .col._push-s10 {
      left: 83.33333%; }
    .row .col._offset-s11 {
      margin-left: 91.66667%; }
    .row .col._pull-s11 {
      right: 91.66667%; }
    .row .col._push-s11 {
      left: 91.66667%; }
    .row .col._offset-s12 {
      margin-left: 100%; }
    .row .col._pull-s12 {
      right: 100%; }
    .row .col._push-s12 {
      left: 100%; }
    @media only screen and (min-width: 768px) {
      .row .col._m1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col._m2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col._m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col._m4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col._m5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col._m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col._m7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col._m8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col._m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col._m10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col._m11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col._m12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col._offset-m1 {
        margin-left: 8.33333%; }
      .row .col._pull-m1 {
        right: 8.33333%; }
      .row .col._push-m1 {
        left: 8.33333%; }
      .row .col._offset-m2 {
        margin-left: 16.66667%; }
      .row .col._pull-m2 {
        right: 16.66667%; }
      .row .col._push-m2 {
        left: 16.66667%; }
      .row .col._offset-m3 {
        margin-left: 25%; }
      .row .col._pull-m3 {
        right: 25%; }
      .row .col._push-m3 {
        left: 25%; }
      .row .col._offset-m4 {
        margin-left: 33.33333%; }
      .row .col._pull-m4 {
        right: 33.33333%; }
      .row .col._push-m4 {
        left: 33.33333%; }
      .row .col._offset-m5 {
        margin-left: 41.66667%; }
      .row .col._pull-m5 {
        right: 41.66667%; }
      .row .col._push-m5 {
        left: 41.66667%; }
      .row .col._offset-m6 {
        margin-left: 50%; }
      .row .col._pull-m6 {
        right: 50%; }
      .row .col._push-m6 {
        left: 50%; }
      .row .col._offset-m7 {
        margin-left: 58.33333%; }
      .row .col._pull-m7 {
        right: 58.33333%; }
      .row .col._push-m7 {
        left: 58.33333%; }
      .row .col._offset-m8 {
        margin-left: 66.66667%; }
      .row .col._pull-m8 {
        right: 66.66667%; }
      .row .col._push-m8 {
        left: 66.66667%; }
      .row .col._offset-m9 {
        margin-left: 75%; }
      .row .col._pull-m9 {
        right: 75%; }
      .row .col._push-m9 {
        left: 75%; }
      .row .col._offset-m10 {
        margin-left: 83.33333%; }
      .row .col._pull-m10 {
        right: 83.33333%; }
      .row .col._push-m10 {
        left: 83.33333%; }
      .row .col._offset-m11 {
        margin-left: 91.66667%; }
      .row .col._pull-m11 {
        right: 91.66667%; }
      .row .col._push-m11 {
        left: 91.66667%; }
      .row .col._offset-m12 {
        margin-left: 100%; }
      .row .col._pull-m12 {
        right: 100%; }
      .row .col._push-m12 {
        left: 100%; } }
    @media only screen and (min-width: 1024px) {
      .row .col._l1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col._l2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col._l3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col._l4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col._l5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col._l6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col._l7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col._l8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col._l9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col._l10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col._l11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col._l12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col._offset-l1 {
        margin-left: 8.33333%; }
      .row .col._pull-l1 {
        right: 8.33333%; }
      .row .col._push-l1 {
        left: 8.33333%; }
      .row .col._offset-l2 {
        margin-left: 16.66667%; }
      .row .col._pull-l2 {
        right: 16.66667%; }
      .row .col._push-l2 {
        left: 16.66667%; }
      .row .col._offset-l3 {
        margin-left: 25%; }
      .row .col._pull-l3 {
        right: 25%; }
      .row .col._push-l3 {
        left: 25%; }
      .row .col._offset-l4 {
        margin-left: 33.33333%; }
      .row .col._pull-l4 {
        right: 33.33333%; }
      .row .col._push-l4 {
        left: 33.33333%; }
      .row .col._offset-l5 {
        margin-left: 41.66667%; }
      .row .col._pull-l5 {
        right: 41.66667%; }
      .row .col._push-l5 {
        left: 41.66667%; }
      .row .col._offset-l6 {
        margin-left: 50%; }
      .row .col._pull-l6 {
        right: 50%; }
      .row .col._push-l6 {
        left: 50%; }
      .row .col._offset-l7 {
        margin-left: 58.33333%; }
      .row .col._pull-l7 {
        right: 58.33333%; }
      .row .col._push-l7 {
        left: 58.33333%; }
      .row .col._offset-l8 {
        margin-left: 66.66667%; }
      .row .col._pull-l8 {
        right: 66.66667%; }
      .row .col._push-l8 {
        left: 66.66667%; }
      .row .col._offset-l9 {
        margin-left: 75%; }
      .row .col._pull-l9 {
        right: 75%; }
      .row .col._push-l9 {
        left: 75%; }
      .row .col._offset-l10 {
        margin-left: 83.33333%; }
      .row .col._pull-l10 {
        right: 83.33333%; }
      .row .col._push-l10 {
        left: 83.33333%; }
      .row .col._offset-l11 {
        margin-left: 91.66667%; }
      .row .col._pull-l11 {
        right: 91.66667%; }
      .row .col._push-l11 {
        left: 91.66667%; }
      .row .col._offset-l12 {
        margin-left: 100%; }
      .row .col._pull-l12 {
        right: 100%; }
      .row .col._push-l12 {
        left: 100%; } }
    @media only screen and (min-width: 1201px) {
      .row .col._xl1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col._xl2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col._xl3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col._xl4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col._xl5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col._xl6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col._xl7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col._xl8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col._xl9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col._xl10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col._xl11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col._xl12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col._offset-xl1 {
        margin-left: 8.33333%; }
      .row .col._pull-xl1 {
        right: 8.33333%; }
      .row .col._push-xl1 {
        left: 8.33333%; }
      .row .col._offset-xl2 {
        margin-left: 16.66667%; }
      .row .col._pull-xl2 {
        right: 16.66667%; }
      .row .col._push-xl2 {
        left: 16.66667%; }
      .row .col._offset-xl3 {
        margin-left: 25%; }
      .row .col._pull-xl3 {
        right: 25%; }
      .row .col._push-xl3 {
        left: 25%; }
      .row .col._offset-xl4 {
        margin-left: 33.33333%; }
      .row .col._pull-xl4 {
        right: 33.33333%; }
      .row .col._push-xl4 {
        left: 33.33333%; }
      .row .col._offset-xl5 {
        margin-left: 41.66667%; }
      .row .col._pull-xl5 {
        right: 41.66667%; }
      .row .col._push-xl5 {
        left: 41.66667%; }
      .row .col._offset-xl6 {
        margin-left: 50%; }
      .row .col._pull-xl6 {
        right: 50%; }
      .row .col._push-xl6 {
        left: 50%; }
      .row .col._offset-xl7 {
        margin-left: 58.33333%; }
      .row .col._pull-xl7 {
        right: 58.33333%; }
      .row .col._push-xl7 {
        left: 58.33333%; }
      .row .col._offset-xl8 {
        margin-left: 66.66667%; }
      .row .col._pull-xl8 {
        right: 66.66667%; }
      .row .col._push-xl8 {
        left: 66.66667%; }
      .row .col._offset-xl9 {
        margin-left: 75%; }
      .row .col._pull-xl9 {
        right: 75%; }
      .row .col._push-xl9 {
        left: 75%; }
      .row .col._offset-xl10 {
        margin-left: 83.33333%; }
      .row .col._pull-xl10 {
        right: 83.33333%; }
      .row .col._push-xl10 {
        left: 83.33333%; }
      .row .col._offset-xl11 {
        margin-left: 91.66667%; }
      .row .col._pull-xl11 {
        right: 91.66667%; }
      .row .col._push-xl11 {
        left: 91.66667%; }
      .row .col._offset-xl12 {
        margin-left: 100%; }
      .row .col._pull-xl12 {
        right: 100%; }
      .row .col._push-xl12 {
        left: 100%; } }

.nobold {
  font-weight: normal; }

strong, .strong, .bold {
  font-weight: bold; }

.hidden {
  display: none; }

.center, .acenter {
  text-align: center !important; }

.left, .aleft {
  text-align: left !important; }

.right, .aright {
  text-align: right !important; }

.atop {
  vertical-align: top; }

.amiddle {
  vertical-align: middle; }

.abottom {
  vertical-align: bottom; }

.fleft {
  float: left !important; }

.fright {
  float: right !important; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.clearfix {
  zoom: 1; }

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

.clearfix:after {
  clear: both; }

.clr, .clear, .clears {
  clear: both; }

.sm-clr {
  display: none; }

.inline {
  display: inline; }

.inline-block {
  display: inline-block; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.block {
  display: block; }

.inline-table {
  display: inline-table; }

.bound {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.bound-x {
  left: 0;
  right: 0; }

.bound-8 {
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px; }

.abs-bottom {
  bottom: 0; }

.abs-right {
  right: 0; }

.abs-top {
  top: 0; }

.mauto {
  margin: 0 auto; }

.wide {
  width: 100% !important; }

.embedded-wide {
  width: 980px !important;
  overflow-x: hidden;
  margin: auto; }

.embedded-content {
  width: 980px !important;
  padding: 0 !important; }

.high {
  height: 100% !important; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.w180 {
  width: 180px; }

.w240 {
  width: 240px; }

.w320 {
  width: 320px; }

.w480 {
  width: 480px; }

.w640 {
  width: 640px; }

.w720 {
  width: 720px; }

.m2t {
  margin-top: 2px !important; }

.m4 {
  margin: 4px !important; }

.m4t {
  margin-top: 4px !important; }

.m4b {
  margin-bottom: 4px !important; }

.m4r {
  margin-right: 4px !important; }

.m4l {
  margin-left: 4px !important; }

.m8t {
  margin-top: 8px !important; }

.m8b {
  margin-bottom: 8px !important; }

.m8l {
  margin-left: 8px !important; }

.m8r {
  margin-right: 8px !important; }

.m16 {
  margin: 16px !important; }

.m16t {
  margin-top: 16px !important; }

.m16b {
  margin-bottom: 16px !important; }

.m16l {
  margin-left: 16px !important; }

.m16r {
  margin-right: 16px !important; }

.m24 {
  margin: 24px !important; }

.m24t {
  margin-top: 24px !important; }

.m24b {
  margin-bottom: 24px !important; }

.m24l {
  margin-left: 24px !important; }

.m24r {
  margin-right: 24px !important; }

.m28r {
  margin-right: 28px !important; }

.m48l {
  margin-left: 48px !important; }

.m48r {
  margin-right: 48px !important; }

.p4 {
  padding: 4px; }

.p4b {
  padding-bottom: 4px; }

.p4t {
  padding-top: 4px; }

.p4l {
  padding-left: 4px; }

.p4r {
  padding-right: 4px; }

.p6 {
  padding: 6px; }

.p6l {
  padding-left: 6px; }

.p6r {
  padding-right: 6px; }

.p8 {
  padding: 8px; }

.p8l {
  padding-left: 8px; }

.p8r {
  padding-right: 8px; }

.p8t {
  padding-top: 8px; }

.p8b {
  padding-bottom: 8px; }

.p10 {
  padding: 10px; }

.p10l {
  padding-left: 10px; }

.p10r {
  padding-right: 10px; }

.p16 {
  padding: 16px; }

.p16t {
  padding-top: 16px; }

.p16b {
  padding-bottom: 16px; }

.p16l {
  padding-left: 16px; }

.p16r {
  padding-right: 16px; }

.p24 {
  padding: 24px; }

.p24t {
  padding-top: 24px; }

.p24b {
  padding-bottom: 24px; }

.p24l {
  padding-left: 24px; }

.p24r {
  padding-right: 24px; }

.p32l {
  padding-left: 32px; }

.p48l {
  padding-left: 48px; }

.h50 {
  height: 50px; }

.no-border {
  border: 0; }

.border-dotted-left {
  border-left: 1px dotted #aaa; }

.border-dotted-right {
  border-right: 1px dotted #aaa; }

.border-dotted-top {
  border-top: 1px dotted #aaa; }

.border-dotted-bottom {
  border-bottom: 1px dotted #aaa; }

.border-dotted {
  border: 1px dotted #aaa !important; }

.border-solid-left {
  border-left: 1px solid #888 !important; }

.border-solid-right {
  border-right: 1px solid #888 !important; }

.border-solid-top {
  border-top: 1px solid #888 !important; }

.border-solid-bottom {
  border-bottom: 1px solid #888 !important; }

.border-solid {
  border: 1px solid #888 !important; }

.border-white {
  border-color: white !important; }

.border-red {
  border-color: red !important; }

.border-full {
  border: 1px solid #888;
  border-top-style: inset;
  border-right-style: inset;
  border-bottom-style: inset;
  border-left-style: inset; }

.border-full td, .border-full tr, .border-full th {
  border: 1px solid #888;
  border-top-style: inset;
  border-right-style: inset;
  border-bottom-style: inset;
  border-left-style: inset; }

.max-round {
  border-radius: 7px; }

.round {
  border-radius: 3px; }

.round-tl {
  border-top-left-radius: 3px; }

.round-tr {
  border-top-right-radius: 3px; }

.round-bl {
  border-bottom-left-radius: 3px; }

.round-br {
  border-bottom-right-radius: 3px; }

.bgtransparent {
  background-image: none;
  background-color: transparent !important; }

.white {
  color: white !important; }

.black {
  color: black !important; }

.gray {
  color: #aaa !important; }

.lightgray {
  color: #ccc !important; }

.bgwhite {
  background-image: none;
  background-color: white !important; }

.bggrey {
  background-image: none;
  background-color: #ccc !important; }

.bglightgrey {
  background-image: none;
  background-color: #eee !important; }

.bgblack {
  background-image: none;
  background-color: black !important; }

.bggreen {
  background-image: none;
  background-color: #d7f9be !important; }

.bgblue {
  background-image: none;
  background-color: #1c85e0 !important; }

.nowrap {
  white-space: nowrap; }

.gray {
  color: gray; }

.cleargray {
  color: #ccc; }

.red {
  color: red; }

.orange {
  color: orange; }

.green {
  color: green; }

.bg-soft-gray {
  background-color: #ddd; }

.outline {
  outline: 1px red solid; }

.size14 {
  font-size: 14px !important; }

.overauto {
  overflow: auto; }

.heading {
  position: relative;
  font-size: 3.2rem;
  font-weight: 300;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px; }

.heading--xl {
  font-size: 3.6rem; }

.heading--sm {
  font-size: 2.8rem; }

.heading--blue {
  color: #49E; }

.heading--white {
  color: #ffffff; }

.heading--no-padding {
  padding: 0; }

.sub-heading {
  position: relative;
  font-size: 2.4rem;
  font-weight: 300;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 10px; }

.sub-heading--xl {
  font-size: 2.6rem; }

.sub-heading--sm {
  font-size: 2.2rem; }

.sub-heading--blue {
  color: #49E; }

.sub-heading--white {
  color: #ffffff; }

p {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 1rem; }

.text--sm {
  font-size: 1.3rem; }

.text--xl {
  font-size: 1.6rem; }

.text--xxl {
  font-size: 1.6rem; }

.text--bold {
  font-weight: 700; }

.text--italic {
  font-style: italic; }

.text--blue {
  color: #49E; }

.text--darkblue {
  color: #044b92; }

.text--black {
  color: #111111; }

.text--white {
  color: #ffffff; }

.text--red {
  color: #F70600; }

.text--align-left {
  text-align: left; }

.space {
  position: relative;
  display: block;
  height: 2rem; }

a {
  color: #49E; }
  a:hover {
    color: #238cf6; }

a.text--darkblue:hover {
  color: #0859aa; }

button {
  font-family: "Open Sans", sans-serif; }

.btn, .blue-button, .blue-button.border {
  position: relative;
  display: inline-block;
  float: none;
  background-color: #49E;
  background-image: none;
  width: auto;
  height: auto;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  text-shadow: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 40px;
  padding-left: 40px;
  margin: 5px 0 5px 0;
  border: 1px solid #238cf6;
  border-radius: 2px;
  transition: all .2s;
  cursor: pointer;
  pointer-events: all; }
  .btn:hover, .blue-button:hover {
    background-color: #63a6e9;
    color: #fff;
    text-decoration: none; }

.btn--xl {
  font-size: 2.0rem;
  font-weight: 700; }
  @media only screen and (min-width: 768px) {
    .btn--xl {
      padding-top: 15px;
      padding-bottom: 15px;
      padding-right: 60px;
      padding-left: 60px; } }

.btn--no-margin {
  margin: 0; }

.btn--bg {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  padding-left: 0; }

.btn--sm {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 1.6rem; }

.btn--xs {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 1.4rem; }

.btn--print-variante {
  font-size: 1.3rem;
  padding-right: 0;
  padding-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  margin: 0;
  max-width: 180px; }
  .btn--print-variante[disabled=disabled] {
    color: #111111; }
  .btn--print-variante[disabled=disabled]:hover {
    color: #111111; }

.btn--darkblue {
  background-color: #044b92;
  color: #ffffff;
  border: 1px solid #004080; }
  .btn--darkblue:hover {
    color: #ffffff;
    background-color: #0859aa;
    border: 1px solid #044b92; }

.btn--border, .blue-button.border {
  color: #49E;
  background-color: transparent;
  border: 1px solid #49E; }
  .btn--border:hover, .blue-button.border:hover {
    color: #ffffff;
    background-color: #49E;
    border: 1px solid #49E; }

.btn--border-white, .btn--border-text-b, .btn--border-text-db {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff; }
  .btn--border-white:hover, .btn--border-text-b:hover, .btn--border-text-db:hover {
    color: #49E;
    background-color: #ffffff;
    border: 1px solid #ffffff; }

.btn--border-black {
  color: #111111;
  background-color: transparent;
  border: 1px solid #111111; }
  .btn--border-black:hover {
    color: #ffffff;
    background-color: #111111;
    border: 1px solid #111111; }

.btn--border-db {
  color: #044b92;
  background-color: transparent;
  border: 1px solid #044b92; }
  .btn--border-db:hover {
    color: #fff;
    background-color: #044b92;
    border: 1px solid #044b92; }

.btn--border-text-b:hover {
  color: #111111;
  background-color: #fff;
  border: 1px solid #fff; }

.btn--border-text-db:hover {
  color: #044b92;
  background-color: #fff;
  border: 1px solid #fff; }

.btn--white {
  background-color: #ffffff;
  color: #111111;
  border: 1px solid #fff; }
  .btn--white:hover {
    color: #044b92;
    background-color: #EEEEEE;
    border: 1px solid #fff; }

.btn--updating,
.btn:disabled,
.blue-button:disabled,
.updating .btn,
.updating .blue-button,
.disabled .btn,
.disabled .blue-button,
.btn[disabled=disabled],
[disabled=disabled].blue-button {
  cursor: default;
  background-color: #CCCCCC;
  border: 1px solid #929292; }
  .btn--updating:hover,
  .btn:disabled:hover,
  .blue-button:disabled:hover,
  .updating .btn:hover,
  .updating .blue-button:hover,
  .disabled .btn:hover,
  .disabled .blue-button:hover,
  .btn[disabled=disabled]:hover,
  [disabled=disabled].blue-button:hover {
    background-color: #CCCCCC;
    border: 1px solid #929292; }

.modal-container {
  position: relative;
  text-align: center; }

.modal {
  position: relative;
  width: 100%;
  z-index: 1001;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.35);
  border-top: 4px solid #49E;
  background-color: white;
  padding-left: 15px;
  padding-right: 15px; }

.modal--fixed-top {
  position: fixed;
  top: 70px;
  max-width: 700px;
  width: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.modal-background {
  background: rgba(0, 0, 0, 0.35);
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%; }

.card {
  background: #fff;
  padding: 1rem;
  margin-top: 1rem; }
  .card.disabled {
    position: relative; }
  .card.disabled:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99; }
  .card.card--blue {
    background: #044b92;
    color: #ffffff; }
  .card.card--border {
    border-top: 2px solid #49E; }

.forms {
  position: relative;
  width: 100%;
  margin: 0 auto; }

.forms * {
  box-sizing: border-box !important; }

.forms label {
  display: block;
  color: #49E;
  padding-bottom: 5px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: left; }

.forms .input-label {
  position: relative;
  display: block;
  text-align: left;
  padding-bottom: 2px; }

.forms .input-label:first-letter {
  text-transform: uppercase; }

.forms input {
  position: relative;
  display: block;
  width: 100%;
  height: 28px;
  border: none;
  background-color: #EEEEEE;
  padding: 0 0 0 10px;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  font-size: 14px;
  font-family: "Open Sans", sans-serif; }

.forms .show_password {
  display: block;
  position: absolute;
  right: 15px;
  bottom: 12px;
  font-size: 18px;
  color: #929292;
  cursor: pointer; }

.forms input:focus {
  background-color: #EEEEEE; }

.forms .line:after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #49E;
  position: absolute;
  z-index: 1;
  transition: all .2s; }

.forms input:focus ~ .line:after {
  width: 100%; }

.forms .line {
  display: block;
  width: 100%;
  height: 1px;
  background: #CCCCCC;
  position: absolute;
  transition: all .2s; }

.forms input.isUnvalid ~ .line:after,
.forms select.isUnvalid ~ .line:after {
  width: 100%;
  height: 2px;
  background-color: #F70600; }

.forms input.isUnvalid ~ .line:before,
.forms select.isUnvalid ~ .line:before {
  content: '!';
  position: absolute;
  top: -28px;
  left: -12px;
  font-size: 20px;
  color: #F70600; }

.forms input.isValid ~ .line:after {
  width: 100%; }

.forms input[type=checkbox] ~ .line {
  background: transparent;
  width: calc(100% - 40px); }

.forms input[type=checkbox].isValid ~ .line:after {
  width: 0; }

.forms input[type=checkbox].isUnvalid ~ .line:after {
  width: 100%; }

.forms .field-icon {
  position: absolute;
  padding-left: 6px;
  font-size: 18px;
  padding-top: 2px;
  color: #929292;
  pointer-events: none;
  left: 0;
  z-index: 2; }

.forms .input_hasIcon input {
  padding-left: 30px; }

.forms textarea {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid transparent;
  background-color: #EEEEEE;
  resize: none;
  font-size: 14px; }

.forms textarea:hover {
  border-color: #E2E2E2; }

.forms textarea:focus {
  border-color: #49E; }

.forms select {
  position: relative;
  display: block;
  margin-top: 10px;
  height: 28px;
  width: 100%;
  border: 1px solid transparent;
  background-color: #EEEEEE;
  box-shadow: none;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem; }

.forms select:hover {
  border-color: #CCCCCC; }

.forms select:focus {
  border-color: #49E; }

.forms .checkbox {
  font-size: 14px;
  text-align: left; }

.forms .checkbox ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.forms .checkbox ul li {
  margin-bottom: 12px; }

.forms [type="checkbox"] {
  position: absolute;
  left: -9999px; }

.forms [type="checkbox"]:not(:checked) + label,
.forms [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer; }

/* checkbox aspect */
.forms [type="checkbox"]:not(:checked) + label:before,
.forms [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #929292;
  background: #fff;
  border-radius: 2px; }

/* checked mark aspect */
.forms [type="checkbox"]:not(:checked) + label:after,
.forms [type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: 1.9rem;
  line-height: 0.8;
  color: #49E;
  transition: all .2s; }

/* checked mark aspect changes */
.forms [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

.forms [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/* disabled checkbox */
.forms [type="checkbox"]:disabled:not(:checked) + label:before,
.forms [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #CCCCCC;
  background-color: #E2E2E2; }

.forms [type="checkbox"]:disabled:checked + label:after {
  color: #929292; }

.forms [type="checkbox"]:disabled + label {
  color: #CCCCCC; }

/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted #238cf6; }

.forms .checkbox label:hover:before {
  border: 1px solid #238cf6 !important; }

.forms .radios ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left; }

.forms .radios label {
  color: #424242; }

.forms .radios ul li {
  color: #929292;
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 8px; }

.forms .radios.radios-inline ul li {
  display: inline-block;
  width: auto;
  margin-right: 10px; }
  .forms .radios.radios-inline ul li:last-child {
    margin-right: 0; }
  .forms .radios.radios-inline ul li label {
    position: relative;
    top: 3px;
    padding: 0 0 0 20px; }

.forms .radios ul li input[type=radio] {
  position: absolute;
  visibility: hidden; }

.forms .radios ul li label {
  display: block;
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  padding: 0px 0px 0px 25px;
  margin: 0;
  z-index: 9;
  cursor: pointer; }

.forms .radios ul li:hover label {
  color: #49E; }
  .forms .radios ul li:hover label.label--dark-blue {
    color: #044b92; }
  .forms .radios ul li:hover label.label--black {
    color: #111111; }

.forms .radios ul li .check {
  display: inline-block;
  position: absolute;
  border: 2px solid #CCCCCC;
  border-radius: 100%;
  height: 16px;
  width: 16px;
  top: 5px;
  left: 0px;
  z-index: 5;
  transition: border .2s linear;
  -webkit-transition: border .2s linear; }

.forms .radios ul li:hover .check {
  border: 2px solid #49E; }
  .forms .radios ul li:hover .check.check--dark-blue {
    border: 2px solid #044b92; }
  .forms .radios ul li:hover .check.check--black {
    border: 2px solid #111111; }

.forms .radios ul li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 6px;
  width: 6px;
  top: 3px;
  left: 3px;
  margin: auto;
  transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear; }

.forms .radios input[type=radio]:checked ~ .check {
  border: 2px solid #49E; }
  .forms .radios input[type=radio]:checked ~ .check.check--black {
    border: 2px solid #111111; }

.forms .radios input[type=radio]:checked ~ .check::before {
  background: #49E; }

.forms .radios input[type=radio]:checked ~ .check--black::before {
  background: #111111; }

.forms .radios input[type=radio]:checked ~ label {
  color: #49E; }
  .forms .radios input[type=radio]:checked ~ label.label--dark-blue {
    color: #044b92; }
  .forms .radios input[type=radio]:checked ~ label.label--black {
    color: #111111; }

.forms .errorlist {
  text-align: left;
  font-size: 12px;
  padding-top: 3px; }

.forms .errorlist li {
  padding: 0 !important;
  margin: 0;
  border: none;
  background-color: transparent;
  color: #F70600 !important; }

.forms .errorlist li:before {
  content: ''; }

.forms .errorlist li a {
  color: #49E !important; }

.forms input[type=range] {
  background: transparent;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 1; }
  .forms input[type=range]:focus {
    outline: none; }
  .forms input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: transparent; }
  .forms input[type=range]::-webkit-slider-thumb {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #49E;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -4px; }
  .forms input[type=range]::-moz-range-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent; }
  .forms input[type=range]::-moz-range-thumb {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #49E;
    cursor: pointer; }
  .forms input[type=range]::-ms-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    color: transparent; }
  .forms input[type=range]::-ms-fill-lower {
    background: #2a6495;
    border-radius: 2.6px; }
  .forms input[type=range]::-ms-fill-upper {
    background: #EEEEEE;
    border-radius: 2.6px; }
  .forms input[type=range]::-ms-thumb {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #49E;
    cursor: pointer; }
  .forms input[type=range]:focus::-ms-fill-lower {
    background: #EEEEEE; }
  .forms input[type=range]:focus::-ms-fill-upper {
    background: #EEEEEE; }

.forms .range-background {
  position: absolute;
  display: block;
  width: calc(100% - 10px);
  background-color: #E2E2E2;
  height: 3px;
  top: 13px; }

.forms .range-line {
  position: relative;
  display: block;
  width: 0%;
  background-color: #49E;
  height: 3px;
  top: -15px; }

/* Copied from PrintPriceView.scss that should be cleaned after merge */
.forms.quantity form {
  display: inline-block;
  vertical-align: top; }

.forms.quantity label {
  display: inline-block;
  width: 60px;
  margin-bottom: 0;
  padding: 0; }

.forms.quantity input[type=number] {
  text-align: center;
  font-size: 1.8rem; }

.forms.quantity .minus,
.forms.quantity .plus {
  position: relative;
  display: inline-block;
  height: 29px;
  width: 27px;
  background: #EEEEEE;
  border-bottom: 1px solid #CCCCCC;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: top;
  text-align: center;
  transition: all 0.2s ease; }
  .forms.quantity .minus svg,
  .forms.quantity .plus svg {
    vertical-align: middle;
    margin-top: 5px; }
  .forms.quantity .minus:hover,
  .forms.quantity .plus:hover {
    text-decoration: none;
    border-bottom: 1px solid #49E; }
    .forms.quantity .minus:hover svg path,
    .forms.quantity .plus:hover svg path {
      fill: #49E; }
  .forms.quantity .minus:active,
  .forms.quantity .plus:active {
    background-color: #49E; }
    .forms.quantity .minus:active svg path,
    .forms.quantity .plus:active svg path {
      fill: #ffffff; }
  .forms.quantity .minus[disabled]:hover,
  .forms.quantity .plus[disabled]:hover {
    cursor: default;
    border-bottom: 1px solid #CCCCCC; }
    .forms.quantity .minus[disabled]:hover svg path,
    .forms.quantity .plus[disabled]:hover svg path {
      fill: #929292; }

.forms.quantity .minus {
  border-right: 1px solid #CCCCCC; }

.forms.quantity .plus {
  left: -3px;
  border-right: 1px solid transparent; }

.nav-header {
  height: 49px; }

#main_menu {
  position: fixed;
  height: 49px;
  top: 0;
  width: 100%;
  z-index: 1000000;
  color: #111111;
  text-align: right;
  background: #ffffff;
  border-bottom: 1px solid #E2E2E2;
  font-weight: 100;
  font-size: 16px; }

#main_menu_content {
  max-width: 1200px;
  min-width: 980px;
  margin: 0 auto;
  position: relative; }

/* logo */
#main_menu_content > a {
  float: left;
  margin-left: 10px; }

#main_menu_content > a img {
  height: 50px; }

#main_menu_content > ul > li {
  display: inline-block;
  padding: 0 10px;
  cursor: pointer;
  line-height: 50px;
  font-size: 18px;
  vertical-align: middle; }

#main_menu_content > ul > li.link-icon {
  padding: 0; }

#main_menu_content > ul > li.link-icon a {
  padding: 0 10px; }

#main_menu_content > ul > li > span {
  display: block;
  position: relative;
  z-index: 2;
  font-size: inherit; }

#main_menu_content > ul > li > span a {
  color: #111111;
  display: block;
  height: 50px; }

#main_menu_content > ul > li > span a:hover {
  text-decoration: none; }

#main_menu_content > ul > li > span a span {
  line-height: 50px;
  font-size: inherit; }

#main_menu .badge {
  border-radius: 20px;
  background: #49E;
  color: #ffffff;
  font-size: 12px;
  display: inline-block;
  min-width: 20px;
  line-height: 20px;
  position: absolute;
  top: 3px;
  right: -10px;
  font-weight: bold;
  text-align: center;
  padding: 0 3px; }

#main_menu .main_menu_separator span a:after {
  content: '|';
  display: inline-block;
  position: relative;
  left: 10px; }

#main_menu .submenu {
  position: absolute;
  display: none;
  top: 50px;
  right: 0;
  background: #ffffff;
  line-height: 24px;
  text-align: left;
  padding: 10px 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border-radius: 0 0 0 3px;
  box-shadow: 0 5px 11px rgba(0, 0, 0, 0.3); }

[lang=de] #main_menu_content > ul > li:nth-child(1) .submenu,
#main_menu_content > ul > li:nth-child(3) .submenu,
#main_menu_content > ul > li:nth-child(4) .submenu {
  right: auto;
  margin-left: -10px; }

#main_menu .submenu > div {
  float: left;
  margin: 0 20px; }

#main_menu .submenu a {
  font-size: 16px;
  font-weight: bold;
  color: #49E; }

#main_menu .submenu ul {
  margin: 5px 0 0 10px; }

#main_menu li:last-child .submenu ul {
  margin: 0; }

#main_menu li:last-child li {
  padding-left: 22px;
  position: relative;
  margin-bottom: 5px; }

#main_menu li:last-child li [class^="icon-"] {
  position: absolute;
  left: 0;
  top: 7px;
  color: #929292; }

#main_menu .submenu li a {
  font-size: 14px;
  font-weight: 400;
  color: #111111; }

#main_menu_content > ul > li > span:after {
  content: '';
  display: block;
  position: absolute;
  top: 45px;
  height: 5px;
  left: -10px;
  background: #49E;
  width: calc(100% + 20px);
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Chrome, Safari, Opera */
  transform: scaleX(0);
  opacity: 0.4; }

#main_menu_content > ul > li.link-icon > span:after {
  left: 0;
  width: 100%; }

#main_menu_content > ul > li.selected > span:after,
#main_menu_content > ul > li:hover > span:after {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Chrome, Safari, Opera */
  transform: scaleX(1);
  opacity: 1; }

#main_menu_content [class^="icon-"],
#main_menu_content li,
#main_menu_content li a {
  transition: color 0.2s ease; }

#main_menu_content > ul > li:hover > span [class^="icon-"],
#main_menu_content .submenu li:hover [class^="icon-"],
#main_menu_content li:hover,
#main_menu_content li:hover span a,
#main_menu_content .submenu li:hover a {
  color: #49E; }

#main_menu_content > ul > li:hover .submenu {
  display: block; }

body.with_promo_banner #main_menu {
  top: 48px; }

[data-menu-button] {
  display: none;
  font-size: 32px;
  line-height: 50px;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

/*fix bug menu icon on pages press*/
[data-menu-button] span {
  font-size: 32px; }

[data-menu-button]:hover {
  text-decoration: none; }

[data-menu-button].active {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

@media (max-width: 1023px) {
  [data-menu-button] {
    display: inline-block; }
  #main_menu {
    text-align: left; }
  #main_menu_content {
    min-width: 0; }
  #main_menu_content > ul {
    position: fixed;
    width: 280px;
    height: calc(100% - 50px);
    top: 50px;
    left: -100%;
    background: #ffffff;
    transition: left 0.3s ease-in;
    overflow: auto;
    z-index: 1; }
  .with_promo_banner #main_menu_content > ul {
    top: 96px; }
  #main_menu_content > ul.active {
    left: 0;
    border-bottom: 1px solid #ccc; }
  #main_menu_content > ul > li {
    display: block;
    line-height: 35px; }
  #main_menu_content > ul > li > span:after {
    display: none; }
  #main_menu_content > ul > li:hover > span:after {
    display: none; }
  #main_menu_content > ul > li > span a span {
    line-height: 35px; }
  #main_menu .submenu {
    position: static;
    box-shadow: none;
    border-radius: 0;
    padding: 0 10px; }
  #main_menu .submenu > div {
    float: none;
    margin: 8px 0; }
  #main_menu .badge {
    top: 10px;
    left: 10px;
    right: auto; }
  #main_menu_content > ul > li > span a:not([title='']):after {
    content: attr(title);
    display: inline;
    margin-left: 20px; } }

#footer {
  background: #EEEEEE;
  color: #282828;
  cursor: default;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2; }

#footer .h2 {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 4px;
  color: #111111;
  line-height: 24px;
  text-shadow: none; }

#footer .h3, #footer .h3 > a {
  margin-top: 20px;
  color: #49E;
  margin: 0;
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 14px; }

#footer ul {
  margin-bottom: 16px; }

#footer .h3 {
  color: #282828; }

#footer .h3 a:hover {
  color: #49E; }

#footer a {
  color: #282828; }

#footer a:hover {
  text-decoration: underline;
  transition: all .1s;
  -moz-transition: all .1s;
  -webkit-transition: all .1s; }

#footer .row {
  position: relative;
  text-align: left; }

#footer .col {
  float: left;
  width: 25%; }

#footer .row ul li {
  text-indent: 5px; }

#footer .ekomi {
  position: absolute;
  bottom: 16px; }

.footer-wrapper {
  background: #EEEEEE;
  bottom: 0;
  display: inline-block;
  margin: 0 auto;
  max-width: 1200px;
  min-width: 980px;
  position: relative;
  padding: 20px 0 30px 0;
  width: 100%;
  z-index: 3; }

.staples-footer-left-column,
.staples-footer-right-column {
  min-width: 240px;
  width: 21%; }

.staples-footer_address {
  display: inline-block; }

.staples-footer-middle-column {
  max-width: 600px;
  min-width: 480px;
  width: 52%; }

.staples-footer-parent-column {
  display: inline-block;
  height: 150px;
  text-align: left;
  vertical-align: middle; }

.staples-footer-parent-column ul li {
  text-indent: 5px; }

.staples-footer-wrapper {
  background: #E2E2E2;
  bottom: 0;
  display: inline-block;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  padding: 20px 10px 30px 10px;
  text-align: center;
  z-index: 3; }

.footer_address .h3 {
  color: #282828 !important; }

.footer-newsletter-signup input[type=text] {
  border-radius: 2px 0 0 2px;
  width: 85% !important;
  height: 28px;
  margin: 0;
  padding: 0 10px;
  z-index: 1;
  float: left;
  border: solid 1px #CCCCCC;
  background-color: white; }

.footer-newsletter-signup input[type=submit] {
  position: relative;
  width: 15%;
  height: 28px;
  background: #CCCCCC;
  border: none;
  border-radius: 0 2px 2px 0;
  color: #111111;
  cursor: pointer;
  font-weight: 700;
  padding: 5px; }

input[type=submit].footer-newsletter-signup:hover {
  background: #929292;
  box-shadow: 0 0 0 15px #929292, 30px 0 0 5px #929292;
  /*need this for IE*/ }

form.footer-newsletter-signup {
  border-radius: 2px;
  display: inline-block;
  margin: 3px 20px;
  overflow: hidden;
  text-align: left;
  width: 380px;
  position: relative; }

.lang-select li {
  display: inline-block; }

.lang-select {
  background: #E2E2E2;
  border-radius: 2px;
  margin-right: 5px;
  padding: 0 10px; }

#footer .footer-social {
  display: inline-block;
  vertical-align: top; }

#footer .footer-social li {
  display: inline-block;
  margin: 0 2px; }

#footer .footer-social li a {
  display: block;
  line-height: 32px;
  height: 32px;
  width: 32px;
  border-radius: 3px;
  background: #CCCCCC;
  font-size: 20px;
  color: #FFF;
  transition: ease all 0.5s; }

#footer .footer-social li a:hover {
  text-decoration: none;
  color: #49E; }

/*Contact Flag*/
#contactFrame {
  position: fixed;
  top: 100px;
  right: 50%;
  z-index: 9999999;
  margin-right: -350px;
  background: white;
  overflow: hidden;
  box-shadow: 0 0 0 1500px rgba(0, 0, 0, 0.5), 0 0 80px #111111;
  border-radius: 3px;
  display: none;
  max-height: 90%; }

#contactCurtain {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999998; }

.contact_flag,
.contact_flag_cover {
  background: #E2E2E2;
  border-radius: 3px 0 0 0;
  height: 110px;
  position: fixed;
  right: 0;
  transition: ease all 0.2s;
  width: 250px;
  z-index: 1; }

.contact_flag {
  border-top: 1px solid #929292;
  border-left: 1px solid #929292;
  bottom: -50px;
  z-index: 99; }

.contact_flag:hover {
  bottom: 0; }

.contact_flag h2 {
  color: #282828; }

.contact_flag a {
  margin: 0 5px;
  opacity: 0.8;
  transition: ease all 0.2s; }

.contact_flag a:hover {
  opacity: 1;
  text-decoration: none; }

.contact_flag_cover {
  bottom: 0;
  height: 100%;
  padding-top: 0 !important;
  position: absolute;
  width: 255px;
  z-index: 2; }

#contact_mailUs {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 30px;
  max-width: 45%; }

#contact_mailUs {
  background-image: url(images/envelope.png); }

#contact_phoneUs {
  background-image: url(images/phone_icon.png); }

#contact_phoneUs {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 31px;
  max-width: 45%;
  margin-top: 2px; }

.inset_shadow {
  box-shadow: inset 0 10px 10px -10px #929292;
  padding-top: 20px; }

#footer-bottom {
  position: relative; }

#footer-lang-select {
  margin-top: 16px; }

#footer-lang-select i {
  position: relative;
  top: -4px; }

#footer .bottom-links {
  margin: 0;
  text-align: center; }

#footer .bottom-links li {
  display: inline-block; }

#footer .bottom-links li:after {
  content: '-';
  display: inline-block;
  margin: 0 5px; }

#footer .bottom-links li:last-child:after {
  display: none; }

@media only screen and (max-width: 1023px) {
  .responsive #footer .footer-wrapper {
    min-width: 0;
    padding: 0; }
  .responsive #footer .social-link-bar {
    margin-top: 20px; }
  .responsive #footer .col {
    width: 50%;
    text-align: center; }
  .responsive #footer .footer-social {
    margin-top: 15px; }
  .responsive #footer form {
    margin-top: 15px; }
  .responsive #footer .ekomi {
    position: static; }
  .responsive #footer .bottom-links li {
    padding: 2px 0; }
  .responsive #footer .bottom-links li a {
    padding: 5px 0; } }

@media only screen and (max-width: 767px) {
  .responsive #footer {
    overflow: hidden; }
  .responsive #footer .col {
    width: 100%;
    float: none; }
  .responsive #footer .footer-links .h3 {
    text-align: center; }
  .responsive #footer .footer-addresses .h3 {
    margin-top: 8px;
    text-align: center; }
  .responsive #footer .col .h2 {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 5px;
    font-weight: normal; }
  .responsive #footer .footer-links .col:first-child .h2:first-child {
    padding-top: 5px;
    border-top: 1px solid #CCCCCC; }
  .responsive #footer .col .h2 + div {
    display: none; }
  .responsive #footer hr {
    display: none; }
  .responsive #footer .footer-social {
    margin-top: 15px; }
  .responsive #footer form {
    margin-top: 0; }
  .responsive #footer ul {
    display: block;
    width: 100%; }
  .responsive #footer-lang-select {
    margin-bottom: 80px; }
  .responsive .ekomi {
    display: none; }
  .responsive .press-container {
    opacity: 1; }
  .responsive .press-container a {
    width: 80px;
    height: auto; }
  .responsive .press-container a img {
    width: 100%; }
  .responsive form.footer-newsletter-signup {
    margin: 10px auto;
    width: 90%; }
  .footer-newsletter-signup input[type=text],
  .footer-newsletter-signup input[type=submit] {
    height: 36px; }
  .responsive input[type=text].footer-newsletter-signup {
    display: block;
    width: 230px; }
  .responsive #footer .social-link-bar {
    margin: 40px 0 0 0; } }

.separator {
  height: 2px;
  width: 250px;
  margin: auto;
  margin-bottom: 40px;
  background: #49E; }

.separator--modal {
  width: 60%; }
  @media (max-width: 600px) {
    .separator--modal .modal_login-signup .separator {
      width: 80%; } }
  @media (max-width: 400px) {
    .separator--modal .modal_login-signup .separator {
      width: 100%; } }

.or_separator {
  overflow: hidden;
  width: 60%;
  overflow: hidden;
  margin: 15px auto 15px auto; }
  @media (max-width: 600px) {
    .or_separator .modal_login-signup .or_separator {
      width: 80%; } }
  @media (max-width: 600px) {
    .or_separator .modal_login-signup .or_separator {
      width: 100%; } }
  .or_separator .text {
    display: block;
    font-size: 1.6rem;
    color: #49E;
    float: left;
    width: 14%;
    text-align: center; }
  .or_separator .line {
    display: block;
    position: relative;
    top: 10px;
    float: left;
    width: 43%;
    height: 1px;
    background: #49E; }

.list {
  position: relative;
  display: block;
  list-style-type: none; }

.list--item {
  position: relative;
  font-size: 1.4rem;
  margin-left: 20px;
  text-align: left; }

.list--item:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  background: #49E;
  height: 8px;
  width: 8px;
  top: 5px;
  left: -18px;
  margin: auto;
  transition: background 0.2s linear; }

.breadcrumb {
  margin: 16px 0;
  list-style: none;
  text-align: left; }

.breadcrumb li {
  margin: 0;
  display: inline-block;
  color: inherit; }

.breadcrumb li:not(:last-child):after {
  content: '>';
  display: inline-block;
  margin: 0 8px; }

[class*="hint--"] {
  position: relative;
  display: inline-block;
  /**
	 * tooltip arrow
	 */
  /**
	 * tooltip body
	 */ }
  [class*="hint--"]:before, [class*="hint--"]:after {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    transition: 0.2s ease;
    transition-delay: 0ms; }
  [class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
    visibility: visible;
    opacity: 1; }
  [class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
    transition-delay: 100ms; }
  [class*="hint--"]:before {
    content: '';
    position: absolute;
    background: transparent;
    border: 6px solid transparent;
    z-index: 1000001; }
  [class*="hint--"]:after {
    background: #111111;
    color: white;
    padding: 8px 10px;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    line-height: 12px;
    white-space: nowrap; }
  [class*="hint--"][aria-label]:after {
    content: attr(aria-label); }
  [class*="hint--"][data-hint]:after {
    content: attr(data-hint); }

[aria-label='']:before, [aria-label='']:after,
[data-hint='']:before,
[data-hint='']:after {
  display: none !important; }

/**
 * set default color for tooltip arrows
 */
.hint--top-left:before {
  border-top-color: #111111; }

.hint--top-right:before {
  border-top-color: #111111; }

.hint--top:before {
  border-top-color: #111111; }

.hint--bottom-left:before {
  border-bottom-color: #111111; }

.hint--bottom-right:before {
  border-bottom-color: #111111; }

.hint--bottom:before {
  border-bottom-color: #111111; }

.hint--left:before {
  border-left-color: #111111; }

.hint--right:before {
  border-right-color: #111111; }

/**
 * top tooltip
 */
.hint--top:before {
  margin-bottom: -11px; }

.hint--top:before, .hint--top:after {
  bottom: 100%;
  left: 50%; }

.hint--top:before {
  left: calc(50% - 6px); }

.hint--top:after {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.hint--top:hover:before {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--top:hover:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  -ms-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px); }

/**
 * bottom tooltip
 */
.hint--bottom:before {
  margin-top: -11px; }

.hint--bottom:before, .hint--bottom:after {
  top: 100%;
  left: 50%; }

.hint--bottom:before {
  left: calc(50% - 6px); }

.hint--bottom:after {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.hint--bottom:hover:before {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px); }

.hint--bottom:hover:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  -ms-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px); }

/**
 * right tooltip
 */
.hint--right:before {
  margin-left: -11px;
  margin-bottom: -6px; }

.hint--right:after {
  margin-bottom: -14px; }

.hint--right:before, .hint--right:after {
  left: 100%;
  bottom: 50%; }

.hint--right:hover:before {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px); }

.hint--right:hover:after {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px); }

/**
 * left tooltip
 */
.hint--left:before {
  margin-right: -11px;
  margin-bottom: -6px; }

.hint--left:after {
  margin-bottom: -14px; }

.hint--left:before, .hint--left:after {
  right: 100%;
  bottom: 50%; }

.hint--left:hover:before {
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  transform: translateX(-8px); }

.hint--left:hover:after {
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  transform: translateX(-8px); }

/**
 * top-left tooltip
 */
.hint--top-left:before {
  margin-bottom: -11px; }

.hint--top-left:before, .hint--top-left:after {
  bottom: 100%;
  left: 50%; }

.hint--top-left:before {
  left: calc(50% - 6px); }

.hint--top-left:after {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.hint--top-left:after {
  margin-left: 12px; }

.hint--top-left:hover:before {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--top-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  -ms-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px); }

/**
 * top-right tooltip
 */
.hint--top-right:before {
  margin-bottom: -11px; }

.hint--top-right:before, .hint--top-right:after {
  bottom: 100%;
  left: 50%; }

.hint--top-right:before {
  left: calc(50% - 6px); }

.hint--top-right:after {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.hint--top-right:after {
  margin-left: -12px; }

.hint--top-right:hover:before {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--top-right:hover:after {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px); }

/**
 * bottom-left tooltip
 */
.hint--bottom-left:before {
  margin-top: -11px; }

.hint--bottom-left:before, .hint--bottom-left:after {
  top: 100%;
  left: 50%; }

.hint--bottom-left:before {
  left: calc(50% - 6px); }

.hint--bottom-left:after {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.hint--bottom-left:after {
  margin-left: 12px; }

.hint--bottom-left:hover:before {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px); }

.hint--bottom-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  -ms-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px); }

/**
 * bottom-right tooltip
 */
.hint--bottom-right:before {
  margin-top: -11px; }

.hint--bottom-right:before, .hint--bottom-right:after {
  top: 100%;
  left: 50%; }

.hint--bottom-right:before {
  left: calc(50% - 6px); }

.hint--bottom-right:after {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.hint--bottom-right:after {
  margin-left: -12px; }

.hint--bottom-right:hover:before {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px); }

.hint--bottom-right:hover:after {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px); }

.hint--small:after,
.hint--medium:after,
.hint--large:after {
  white-space: normal;
  line-height: 1.4em;
  word-wrap: break-word; }

.hint--small:after {
  width: 80px; }

.hint--medium:after {
  width: 150px; }

.hint--large:after {
  width: 300px; }

[class*="hint--"] {
  /**
	 * tooltip body
	 */ }
  [class*="hint--"]:after {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3); }

html {
  font-size: 10px; }

body {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #111111;
  font-size: 13px;
  text-align: center; }

.Sculpteo3DViewer {
  /* Direct all pointer events to JavaScript code. */
  -ms-touch-action: double-tap-zoom; }
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?1cq3da');
  src:  url('fonts/icomoon.eot?1cq3da#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?1cq3da') format('truetype'),
    url('fonts/icomoon.woff?1cq3da') format('woff'),
    url('fonts/icomoon.svg?1cq3da#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-move-viewer:before {
  content: "\e938";
}
.icon-rotate-viewer:before {
  content: "\e939";
}
.icon-Sculpteo_Home-exone-s:before {
  content: "\e93a";
  color: #2699ee;
}
.icon-timer-economy:before {
  content: "\e93b";
}
.icon-zoom-viewer:before {
  content: "\e93c";
}
.icon-solidity:before {
  content: "\e934";
}
.icon-boussole:before {
  content: "\e928";
}
.icon-coupe:before {
  content: "\e929";
}
.icon-cube:before {
  content: "\e92a";
}
.icon-dossier:before {
  content: "\e92b";
}
.icon-epais:before {
  content: "\e92c";
}
.icon-evidement:before {
  content: "\e92d";
}
.icon-fragil:before {
  content: "\e92e";
}
.icon-grille:before {
  content: "\e92f";
}
.icon-note:before {
  content: "\e930";
}
.icon-palette:before {
  content: "\e931";
}
.icon-parametre:before {
  content: "\e932";
}
.icon-serie:before {
  content: "\e933";
}
.icon-info2:before {
  content: "\e925";
}
.icon-link:before {
  content: "\e926";
}
.icon-timer:before {
  content: "\e927";
}
.icon-down-arrow:before {
  content: "\e921";
}
.icon-user:before {
  content: "\e919";
}
.icon-Sculpteo_Home-02:before {
  content: "\e901";
  color: #4193d0;
}
.icon-Sculpteo_Home-03:before {
  content: "\e900";
  color: #2699ee;
}
.icon-amt:before {
  content: "\e913";
  color: #5493cf;
}
.icon-ai:before {
  content: "\e911";
  color: #4193d0;
}
.icon-report:before {
  content: "\e912";
  color: #4193d0;
}
.icon-Sculpteo_Home-01:before {
  content: "\e902";
  color: #2699ee;
}
.icon-Sculpteo_Home-ZCORP:before {
  content: "\e903";
  color: #2699ee;
}
.icon-Sculpteo_Home-SLS:before {
  content: "\e904";
  color: #2699ee;
}
.icon-Sculpteo_Home-projet:before {
  content: "\e905";
  color: #2699ee;
}
.icon-Sculpteo_Home-OBJET:before {
  content: "\e906";
  color: #2699ee;
}
.icon-Sculpteo_Home-NEWSLETTER:before {
  content: "\e907";
  color: #2699ee;
}
.icon-Sculpteo_Home-EBOOK:before {
  content: "\e908";
  color: #2699ee;
}
.icon-Sculpteo_Home-DMLS:before {
  content: "\e909";
  color: #2699ee;
}
.icon-Sculpteo_Home-CLIP:before {
  content: "\e90a";
  color: #2699ee;
}
.icon-Sculpteo_Home-BLOG:before {
  content: "\e90b";
  color: #2699ee;
}
.icon-home:before {
  content: "\68";
}
.icon-pencil:before {
  content: "\65";
}
.icon-paypal:before {
  content: "\70";
}
.icon-warning:before {
  content: "\57";
}
.icon-spam:before {
  content: "\45";
}
.icon-info:before {
  content: "\48";
}
.icon-equalizer:before {
  content: "\73";
}
.icon-basket:before {
  content: "\21";
}
.icon-coin:before {
  content: "\24";
}
.icon-clock:before {
  content: "\23";
}
.icon-wrench:before {
  content: "\a3";
}
.icon-database:before {
  content: "\26";
}
.icon-file:before {
  content: "\27";
}
.icon-code:before {
  content: "\3c";
}
.icon-monitor:before {
  content: "\5b";
}
.icon-tree:before {
  content: "\6d";
}
.icon-truck:before {
  content: "\2b";
}
.icon-credit:before {
  content: "\63";
}
.icon-users:before {
  content: "\2d";
}
.icon-lock:before {
  content: "\6c";
}
.icon-cloud:before {
  content: "\6e";
}
.icon-floppy-o:before {
  content: "\e937";
}
.icon-save:before {
  content: "\e937";
}
.icon-check:before {
  content: "\e5ca";
}
.icon-sync:before {
  content: "\e627";
}
.icon-photo_size_select_actual:before {
  content: "\e432";
}
.icon-fullscreen_exit:before {
  content: "\e922";
}
.icon-fullscreen:before {
  content: "\e923";
}
.icon-help_outline:before {
  content: "\e924";
}
.icon-burst_mode:before {
  content: "\e43c";
}
.icon-fullscreen2:before {
  content: "\e5d0";
}
.icon-star:before {
  content: "\e838";
}
.icon-share:before {
  content: "\e80d";
}
.icon-star_border:before {
  content: "\e83a";
}
.icon-help:before {
  content: "\e887";
}
.icon-home-backend:before {
  content: "\e88a";
}
.icon-question_answer:before {
  content: "\e91d";
}
.icon-compare:before {
  content: "\e91c";
}
.icon-upload:before {
  content: "\e90c";
}
.icon-account:before {
  content: "\e90d";
}
.icon-bin:before {
  content: "\e935";
}
.icon-image:before {
  content: "\e936";
}
.icon-eye-blocked:before {
  content: "\e91f";
}
.icon-views:before {
  content: "\e91f";
}
.icon-vision:before {
  content: "\e91f";
}
.icon-visit:before {
  content: "\e91f";
}
.icon-banned:before {
  content: "\e91f";
}
.icon-blocked:before {
  content: "\e91f";
}
.icon-forbidden:before {
  content: "\e91f";
}
.icon-private:before {
  content: "\e91f";
}
.icon-eye:before {
  content: "\e920";
}
.icon-views2:before {
  content: "\e920";
}
.icon-vision2:before {
  content: "\e920";
}
.icon-visit2:before {
  content: "\e920";
}
.icon-bullhorn:before {
  content: "\e91e";
}
.icon-quotes-right:before {
  content: "\e978";
}
.icon-make-group:before {
  content: "\ea58";
}
.icon-earth:before {
  content: "\e91a";
}
.icon-globe:before {
  content: "\e91a";
}
.icon-language:before {
  content: "\e91a";
}
.icon-web:before {
  content: "\e91a";
}
.icon-internet:before {
  content: "\e91a";
}
.icon-sphere:before {
  content: "\e91a";
}
.icon-planet:before {
  content: "\e91a";
}
.icon-history:before {
  content: "\e91b";
}
.icon-time:before {
  content: "\e91b";
}
.icon-archive:before {
  content: "\e91b";
}
.icon-past:before {
  content: "\e91b";
}
.icon-your-objects:before {
  content: "\e90e";
}
.icon-menu:before {
  content: "\e910";
}
.icon-logout:before {
  content: "\e90f";
}
.icon-google-plus:before {
  content: "\e914";
}
.icon-facebook:before {
  content: "\e915";
}
.icon-twitter:before {
  content: "\e916";
}
.icon-youtube:before {
  content: "\e917";
}
.icon-newsletter:before {
  content: "\e918";
}
