@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 {
  -webkit-box-sizing: border-box;
  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: 100%;
  width: calc(100% - 20px); }

.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.row-no-margin {
    margin-bottom: 0; }
  .row.row-margin-bottom-gutter {
    margin-bottom: 1rem; }
  .row:after {
    content: "";
    display: table;
    clear: both; }
  .row.row-no-margin {
    margin-bottom: 0; }
  .row.row-margin-bottom-gutter {
    margin-bottom: 1rem; }
  .row .col {
    float: left;
    -webkit-box-sizing: border-box;
    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%; } }
  .row .col._s20per {
    width: 20%;
    margin-left: auto;
    left: auto;
    right: auto; }
  .row .col._offset_s20per {
    margin-left: 20%; }
  .row .col._push_s20per {
    left: 20%; }
  .row .col._pull_s20per {
    right: 20%; }
  @media only screen and (min-width: 768px) {
    .row .col._m20per {
      width: 20%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col._offset_m20per {
      margin-left: 20%; }
    .row .col._push_m20per {
      left: 20%; }
    .row .col._pull_m20per {
      right: 20%; } }
  @media only screen and (min-width: 1024px) {
    .row .col._l20per {
      width: 20%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col._offset_l20per {
      margin-left: 20%; }
    .row .col._push_l20per {
      left: 20%; }
    .row .col._pull_l20per {
      right: 20%; } }
  @media only screen and (min-width: 1201px) {
    .row .col._xl20per {
      width: 20%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col._offset_xl20per {
      margin-left: 20%; }
    .row .col._push_xl20per {
      left: 20%; }
    .row .col._pull_xl20per {
      right: 20%; } }

.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: 100% !important; }

.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; }

.lightgray {
  color: #ccc; }

.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; }

.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; }

.inline-block-font-0 {
  font-size: 0px; }

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

.heading--padding-bottom {
  padding-bottom: 20px; }

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

.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--padding-bottom {
  padding-bottom: 20px; }

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

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

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

.sub-heading--xs {
  font-size: 2.0rem; }

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

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

p {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: 2rem; }
  p.p-no-margin {
    margin-bottom: 0; }

.text--xs {
  font-size: 1.2rem; }

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

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

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

.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--infos-red {
  color: #F70600; }

.text--soft-red {
  color: #ef555b; }

.text--grey {
  color: #929292; }

.text--grey-light {
  color: #CCCCCC; }

.text--grey-darker {
  color: #424242; }

.text--grey-dark {
  color: #656565; }

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

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

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

.text--spacing-01 {
  letter-spacing: 0.1rem; }

.text--notice {
  font-size: 1.3rem;
  position: relative;
  margin-top: 20px;
  margin-bottom: 0; }

.text--information {
  padding-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0; }

.text--information-warning {
  padding-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
  color: #F70600; }

.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.4rem;
  font-weight: 400;
  color: #fff;
  text-shadow: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0;
  border: 1px solid #49E;
  border-radius: 0;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  cursor: pointer;
  pointer-events: all;
  -webkit-box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.3); }
  .btn:hover, .blue-button:hover {
    background-color: #63a6e9;
    border-color: #63a6e9;
    color: #fff;
    text-decoration: none; }

.btn--cta {
  font-weight: bold;
  font-size: 2rem;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-shadow: 0 5px 4px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 4px -2px rgba(0, 0, 0, 0.3); }
  @media only screen and (min-width: 768px) {
    .btn--cta {
      padding-top: 15px;
      padding-bottom: 15px;
      padding-right: 60px;
      padding-left: 60px; } }
  .btn--cta:hover {
    -webkit-box-shadow: 0 8px 4px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 4px -2px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px); }

.btn--taller {
  padding-top: 10px;
  padding-bottom: 10px; }

.btn--smaller {
  padding-top: 0;
  padding-bottom: 0; }

.btn--wider {
  padding-right: 30px;
  padding-left: 30px; }

.btn--narrower {
  padding-right: 10px;
  padding-left: 10px; }

.btn--narrowest {
  padding-right: 0;
  padding-left: 0; }

.btn--xxl {
  font-size: 1.8rem; }

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

.btn--xs {
  font-size: 1.3rem; }

.btn--fullwidth {
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.btn--fullwidth-limited {
  width: 100%;
  max-width: 180px;
  padding-left: 0;
  padding-right: 0; }

.btn--fullwidth-limited-widder {
  width: 100%;
  max-width: 380px;
  padding-left: 0;
  padding-right: 0; }

.btn--mb {
  margin-bottom: 1rem; }

.btn--ml {
  margin-left: 1rem; }

.btn--mt {
  margin-top: 1rem; }

.btn--mr {
  margin-right: 1rem; }

.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;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .btn--border:hover, .blue-button.border:hover, .btn--border.btn--border--active, .btn--border--active.blue-button.border {
    color: #ffffff;
    background-color: #49E;
    border: 1px solid #49E;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

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

.btn--border-black {
  color: #111111;
  background-color: transparent;
  border: 1px solid #111111;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .btn--border-black:hover {
    color: #ffffff;
    background-color: #111111;
    border: 1px solid #111111;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

.btn--border-db {
  color: #044b92;
  background-color: transparent;
  border: 1px solid #044b92;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .btn--border-db:hover {
    color: #fff;
    background-color: #044b92;
    border: 1px solid #044b92;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

.btn--border-red {
  color: #F70600;
  background-color: transparent;
  border: 1px solid #F70600;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .btn--border-red:hover {
    color: #fff;
    background-color: #F70600;
    border: 1px solid #F70600;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

.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--red {
  background-color: #F70600;
  color: #ffffff;
  border: 1px solid #F70600; }
  .btn--red:hover {
    background-color: #c40500;
    color: #ffffff;
    border: 1px solid #c40500; }

.btn--updating,
.btn:disabled,
.blue-button:disabled,
.updating .btn,
.updating .blue-button,
.disabled .btn,
.disabled .blue-button,
.btn.disabled,
.disabled.blue-button,
.btn[disabled=disabled],
[disabled=disabled].blue-button {
  cursor: default;
  background-color: #CCCCCC;
  border: 1px solid transparent;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .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:hover,
  .disabled.blue-button:hover,
  .btn[disabled=disabled]:hover,
  [disabled=disabled].blue-button:hover {
    background-color: #CCCCCC;
    border: 1px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn--updating.btn--border-white, .btn--updating.btn--border-text-b, .btn--updating.btn--border-text-db, .btn--updating.btn--border-black, .btn--updating.btn--border-db, .btn--updating.btn--border-text-b, .btn--updating.btn--border-text-db,
  .btn:disabled.btn--border-white,
  .btn.btn--border-text-b:disabled,
  .btn--border-text-b.blue-button:disabled,
  .btn.btn--border-text-db:disabled,
  .btn--border-text-db.blue-button:disabled,
  .blue-button:disabled.btn--border-white,
  .btn:disabled.btn--border-black,
  .blue-button:disabled.btn--border-black,
  .btn:disabled.btn--border-db,
  .blue-button:disabled.btn--border-db,
  .btn:disabled.btn--border-text-b,
  .blue-button:disabled.btn--border-text-b,
  .btn:disabled.btn--border-text-db,
  .blue-button:disabled.btn--border-text-db,
  .updating .btn.btn--border-white,
  .updating .btn.btn--border-text-b,
  .updating .btn--border-text-b.blue-button,
  .updating .btn.btn--border-text-db,
  .updating .btn--border-text-db.blue-button,
  .updating .btn--border-white.blue-button,
  .updating .btn.btn--border-black,
  .updating .btn--border-black.blue-button,
  .updating .btn.btn--border-db,
  .updating .btn--border-db.blue-button,
  .updating .btn.btn--border-text-b,
  .updating .btn--border-text-b.blue-button,
  .updating .btn.btn--border-text-db,
  .updating .btn--border-text-db.blue-button,
  .disabled .btn.btn--border-white,
  .disabled .btn.btn--border-text-b,
  .disabled .btn--border-text-b.blue-button,
  .disabled .btn.btn--border-text-db,
  .disabled .btn--border-text-db.blue-button,
  .disabled .btn--border-white.blue-button,
  .disabled .btn.btn--border-black,
  .disabled .btn--border-black.blue-button,
  .disabled .btn.btn--border-db,
  .disabled .btn--border-db.blue-button,
  .disabled .btn.btn--border-text-b,
  .disabled .btn--border-text-b.blue-button,
  .disabled .btn.btn--border-text-db,
  .disabled .btn--border-text-db.blue-button,
  .btn.disabled.btn--border-white,
  .btn.disabled.btn--border-text-b,
  .disabled.btn--border-text-b.blue-button,
  .btn.disabled.btn--border-text-db,
  .disabled.btn--border-text-db.blue-button,
  .disabled.btn--border-white.blue-button,
  .btn.disabled.btn--border-black,
  .disabled.btn--border-black.blue-button,
  .btn.disabled.btn--border-db,
  .disabled.btn--border-db.blue-button,
  .btn.disabled.btn--border-text-b,
  .disabled.btn--border-text-b.blue-button,
  .btn.disabled.btn--border-text-db,
  .disabled.btn--border-text-db.blue-button,
  .btn[disabled=disabled].btn--border-white,
  .btn[disabled=disabled].btn--border-text-b,
  [disabled=disabled].btn--border-text-b.blue-button,
  .btn[disabled=disabled].btn--border-text-db,
  [disabled=disabled].btn--border-text-db.blue-button,
  [disabled=disabled].btn--border-white.blue-button,
  .btn[disabled=disabled].btn--border-black,
  [disabled=disabled].btn--border-black.blue-button,
  .btn[disabled=disabled].btn--border-db,
  [disabled=disabled].btn--border-db.blue-button,
  .btn[disabled=disabled].btn--border-text-b,
  [disabled=disabled].btn--border-text-b.blue-button,
  .btn[disabled=disabled].btn--border-text-db,
  [disabled=disabled].btn--border-text-db.blue-button {
    border: 1px solid #CCCCCC;
    color: #CCCCCC;
    background-color: transparent; }
    .btn--updating.btn--border-white:hover, .btn--updating.btn--border-text-b:hover, .btn--updating.btn--border-text-db:hover, .btn--updating.btn--border-black:hover, .btn--updating.btn--border-db:hover, .btn--updating.btn--border-text-b:hover, .btn--updating.btn--border-text-db:hover,
    .btn:disabled.btn--border-white:hover,
    .btn.btn--border-text-b:disabled:hover,
    .btn--border-text-b.blue-button:disabled:hover,
    .btn.btn--border-text-db:disabled:hover,
    .btn--border-text-db.blue-button:disabled:hover,
    .blue-button:disabled.btn--border-white:hover,
    .btn:disabled.btn--border-black:hover,
    .blue-button:disabled.btn--border-black:hover,
    .btn:disabled.btn--border-db:hover,
    .blue-button:disabled.btn--border-db:hover,
    .btn:disabled.btn--border-text-b:hover,
    .blue-button:disabled.btn--border-text-b:hover,
    .btn:disabled.btn--border-text-db:hover,
    .blue-button:disabled.btn--border-text-db:hover,
    .updating .btn.btn--border-white:hover,
    .updating .btn.btn--border-text-b:hover,
    .updating .btn--border-text-b.blue-button:hover,
    .updating .btn.btn--border-text-db:hover,
    .updating .btn--border-text-db.blue-button:hover,
    .updating .btn--border-white.blue-button:hover,
    .updating .btn.btn--border-black:hover,
    .updating .btn--border-black.blue-button:hover,
    .updating .btn.btn--border-db:hover,
    .updating .btn--border-db.blue-button:hover,
    .updating .btn.btn--border-text-b:hover,
    .updating .btn--border-text-b.blue-button:hover,
    .updating .btn.btn--border-text-db:hover,
    .updating .btn--border-text-db.blue-button:hover,
    .disabled .btn.btn--border-white:hover,
    .disabled .btn.btn--border-text-b:hover,
    .disabled .btn--border-text-b.blue-button:hover,
    .disabled .btn.btn--border-text-db:hover,
    .disabled .btn--border-text-db.blue-button:hover,
    .disabled .btn--border-white.blue-button:hover,
    .disabled .btn.btn--border-black:hover,
    .disabled .btn--border-black.blue-button:hover,
    .disabled .btn.btn--border-db:hover,
    .disabled .btn--border-db.blue-button:hover,
    .disabled .btn.btn--border-text-b:hover,
    .disabled .btn--border-text-b.blue-button:hover,
    .disabled .btn.btn--border-text-db:hover,
    .disabled .btn--border-text-db.blue-button:hover,
    .btn.disabled.btn--border-white:hover,
    .btn.disabled.btn--border-text-b:hover,
    .disabled.btn--border-text-b.blue-button:hover,
    .btn.disabled.btn--border-text-db:hover,
    .disabled.btn--border-text-db.blue-button:hover,
    .disabled.btn--border-white.blue-button:hover,
    .btn.disabled.btn--border-black:hover,
    .disabled.btn--border-black.blue-button:hover,
    .btn.disabled.btn--border-db:hover,
    .disabled.btn--border-db.blue-button:hover,
    .btn.disabled.btn--border-text-b:hover,
    .disabled.btn--border-text-b.blue-button:hover,
    .btn.disabled.btn--border-text-db:hover,
    .disabled.btn--border-text-db.blue-button:hover,
    .btn[disabled=disabled].btn--border-white:hover,
    .btn[disabled=disabled].btn--border-text-b:hover,
    [disabled=disabled].btn--border-text-b.blue-button:hover,
    .btn[disabled=disabled].btn--border-text-db:hover,
    [disabled=disabled].btn--border-text-db.blue-button:hover,
    [disabled=disabled].btn--border-white.blue-button:hover,
    .btn[disabled=disabled].btn--border-black:hover,
    [disabled=disabled].btn--border-black.blue-button:hover,
    .btn[disabled=disabled].btn--border-db:hover,
    [disabled=disabled].btn--border-db.blue-button:hover,
    .btn[disabled=disabled].btn--border-text-b:hover,
    [disabled=disabled].btn--border-text-b.blue-button:hover,
    .btn[disabled=disabled].btn--border-text-db:hover,
    [disabled=disabled].btn--border-text-db.blue-button:hover {
      border: 1px solid #CCCCCC;
      color: #CCCCCC;
      background-color: transparent; }

.text-link {
  font-size: 1.4rem;
  color: #49E;
  text-decoration: none; }
  .text-link:hover {
    color: #238cf6;
    text-decoration: none; }
  .text-link.text-link--underline:hover {
    text-decoration: underline; }

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

.text-link--delete {
  color: #929292; }
  .text-link--delete:hover {
    color: #F70600; }

.text-link--cancel {
  color: #929292; }
  .text-link--cancel:hover {
    color: #282828; }

.text-link--secondary {
  color: #044b92; }
  .text-link--secondary:hover {
    color: #004080; }

.text-link--updating,
.text-link--disabled,
.updating .text-link,
.disabled .text-link {
  cursor: default;
  color: #CCCCCC; }
  .text-link--updating:hover,
  .text-link--disabled:hover,
  .updating .text-link:hover,
  .disabled .text-link:hover {
    color: #CCCCCC; }

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

.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%); }

.with_promo_banner .modal--fixed-top {
  top: 90px; }

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

@media only screen and (max-width: 1023px) {
  .modal--responsive {
    width: 95%;
    max-height: 80%;
    overflow: auto; } }

.modal--scroll-on-desktop {
  max-height: 80%;
  overflow: auto; }

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

.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%; }

.page-container-modal {
  position: relative;
  text-align: center;
  background-color: white;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  max-width: 510px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 20px;
  padding-bottom: 20px; }

.page-container-modal--margin-top {
  margin-top: 1rem; }

body.background-color {
  background-color: #F3F3F3; }

.card {
  background: #fff;
  padding: 1rem;
  margin-top: 1rem;
  -webkit-box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05); }
  .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; }
  .card.card-no-margin {
    margin-top: 0; }
  .card.effect-hover {
    -webkit-transition: -webkit-box-shadow .2s ease;
    transition: -webkit-box-shadow .2s ease;
    -o-transition: box-shadow .2s ease;
    transition: box-shadow .2s ease;
    transition: box-shadow .2s ease, -webkit-box-shadow .2s ease; }
    .card.effect-hover:hover {
      -webkit-box-shadow: 0 10px 10px -4px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.05);
      box-shadow: 0 10px 10px -4px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.05); }

.forms {
  position: relative;
  width: 100%;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .forms.forms--limited-width {
      max-width: 50%; } }

.forms * {
  -webkit-box-sizing: border-box !important;
  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 label.label--no-margin {
  margin-bottom: 0; }

.forms label.label--black {
  color: #111111; }

.forms label.label--grey {
  color: #929292; }

.forms .input-label {
  position: relative;
  display: block;
  text-align: left;
  padding-bottom: 4px;
  font-size: 1.4rem; }

.forms .input-label--black {
  color: #111111; }

.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;
  -webkit-box-shadow: none;
  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 .no-margin-top {
  margin-top: 0; }

.forms input[type='file'] {
  background: transparent;
  padding: 0; }

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

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

.forms .line {
  display: block;
  width: 100%;
  height: 1px;
  background: #CCCCCC;
  position: absolute;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  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;
  font-family: inherit;
  width: 100%;
  border: 1px solid transparent;
  background-color: #EEEEEE;
  resize: none;
  font-size: 14px;
  padding: 10px;
  border-radius: 0; }

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

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

.forms select {
  position: relative;
  display: block;
  margin-top: 10px;
  height: 30px;
  width: 100%;
  border: 1px solid #E2E2E2;
  background-color: #EEEEEE;
  -webkit-box-shadow: none;
  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 select.select--auto {
  width: auto;
  display: inline-block; }

.forms select.select--margin-left {
  margin-left: 10px; }

.forms select.select--no-margin-top,
.forms .select--no-margin-top select {
  margin-top: 0; }

.disabled .forms select,
.forms.disabled select,
.forms select.disabled {
  color: #929292;
  background-color: #ffffff; }

.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: 2px;
  width: 15px;
  height: 15px;
  border: 1px solid #49E;
  background: #fff;
  border-radius: 2px; }

.forms [type="checkbox"]:checked + label:before {
  background: #49E; }

/* checked mark aspect */
.forms [type="checkbox"]:not(:checked) + label:after,
.forms [type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 3px;
  left: 1px;
  font-size: 1.7rem;
  line-height: 0.8;
  color: #fff;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  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 {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #CCCCCC;
  background-color: #E2E2E2; }

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

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

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

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

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

/* 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;
  -o-transition: border .2s linear;
  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;
  -o-transition: background 0.2s linear;
  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 .radio-as-button input[type=radio] {
  display: none; }

.forms .radio-as-button input[type=radio] + label {
  font-size: 1.3rem;
  border: 1px solid #E2E2E2;
  color: #111111;
  cursor: pointer;
  text-align: center;
  padding: 0;
  line-height: 30px;
  padding: 0 5px;
  margin-bottom: 10px; }

.forms .radio-as-button input[type=radio]:checked + label {
  border-color: #49E;
  font-weight: 700; }

.forms .radio-as-button input[type=radio] + label:hover {
  border-color: #49E; }

.forms .radio-as-button.radio-as-button-inline input[type=radio] + label {
  display: inline-block;
  width: auto;
  margin-right: 10px; }

.forms .radio-as-button.radio-as-button-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .forms .radio-as-button.radio-as-button-flex input[type=radio] + label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .forms .radio-as-button.radio-as-button-flex input[type=radio] + label:not(:last-child) {
      margin-right: 10px; }

.disabled .forms .radio-as-button input[type=radio]:checked + label,
.forms.disabled .radio-as-button input[type=radio]:checked + label,
.forms .radio-as-button.disabled input[type=radio]:checked + label {
  border-color: #929292; }

.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 {
  font-size: 0; }
  .forms.quantity form {
    display: inline-block;
    vertical-align: top; }
  .forms.quantity label {
    display: inline-block;
    width: 70px;
    margin-bottom: 0;
    padding: 0;
    margin-left: 5px; }
  .forms.quantity input[type=number] {
    text-align: center;
    font-size: 1.8rem;
    padding: 0; }
  .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;
    font-size: 1.4rem;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    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 {
    border-right: 1px solid transparent; }
  .forms.quantity .quantity-adjustment.disabled {
    pointer-events: none;
    cursor: default;
    display: none; }
  .forms.quantity .text_quantity_batch {
    display: inline-block;
    width: 54px;
    font-size: 13px;
    text-align: left;
    font-style: italic; }
  .forms.quantity .label_quantity_batch .line {
    background: transparent; }
  .forms.quantity [class*="hint--"] {
    color: #929292;
    font-size: 14px;
    margin-left: 0;
    top: 2px; }
    .forms.quantity [class*="hint--"]:hover {
      color: #111111; }

.forms .switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 16px; }
  .forms .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #929292;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border-radius: 34px; }
    .forms .switch .slider:before {
      position: absolute;
      content: "";
      height: 12px;
      width: 12px;
      left: 2px;
      bottom: 2px;
      background-color: white;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s;
      border-radius: 50%; }
  .forms .switch input:checked + .slider {
    background-color: #49E; }
  .forms .switch input:focus + .slider {
    -webkit-box-shadow: 0 0 1px #49E;
    box-shadow: 0 0 1px #49E; }
  .forms .switch input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px); }

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

body.with_promo_banner #promo a {
  background-color: #044b92;
  color: white;
  font-size: 1.3rem;
  height: 30px;
  left: 0;
  line-height: 30px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10000 !important; }

body.with_promo_banner .wide.relative {
  top: 30px; }

body.with_promo_banner .services_megamenu,
body.with_promo_banner .learning_center_megamenu,
body.with_promo_banner .wide.relative {
  margin-top: 0 !important; }

.nav-header {
  height: 49px;
  margin-bottom: 0; }

#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;
  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 .menu-title {
  cursor: pointer; }

#main_menu_content .menu-title-screen-name {
  font-size: 1.4rem; }

#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 .badge--event-center {
  background: #eb383f;
  display: none; }

#main_menu .badge--event-center.visible {
  display: inline-block; }

#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;
  -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 11px rgba(0, 0, 0, 0.3); }

#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 10px; }

@media (min-width: 1050px) {
  #main_menu .submenu {
    padding: 10px 10px; }
  #main_menu .submenu > div {
    float: left;
    margin: 0 15px; } }

#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 .submenu li.materials-sub a.materials-sub-link {
  color: #282828;
  font-size: 14px;
  font-weight: 700; }

#main_menu .submenu li.materials-sub:hover a.materials-sub-link {
  color: #282828; }

#main_menu .submenu li.materials-sub a.materials-sub-link:hover {
  color: #49E; }

#main_menu .submenu li.materials-sub:hover li a {
  color: #111111; }

#main_menu .submenu li.materials-sub:hover li:hover a {
  color: #49E; }

#main_menu .submenu li.materials-sub:last-child li {
  padding-left: 0;
  margin-bottom: 0; }

#main_menu .materials-sub-spacing {
  position: relative;
  height: 25px; }

@media (max-width: 1023px) {
  #main_menu .materials-sub-spacing {
    display: none; } }

#main_menu .submenu li.materials-sub ul {
  margin-top: 0; }

#main_menu .submenu li.materials-sub:last-child li {
  margin-bottom: 0px; }

#main_menu .submenu.menu-events {
  right: 30px;
  padding-bottom: 0; }

#main_menu .submenu.menu-events > div {
  margin-left: 0; }

#main_menu .menu-events span {
  display: block;
  font-size: 14px;
  color: #111111;
  font-weight: 400;
  margin-top: 5px; }

#main_menu .menu-events span:last-child {
  margin-top: 15px; }

#main_menu .menu-events .menu-event-tag-critical {
  color: #eb383f; }

#main_menu .menu-events a.menu-event-mark-as-read {
  color: #ffffff !important;
  font-size: 1.3rem; }

#main_menu .menu-events a.menu-event-link {
  padding: 0;
  color: #49E;
  font-size: 1.3rem; }

#main_menu .menu-events .menu-event-line {
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 25px;
  background-color: #E2E2E2; }

#main_menu_content > ul > li > span:after {
  content: '';
  display: block;
  position: absolute;
  top: 45px;
  height: 5px;
  left: -10px;
  background: #49E;
  width: calc(100% + 20px);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: 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 {
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  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; }

[data-menu-button] {
  display: none;
  font-size: 32px;
  line-height: 50px;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: 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;
    -webkit-transition: left 0.3s ease-in;
    -o-transition: left 0.3s ease-in;
    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;
    -webkit-box-shadow: none;
    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; }
  #main_menu_content .menu-title-screen-name {
    font-size: 1.8rem; } }

#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;
  -o-transition: all .1s;
  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;
  -webkit-box-shadow: 0 0 0 15px #929292, 30px 0 0 5px #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;
  -webkit-transition: ease all 0.5s;
  -o-transition: ease all 0.5s;
  transition: ease all 0.5s; }

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

#footer .footer-social .icon-Sculpteo_Home-NEWSLETTER:before {
  color: #ffffff;
  -webkit-transition: ease all 0.5s;
  -o-transition: ease all 0.5s;
  transition: ease all 0.5s; }

#footer .footer-social a:hover .icon-Sculpteo_Home-NEWSLETTER:before {
  color: #49E; }

/*Contact Flag*/
#contactFrame {
  position: fixed;
  top: 100px;
  right: 50%;
  z-index: 9999999;
  margin-right: -350px;
  background: white;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0 1500px rgba(0, 0, 0, 0.5), 0 0 80px #111111;
  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;
  -webkit-transition: ease all 0.2s;
  -o-transition: ease all 0.2s;
  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;
  -webkit-transition: ease all 0.2s;
  -o-transition: ease all 0.2s;
  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 {
  -webkit-box-shadow: inset 0 10px 10px -10px #929292;
  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--wide {
  width: 100%; }

.separator--grey {
  background: #E2E2E2; }

.separator--light-margin {
  margin: 10px auto; }

.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%; } }

.separator--site {
  width: 40%;
  margin-bottom: 30px; }
  @media (max-width: 600px) {
    .separator--site {
      margin-bottom: 20px;
      width: 80%; } }

.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;
  padding-bottom: 20px; }

.list--item, .list li {
  position: relative;
  font-size: 1.4rem;
  margin-left: 10px;
  padding-bottom: 10px;
  text-align: left; }

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

.breadcrumb {
  margin: 10px 0;
  list-style: none;
  text-align: left; }
  @media only screen and (max-width: 767px) {
    .breadcrumb {
      margin-left: 10px; } }

.breadcrumb li {
  margin: 0;
  display: inline-block;
  color: inherit; }
  .breadcrumb li a {
    color: #111111;
    text-decoration: none; }
    .breadcrumb li a:hover {
      color: #49E; }

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

.breadcrumb li:nth-last-child(2):after {
  color: #929292; }

.breadcrumb li:last-child {
  color: #929292; }

[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;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    -webkit-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms; }
  [class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
    visibility: visible;
    opacity: 1; }
  [class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    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 {
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3); }

.loading-circle:before {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  content: '';
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-animation: spinner .6s linear infinite;
  animation: spinner .6s linear infinite;
  clear: both;
  border: 2px solid #49E;
  border-top-color: transparent;
  z-index: 1; }

.loading-circle.loading-circle-anti:before {
  -webkit-animation: spinner-anti .6s linear infinite;
  animation: spinner-anti .6s linear infinite; }

.loading-circle.loading-circle--white:before {
  border: 2px solid #fff;
  border-top-color: transparent; }

.loading-circle.loading-circle--center:before {
  left: 50%;
  margin-left: -12px; }

.loading-circle.loading-circle--center.loading-circle--small:before {
  margin-left: -8px; }

.loading-circle.loading-circle--small:before {
  margin-top: -8px;
  width: 16px;
  height: 16px; }

.loading-circle.loading-circle--medium:before {
  top: 4px;
  margin-left: -35px;
  width: 20px;
  height: 20px; }

.loading-circle.loading-circle--big:before {
  width: 60px;
  height: 60px;
  margin-left: -30px; }

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes spinner-anti {
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@keyframes spinner-anti {
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

.header-hero {
  position: relative;
  min-height: 500px;
  margin-bottom: 20px;
  color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 1023px) {
    .header-hero {
      min-height: 400px; } }
  @media only screen and (max-width: 767px) {
    .header-hero {
      min-height: 350px; } }
  .header-hero:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3); }

.header-hero--sm {
  min-height: 300px; }

.header-hero--no-overflow {
  overflow: hidden; }

.header-hero-content {
  position: absolute;
  max-width: 75%;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%; }
  @media (max-width: 1200px) {
    .header-hero-content {
      max-width: 90%; } }
  @media only screen and (max-width: 1023px) {
    .header-hero-content {
      max-width: 100%;
      padding: 0 10px; } }

.header-hero-content.header-hero-content-author {
  top: 20px;
  -webkit-transform: translateY(0) translateX(-50%);
  -ms-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%); }

.header-hero-author-picture {
  position: relative;
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 0 auto;
  border: 5px solid #fff;
  border-radius: 50%;
  margin-bottom: 10px;
  background-color: #EEEEEE; }
  @media only screen and (max-width: 767px) {
    .header-hero-author-picture {
      width: 100px;
      height: 100px; } }
  .header-hero-author-picture img {
    background-repeat: no-repeat;
    background-position: 50%;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.header-hero-heading {
  font-size: 6rem;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-weight: 700;
  line-height: 65px; }
  @media only screen and (max-width: 1023px) {
    .header-hero-heading {
      line-height: 40px;
      font-size: 4rem; } }
  @media only screen and (max-width: 767px) {
    .header-hero-heading {
      font-size: 3rem; } }
  @media only screen and (min-width: 768px) {
    .header-hero-heading.header-hero-heading--sm {
      font-size: 2.6rem;
      line-height: 30px; } }
  @media only screen and (min-width: 1024px) {
    .header-hero-heading.header-hero-heading--sm {
      font-size: 3rem;
      line-height: 35px; } }
  @media only screen and (min-width: 1201px) {
    .header-hero-heading.header-hero-heading--sm {
      font-size: 4rem;
      line-height: 45px; } }
  @media only screen and (min-width: 1450px) {
    .header-hero-heading.header-hero-heading--sm {
      font-size: 5rem;
      line-height: 55px; } }
  @media only screen and (max-width: 1023px) {
    .header-hero-heading.header-hero-heading--sm {
      font-size: 2.4rem;
      line-height: 27px; } }
  @media only screen and (max-width: 767px) {
    .header-hero-heading.header-hero-heading--sm {
      font-size: 2rem;
      line-height: 24px; } }

.header-hero-sub-heading {
  font-size: 2.6rem;
  line-height: 3.2rem; }
  @media only screen and (max-width: 1023px) {
    .header-hero-sub-heading {
      font-size: 1.8rem;
      line-height: 2.4rem; } }
  .header-hero-sub-heading.header-hero-sub-heading--sm {
    font-size: 2rem; }
    @media only screen and (min-width: 1201px) {
      .header-hero-sub-heading.header-hero-sub-heading--sm {
        font-size: 2.2rem; } }
    @media only screen and (min-width: 1450px) {
      .header-hero-sub-heading.header-hero-sub-heading--sm {
        font-size: 2.6rem; } }
    @media only screen and (max-width: 1023px) {
      .header-hero-sub-heading.header-hero-sub-heading--sm {
        font-size: 1.6rem; } }
    @media only screen and (max-width: 767px) {
      .header-hero-sub-heading.header-hero-sub-heading--sm {
        font-size: 1.4rem; } }

.header-hero-cta {
  margin-top: 40px; }

.header-hero--promo {
  color: #111111;
  -webkit-box-shadow: 0 4px 5px 0px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 5px 0px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
  background-image: url(../images/home/home_promo/background_gifts.jpg); }
  @media only screen and (max-width: 1450px) {
    .header-hero--promo {
      background-image: url(../images/home/home_promo/background_gifts_1200.jpg); } }
  @media only screen and (max-width: 1023px) {
    .header-hero--promo {
      background-image: url(../images/home/home_promo/background_gifts_1024.jpg); } }
  @media only screen and (max-width: 1023px) {
    .header-hero--promo {
      min-height: 450px; } }
  .header-hero--promo:after {
    display: none; }
  .header-hero--promo .header-hero-image-top {
    position: relative;
    margin-bottom: 30px;
    margin-top: 20px; }
    .header-hero--promo .header-hero-image-top img {
      max-width: 100%;
      height: auto; }
    @media only screen and (max-width: 1023px) {
      .header-hero--promo .header-hero-image-top {
        margin-bottom: 15px; } }
  @media only screen and (min-width: 768px) {
    .header-hero--promo .header-hero-heading {
      font-size: 4rem;
      line-height: 4.6rem;
      padding-bottom: 15px; } }
  @media only screen and (max-width: 1023px) {
    .header-hero--promo .header-hero-heading {
      font-size: 3.6rem;
      line-height: 4.2rem;
      padding-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .header-hero--promo .header-hero-heading {
      font-size: 3.4rem; } }
  @media only screen and (max-width: 375px) {
    .header-hero--promo .header-hero-heading {
      font-size: 2.8rem; } }
  .header-hero--promo .header-hero-content--promo {
    max-width: 100%; }
    @media only screen and (min-width: 1201px) {
      .header-hero--promo .header-hero-content--promo {
        max-width: 85%; } }
    @media only screen and (min-width: 1450px) {
      .header-hero--promo .header-hero-content--promo {
        max-width: 65%; } }
  @media only screen and (max-width: 1023px) {
    .header-hero--promo .header-hero-image-product {
      display: none; } }
  @media only screen and (max-width: 1023px) {
    .header-hero--promo .header-hero-image-product-desktop {
      display: none; } }
  .header-hero--promo .header-hero-image-product-mobile {
    display: none;
    max-width: 400px;
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .header-hero--promo .header-hero-image-product-mobile img {
      width: 100%;
      max-width: 100px;
      height: auto; }
    @media only screen and (max-width: 1023px) {
      .header-hero--promo .header-hero-image-product-mobile {
        display: block; } }
  .header-hero--promo .header-hero-cta {
    margin-top: 60px; }
    @media only screen and (max-width: 1023px) {
      .header-hero--promo .header-hero-cta {
        margin-top: 30px; } }
    @media only screen and (max-width: 767px) {
      .header-hero--promo .header-hero-cta {
        margin-top: 30px; } }

.testimonial {
  position: relative; }

.testimonial-header {
  position: relative;
  text-align: left;
  margin-bottom: 10px; }
  .testimonial-header:after {
    content: "";
    display: table;
    clear: both; }

.testimonial-picture {
  position: relative;
  width: 50px;
  height: 50px;
  float: left; }
  .testimonial-picture img {
    position: relative;
    max-width: 100%;
    height: auto;
    border-radius: 50%; }

.testimonial-info {
  position: relative;
  margin-left: 60px;
  min-height: 50px;
  border-bottom: 1px solid #49E; }

.testimonial-name {
  position: relative;
  font-size: 1.6rem;
  color: #49E; }

.testimonial-job {
  position: relative;
  font-size: 1.3rem;
  color: #929292; }

.testimonial-content {
  position: relative;
  text-align: left;
  font-size: 1.4rem; }

.box-selector {
  border: 1px solid #CCCCCC;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block; }

.box-selector:hover {
  border-color: #49E; }

.box-selector.selected {
  position: relative;
  border-color: #49E;
  -webkit-box-shadow: inset 0 0 0px 2px #49E;
  box-shadow: inset 0 0 0px 2px #49E; }
  .box-selector.selected:after {
    content: '';
    width: 0;
    height: 0;
    bottom: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #49E; }

.box-selector.disabled, .box-selector.errors {
  border: 1px solid #EEEEEE;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
  pointer-events: none; }

.article-box {
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
  background-clip: content-box;
  padding: 0 1.5rem; }
  @media only screen and (min-width: 1500px) {
    .article-box {
      height: 495px; } }
  @media (max-width: 1499px) and (min-width: 1340px) {
    .article-box {
      height: 505px; } }
  @media (max-width: 1339px) and (min-width: 1124px) {
    .article-box {
      height: 520px; } }
  @media (max-width: 1123px) and (min-width: 1024px) {
    .article-box {
      height: 520px; } }
  @media (max-width: 1023px) {
    .article-box {
      height: auto; } }
  .article-box:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0.5rem;
    height: 1px;
    width: calc(100% - 1rem);
    background-color: #E2E2E2; }
  .article-box .card {
    margin-top: 0;
    padding: 0;
    height: 100%; }
  .article-box.blog-article:before {
    width: calc(100% - 3rem);
    left: 1.5rem; }
    @media only screen and (max-width: 767px) {
      .article-box.blog-article:before {
        width: calc(100% - 2rem);
        left: 1rem; } }
  .article-box p {
    line-height: 2rem; }
  .article-box .thumbnail {
    position: relative;
    max-height: 190px;
    overflow: hidden; }
    @media (max-width: 1339px) and (min-width: 1024px) {
      .article-box .thumbnail {
        max-height: 270px; } }
    @media (max-width: 1024px) {
      .article-box .thumbnail {
        max-height: initial;
        overflow: initial; } }
    .article-box .thumbnail:before {
      content: '';
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      background-color: transparent;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .article-box .thumbnail:hover:before {
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 1; }
    .article-box .thumbnail:hover:after {
      content: '\e951';
      position: absolute;
      font-family: 'icomoon';
      color: #ffffff;
      font-size: 6rem;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 2; }
    .article-box .thumbnail img {
      position: relative;
      max-height: 190px;
      width: auto;
      max-width: initial;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media (max-width: 1339px) and (min-width: 1024px) {
        .article-box .thumbnail img {
          max-height: 270px; } }
      @media (max-width: 1024px) {
        .article-box .thumbnail img {
          max-height: initial;
          width: 100%;
          height: auto;
          left: initial;
          -webkit-transform: initial;
          -ms-transform: initial;
          transform: initial; } }
  .article-box .description,
  .article-box .alt-description {
    padding: 1rem; }
    .article-box .description a,
    .article-box .alt-description a {
      text-decoration: none; }
      .article-box .description a:hover,
      .article-box .alt-description a:hover {
        text-decoration: none; }
    .article-box .description .sub-heading,
    .article-box .alt-description .sub-heading {
      font-size: 1.6rem;
      font-weight: 400;
      text-align: left;
      color: #111111;
      padding-bottom: 0; }
      .article-box .description .sub-heading:hover,
      .article-box .alt-description .sub-heading:hover {
        color: #49E; }
    .article-box .description .meta-info, .article-box .description .meta-info a,
    .article-box .alt-description .meta-info,
    .article-box .alt-description .meta-info a {
      color: #929292;
      font-size: 1.3rem;
      margin-bottom: 0.5rem;
      margin-top: 0.5rem; }
      .article-box .description .meta-info[rel="author"], .article-box .description .meta-info a[rel="author"],
      .article-box .alt-description .meta-info[rel="author"],
      .article-box .alt-description .meta-info a[rel="author"] {
        color: #111111; }
        .article-box .description .meta-info[rel="author"]:hover, .article-box .description .meta-info a[rel="author"]:hover,
        .article-box .alt-description .meta-info[rel="author"]:hover,
        .article-box .alt-description .meta-info a[rel="author"]:hover {
          color: #49E; }
  .article-box article > p {
    font-size: 1.3rem;
    color: #282828;
    padding: 0 2.5rem 0 1rem;
    position: absolute;
    top: 325px; }
    @media (max-width: 1339px) {
      .article-box article > p {
        top: 0;
        position: relative;
        padding: 0 1rem; } }
  .article-box .read-more {
    font-size: 1.3rem;
    position: absolute;
    bottom: 10px;
    right: 25px; }
    @media (max-width: 1024px) {
      .article-box .read-more {
        position: relative;
        margin-bottom: 10px;
        margin-right: 10px;
        bottom: 0;
        right: 0; } }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .pagination li {
    display: inline-block;
    height: 30px;
    margin: 5px;
    padding-top: 5px;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -ms-flex-preferred-size: 4%;
    flex-basis: 4%; }
    .pagination li a {
      color: #111111;
      border: none; }
      .pagination li a:hover {
        color: #111111;
        background-color: transparent; }
    .pagination li.current {
      background: #044b92;
      border-color: #044b92; }
      .pagination li.current a {
        color: #ffffff;
        font-weight: bold;
        pointer-events: none;
        cursor: default; }

.pagination--end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.pagination-total-per-page {
  text-align: left; }
  .pagination-total-per-page form {
    display: inline-block; }
  .pagination-total-per-page select {
    height: 30px;
    margin-top: 5px; }
  .pagination-total-per-page span {
    margin-left: 10px; }

.disabled .pagination li,
.pagination.disabled li {
  background: #CCCCCC;
  border-color: #CCCCCC; }
  .disabled .pagination li.current,
  .pagination.disabled li.current {
    background: #929292;
    border-color: #929292; }

.search-box {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .search-box.search-box--margin-top-mobile {
      margin-top: 10px; } }
  .search-box form {
    position: relative; }
  .search-box input {
    border-radius: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    height: 30px;
    padding: 0 0 0 5px;
    border: 1px solid #929292;
    font-size: 1.3rem;
    color: #424242; }
    .search-box input:active, .search-box input:focus, .search-box input:hover {
      background: #ffffff;
      border-color: #044b92; }
  .search-box [type=submit] {
    background: #044b92;
    border: none;
    position: absolute;
    right: 0;
    height: 30px;
    width: 30px;
    bottom: 0;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    border: none;
    padding-left: 5px; }
    .search-box [type=submit]:hover {
      color: white; }
    .search-box [type=submit] span:before {
      font-size: 2rem; }
  .search-box .search-box-reset {
    display: none;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
    right: 40px;
    color: #929292;
    cursor: pointer; }
    .search-box .search-box-reset:hover {
      color: #111111; }

.disabled .search-box input,
.search-box.disabled input {
  background: #E2E2E2;
  border-color: #CCCCCC; }
  .disabled .search-box input:active, .disabled .search-box input:focus, .disabled .search-box input:hover,
  .search-box.disabled input:active,
  .search-box.disabled input:focus,
  .search-box.disabled input:hover {
    background: #E2E2E2;
    border-color: #CCCCCC; }

.disabled .search-box [type=submit],
.search-box.disabled [type=submit] {
  background: #929292; }

.notification-warn,
.notification-err,
.notification-info {
  padding: 5px 5px 5px 25px;
  border-radius: 2px;
  border: none;
  color: #ffffff;
  text-align: left;
  display: block;
  position: relative; }

._extend_before_li, .notification-err:before, .notification-warn:before, .notification-info:before {
  font-family: 'icomoon';
  position: absolute;
  left: 5px;
  font-size: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.notification-err {
  background: #dd2b27; }
  .notification-err:before {
    content: "\57"; }

.notification-warn {
  background: #ecba23;
  color: #111111; }
  .notification-warn:before {
    content: "\e887"; }

.notification-info {
  background: #044b92; }
  .notification-info:before {
    content: "\48"; }

/* ========================================================================
 * bootstrap-tour - v0.10.3
 * http://bootstraptour.com
 * ========================================================================
 * Copyright 2012-2015 Ulrich Sossou
 *
 * ========================================================================
 * Licensed under the MIT License (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://opensource.org/licenses/MIT
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */
/*!
 * Bootstrap v3.1.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000002;
  display: none;
  max-width: 360px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 1.4rem;
  background-color: #ffffff;
  background-clip: padding-box;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4); }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 10px 10px;
  font-size: 1.6rem;
  font-weight: 400;
  background-color: #044b92;
  border-bottom: 1px solid #424242;
  color: #ffffff;
  text-align: left !important; }

.popover-content {
  padding: 10px 10px;
  color: #424242;
  font-size: 1.3rem;
  text-align: left !important; }

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

.tour-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000001;
  background-color: #000;
  opacity: 0.35;
  filter: alpha(opacity=80); }

.tour-step-backdrop {
  position: relative;
  z-index: 1000191; }

.tour-step-backdrop > td {
  position: relative;
  z-index: 1000191; }

.tour-step-background {
  position: absolute !important;
  z-index: 1000002;
  background: inherit; }

.popover[class*="tour-"] .popover-navigation {
  padding: 10px 10px;
  overflow: hidden; }

.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
  float: right; }

.popover[class*="tour-"] .popover-navigation *[data-role="prev"],
.popover[class*="tour-"] .popover-navigation *[data-role="next"],
.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
  cursor: pointer; }

.popover[class*="tour-"] .popover-navigation *[data-role="prev"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="next"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="end"].disabled {
  cursor: default; }

.popover[class*="tour-"].orphan {
  position: fixed;
  margin-top: 0; }

.popover[class*="tour-"].orphan .arrow {
  display: none; }

.popover-navigation {
  text-align: left !important; }
  .popover-navigation [data-role="next"] {
    margin-left: 10px;
    margin-right: 10px; }
  .popover-navigation [class^="icon-"], .popover-navigation [class*=" icon-"] {
    display: inline-block; }
  .popover-navigation [data-role="prev"] [class^="icon-"], .popover-navigation [data-role="prev"] [class*=" icon-"] {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: 5px; }
  .popover-navigation [data-role="next"] [class^="icon-"], .popover-navigation [data-role="next"] [class*=" icon-"] {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    margin-left: 5px; }

.gift-card {
  position: relative;
  font-size: 0;
  margin-bottom: 20px;
  background-color: #ffffff; }

.gift-card-background {
  position: relative;
  width: 50%;
  overflow: hidden;
  display: inline-block; }
  @media only screen and (max-width: 767px) {
    .gift-card-background {
      width: 40%; } }
  .gift-card-background .gift-card-mask {
    -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%); }
    @media only screen and (min-width: 1201px) {
      .gift-card-background .gift-card-mask {
        -webkit-clip-path: polygon(0 0, 55% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 55% 0, 100% 100%, 0% 100%); } }
    @media only screen and (max-width: 767px) {
      .gift-card-background .gift-card-mask {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } }
    .gift-card-background .gift-card-mask img {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
      @media only screen and (max-width: 767px) {
        .gift-card-background .gift-card-mask img {
          height: 220px; } }
  .gift-card-background .gift-card-value {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media only screen and (max-width: 767px) {
      .gift-card-background .gift-card-value {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }
    .gift-card-background .gift-card-value p {
      font-size: 6.5rem;
      font-weight: 700;
      margin-bottom: 0;
      color: #ffffff; }
      @media only screen and (min-width: 1201px) {
        .gift-card-background .gift-card-value p {
          font-size: 9rem; } }
      @media only screen and (max-width: 767px) {
        .gift-card-background .gift-card-value p {
          font-size: 5rem; } }

.gift-card-content {
  width: 50%;
  display: inline-block;
  -webkit-transform: translate(-10%, 50%);
  -ms-transform: translate(-10%, 50%);
  transform: translate(-10%, 50%);
  vertical-align: top; }
  @media only screen and (max-width: 767px) {
    .gift-card-content {
      width: 60%;
      -webkit-transform: translate(0%, 30%);
      -ms-transform: translate(0%, 30%);
      transform: translate(0%, 30%); } }
  .gift-card-content h3 {
    padding-bottom: 5px;
    font-weight: 400; }
  .gift-card-content a {
    margin-top: 20px;
    font-weight: normal; }

.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden; }

/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%; }

/* 16x10 Aspect Ratio */
.intrinsic-container-16x10 {
  padding-bottom: 62.5%; }

/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%; }

.intrinsic-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flexbox--vertical-flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.flexbox--vertical-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flexbox--vertical-flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.flexbox--vertical-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

.flexbox--vertical-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.flexbox--justify-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.flexbox--justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flexbox--justify-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.flexbox--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flexbox--nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.flexbox--wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

.flexbox-item--flex {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.flexbox-item--no-grow {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }

.flexbox-item--grow-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.flexbox-item--grow-2 {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2; }

.flexbox-item--grow-3 {
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3; }

.flexbox-item--grow-4 {
  -webkit-box-flex: 4;
  -ms-flex-positive: 4;
  flex-grow: 4; }

.flexbox-item--no-shrink {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.flexbox-table {
  display: block;
  position: relative; }

.flexbox-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }
  @media only screen and (max-width: 1023px) {
    .flexbox-row {
      display: block;
      margin-bottom: 10px;
      padding: 10px 0; } }

.flexbox-row--space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flexbox-row--align-item-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flexbox-row--background-even, .flexbox-row--background-odd {
  background-color: #ffffff;
  border-radius: 10px; }

.flexbox-row--background-even:nth-child(even) {
  background-color: #f6f6f6; }

.flexbox-row--background-odd:nth-child(odd) {
  background-color: #f6f6f6; }

.flexbox-row-cell {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  min-width: 1px;
  padding: 10px; }
  .flexbox-row-cell.flexbox-item--grow-2 {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  .flexbox-row-cell.flexbox-item--grow-3 {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3; }
  .flexbox-row-cell.flexbox-item--grow-4 {
    -webkit-box-flex: 4;
    -ms-flex-positive: 4;
    flex-grow: 4; }
  .flexbox-row-cell.flexbox-item--grow-5 {
    -webkit-box-flex: 5;
    -ms-flex-positive: 5;
    flex-grow: 5; }
  .flexbox-row-cell.flexbox-item--grow-6 {
    -webkit-box-flex: 6;
    -ms-flex-positive: 6;
    flex-grow: 6; }
  .flexbox-row-cell.flexbox-item--grow-7 {
    -webkit-box-flex: 7;
    -ms-flex-positive: 7;
    flex-grow: 7; }
  .flexbox-row-cell.flexbox-item--grow-8 {
    -webkit-box-flex: 8;
    -ms-flex-positive: 8;
    flex-grow: 8; }
  .flexbox-row-cell.flexbox-item--grow-9 {
    -webkit-box-flex: 9;
    -ms-flex-positive: 9;
    flex-grow: 9; }
  .flexbox-row-cell.flexbox-item--grow-10 {
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10; }
  .flexbox-row-cell.flexbox-item--basis-auto {
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  @media only screen and (max-width: 1023px) {
    .flexbox-row-cell {
      width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      min-height: 0;
      margin-bottom: 10px;
      padding: 0 10px; }
      .flexbox-row-cell div[data-title] {
        display: inline-block;
        width: 100%; }
        .flexbox-row-cell div[data-title]:before {
          content: attr(data-title);
          display: inline-block;
          width: 30%;
          color: #929292;
          margin-top: 0;
          font-weight: 400;
          letter-spacing: 0;
          vertical-align: top; } }
  @media only screen and (max-width: 767px) {
    .flexbox-row-cell div[data-title]:before {
      width: 40%; } }
  @media only screen and (max-width: 400px) {
    .flexbox-row-cell div[data-title]:before {
      width: 100%; } }
  .flexbox-row-cell .flexbox-row-cell-icon {
    margin-left: 5px;
    position: relative;
    top: 2px;
    font-size: 1.6rem; }
  .flexbox-row-cell .flexbox-row-cell-list {
    display: inline-block; }
    .flexbox-row-cell .flexbox-row-cell-list li:not(:last-child) {
      margin-bottom: 5px; }
  .flexbox-row-cell .text-link:hover span:not(.flexbox-row-cell-icon) {
    text-decoration: underline; }
  .flexbox-row-cell .text-link:hover .flexbox-row-cell-icon {
    color: #49E; }

.flexbox-row-cell--aright {
  text-align: right; }
  @media only screen and (max-width: 1023px) {
    .flexbox-row-cell--aright {
      text-align: left; } }

.flexbox-row-cell--acenter {
  text-align: center; }
  @media only screen and (max-width: 1023px) {
    .flexbox-row-cell--acenter {
      text-align: left; } }

.flexbox-row-cell--padding-right div[data-title] {
  padding-right: 10px; }

.flexbox-row-cell--padding-right div .btn, .flexbox-row-cell--padding-right div .blue-button {
  margin-right: 10px; }

@media only screen and (min-width: 1024px) {
  .flexbox-row-cell--selectable div[data-title] {
    display: block;
    min-width: 100%; } }

.flexbox-table-header {
  background-color: #EEEEEE;
  color: #424242;
  font-size: 1.6rem;
  -webkit-box-shadow: 0 3px 1px -1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 1px -1px rgba(0, 0, 0, 0.12);
  margin-bottom: 10px; }
  @media only screen and (max-width: 1023px) {
    .flexbox-table-header {
      display: none; } }
  .flexbox-table-header .filter-active {
    position: relative;
    color: #111111; }
    .flexbox-table-header .filter-active span {
      position: relative;
      display: inline-block;
      margin-left: 10px;
      top: 2px;
      color: #111111;
      font-size: 1.4rem; }

.flexbox-table-contents.disabled {
  min-height: 100px;
  position: relative; }
  .flexbox-table-contents.disabled .flexbox-row-cell, .flexbox-table-contents.disabled .flexbox-row-cell a {
    color: #929292; }
  .flexbox-table-contents.disabled:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99; }

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?g1qz8k');
  src:  url('fonts/icomoon.eot?g1qz8k#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?g1qz8k') format('truetype'),
    url('fonts/icomoon.woff?g1qz8k') format('woff'),
    url('fonts/icomoon.svg?g1qz8k#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-download:before {
  content: "\e95c";
}
.icon-logo-sculpteo:before {
  content: "\e95b";
}
.icon-scale-issue:before {
  content: "\e959";
}
.icon-unavailable:before {
  content: "\e95a";
}
.icon-left-arrow:before {
  content: "\e955";
}
.icon-minus:before {
  content: "\e956";
}
.icon-plus:before {
  content: "\e957";
}
.icon-right-arrow:before {
  content: "\e958";
}
.icon-linkedin:before {
  content: "\e952";
  color: #0077b5;
}
.icon-big-hole:before {
  content: "\e942";
  color: #49e;
}
.icon-closed-shapes:before {
  content: "\e945";
  color: #49e;
}
.icon-common-line .path1:before {
  content: "\e946";
  color: rgb(146, 146, 146);
}
.icon-common-line .path2:before {
  content: "\e947";
  margin-left: -1em;
  color: rgb(146, 146, 146);
}
.icon-common-line .path3:before {
  content: "\e948";
  margin-left: -1em;
  color: rgb(247, 6, 0);
}
.icon-intersection .path1:before {
  content: "\e949";
  color: rgb(146, 146, 146);
}
.icon-intersection .path2:before {
  content: "\e94a";
  margin-left: -1em;
  color: rgb(146, 146, 146);
}
.icon-intersection .path3:before {
  content: "\e94b";
  margin-left: -1em;
  color: rgb(247, 6, 0);
}
.icon-manifold:before {
  content: "\e94c";
  color: #49e;
}
.icon-non-manifold:before {
  content: "\e94d";
  color: #f70600;
}
.icon-open-lines-shapes:before {
  content: "\e94e";
  color: #f70600;
}
.icon-small-hole .path1:before {
  content: "\e94f";
  color: rgb(146, 146, 146);
}
.icon-small-hole .path2:before {
  content: "\e950";
  margin-left: -1em;
  color: rgb(247, 6, 0);
}
.icon-move-viewer_mode-configuration:before {
  content: "\e93e";
}
.icon-move-viewer_mode-preview:before {
  content: "\e93f";
}
.icon-reset-view:before {
  content: "\e940";
}
.icon-select-viewer:before {
  content: "\e941";
}
.icon-zoom-minus:before {
  content: "\e943";
}
.icon-zoom-plus:before {
  content: "\e944";
}
.icon-Sculpteo_Home-hp-jet-fusion:before {
  content: "\e93d";
  color: #2699ee;
}
.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-assignment:before {
  content: "\e85d";
}
.icon-mode_edit:before {
  content: "\e254";
}
.icon-payment:before {
  content: "\e8a1";
}
.icon-favorite:before {
  content: "\e87d";
}
.icon-lock2:before {
  content: "\e897";
}
.icon-shopping_cart:before {
  content: "\e8cc";
}
.icon-local_offer:before {
  content: "\e54e";
}
.icon-mail_outline:before {
  content: "\e0e1";
}
.icon-notifications:before {
  content: "\e7f4";
}
.icon-notifications_active:before {
  content: "\e7f7";
}
.icon-notifications_none:before {
  content: "\e7f5";
}
.icon-people_outline:before {
  content: "\e7fc";
}
.icon-perm_contact_calendar:before {
  content: "\e8a3";
}
.icon-store_mall_directory:before {
  content: "\e563";
}
.icon-swap_horiz:before {
  content: "\e8d4";
}
.icon-view_compact:before {
  content: "\e42b";
}
.icon-search:before {
  content: "\e951";
}
.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-newsletter:before {
  content: "\e918";
}
.icon-address-book:before {
  content: "\e954";
}
.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-filter:before {
  content: "\e953";
}
.icon-floppy-o:before {
  content: "\e937";
}
.icon-save:before {
  content: "\e937";
}
