@charset "UTF-8";
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a {
  text-decoration: none; }

a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

meta.foundation-version {
  font-family: "/5.4.7/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

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

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75em; }

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.row.collapse .row {
  margin-left: 0;
  margin-right: 0; }

.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none; }

.row .row:before, .row .row:after {
  content: " ";
  display: table; }

.row .row:after {
  clear: both; }

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none; }

.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table; }

.row .row.collapse:after {
  clear: both; }

.column,
.columns {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; }

  .small-offset-0 {
    margin-left: 0% !important; }

  .small-offset-1 {
    margin-left: 8.33333% !important; }

  .small-offset-2 {
    margin-left: 16.66667% !important; }

  .small-offset-3 {
    margin-left: 25% !important; }

  .small-offset-4 {
    margin-left: 33.33333% !important; }

  .small-offset-5 {
    margin-left: 41.66667% !important; }

  .small-offset-6 {
    margin-left: 50% !important; }

  .small-offset-7 {
    margin-left: 58.33333% !important; }

  .small-offset-8 {
    margin-left: 66.66667% !important; }

  .small-offset-9 {
    margin-left: 75% !important; }

  .small-offset-10 {
    margin-left: 83.33333% !important; }

  .small-offset-11 {
    margin-left: 91.66667% !important; }

  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; } }
@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-0 {
    margin-left: 0% !important; }

  .medium-offset-1 {
    margin-left: 8.33333% !important; }

  .medium-offset-2 {
    margin-left: 16.66667% !important; }

  .medium-offset-3 {
    margin-left: 25% !important; }

  .medium-offset-4 {
    margin-left: 33.33333% !important; }

  .medium-offset-5 {
    margin-left: 41.66667% !important; }

  .medium-offset-6 {
    margin-left: 50% !important; }

  .medium-offset-7 {
    margin-left: 58.33333% !important; }

  .medium-offset-8 {
    margin-left: 66.66667% !important; }

  .medium-offset-9 {
    margin-left: 75% !important; }

  .medium-offset-10 {
    margin-left: 83.33333% !important; }

  .medium-offset-11 {
    margin-left: 91.66667% !important; }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; }

  .large-offset-0 {
    margin-left: 0% !important; }

  .large-offset-1 {
    margin-left: 8.33333% !important; }

  .large-offset-2 {
    margin-left: 16.66667% !important; }

  .large-offset-3 {
    margin-left: 25% !important; }

  .large-offset-4 {
    margin-left: 33.33333% !important; }

  .large-offset-5 {
    margin-left: 41.66667% !important; }

  .large-offset-6 {
    margin-left: 50% !important; }

  .large-offset-7 {
    margin-left: 58.33333% !important; }

  .large-offset-8 {
    margin-left: 66.66667% !important; }

  .large-offset-9 {
    margin-left: 75% !important; }

  .large-offset-10 {
    margin-left: 83.33333% !important; }

  .large-offset-11 {
    margin-left: 91.66667% !important; }

  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  border-color: #2285a2;
  color: white;
  transition: background-color 300ms ease-out; }

button:hover, button:focus, .button:hover, .button:focus {
  background-color: #2285a2; }

button:hover, button:focus, .button:hover, .button:focus {
  color: white; }

button.secondary, .button.secondary {
  background-color: #e9e9e9;
  border-color: #bababa;
  color: #333333; }

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #bababa; }

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333; }

button.success, .button.success {
  background-color: #5da423;
  border-color: #4a831c;
  color: white; }

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #4a831c; }

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: white; }

button.alert, .button.alert {
  background-color: #c60f13;
  border-color: #9e0c0f;
  color: white; }

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #9e0c0f; }

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: white; }

button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: white; }

button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cf6e0e; }

button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: white; }

button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333; }

button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9; }

button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: white; }

button.large, .button.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem; }

button.small, .button.small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem; }

button.tiny, .button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem; }

button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%; }

button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem; }

button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem; }

button.radius, .button.radius {
  border-radius: 3px; }

button.round, .button.round {
  border-radius: 1000px; }

button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #2ba6cb;
  border-color: #2285a2;
  color: white;
  cursor: default;
  opacity: 0.7;
  box-shadow: none; }

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #2285a2; }

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: white; }

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #2ba6cb; }

button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e9e9e9;
  border-color: #bababa;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none; }

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #bababa; }

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333333; }

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e9e9e9; }

button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #5da423;
  border-color: #4a831c;
  color: white;
  cursor: default;
  opacity: 0.7;
  box-shadow: none; }

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #4a831c; }

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: white; }

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #5da423; }

button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #c60f13;
  border-color: #9e0c0f;
  color: white;
  cursor: default;
  opacity: 0.7;
  box-shadow: none; }

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #9e0c0f; }

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: white; }

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #c60f13; }

button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: white;
  cursor: default;
  opacity: 0.7;
  box-shadow: none; }

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #cf6e0e; }

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: white; }

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f08a24; }

button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none; }

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #61b6d9; }

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: white; }

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a0d3e8; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.063em) {
  button, .button {
    display: inline-block; } }
/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }

form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem; }

form .row .row.collapse {
  margin: 0; }

form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0; }

form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }

label.right {
  float: none !important;
  text-align: right; }

label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0; }

label small {
  text-transform: capitalize;
  color: #676767; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: white;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
  box-shadow: 0 0 5px #999999;
  border-color: #999999; }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none; }

input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="color"]:disabled,
textarea:disabled {
  background-color: #dddddd;
  cursor: default; }

input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly], fieldset[disabled]
input[type="password"],
input[type="date"][disabled],
input[type="date"][readonly], fieldset[disabled]
input[type="date"],
input[type="datetime"][disabled],
input[type="datetime"][readonly], fieldset[disabled]
input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly], fieldset[disabled]
input[type="datetime-local"],
input[type="month"][disabled],
input[type="month"][readonly], fieldset[disabled]
input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly], fieldset[disabled]
input[type="week"],
input[type="email"][disabled],
input[type="email"][readonly], fieldset[disabled]
input[type="email"],
input[type="number"][disabled],
input[type="number"][readonly], fieldset[disabled]
input[type="number"],
input[type="search"][disabled],
input[type="search"][readonly], fieldset[disabled]
input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly], fieldset[disabled]
input[type="tel"],
input[type="time"][disabled],
input[type="time"][readonly], fieldset[disabled]
input[type="time"],
input[type="url"][disabled],
input[type="url"][readonly], fieldset[disabled]
input[type="url"],
input[type="color"][disabled],
input[type="color"][readonly], fieldset[disabled]
input[type="color"],
textarea[disabled],
textarea[readonly], fieldset[disabled]
textarea {
  background-color: #dddddd;
  cursor: default; }

input[type="text"].radius,
input[type="password"].radius,
input[type="date"].radius,
input[type="datetime"].radius,
input[type="datetime-local"].radius,
input[type="month"].radius,
input[type="week"].radius,
input[type="email"].radius,
input[type="number"].radius,
input[type="search"].radius,
input[type="tel"].radius,
input[type="time"].radius,
input[type="url"].radius,
input[type="color"].radius,
textarea.radius {
  border-radius: 3px; }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px;
  background-color: #fafafa;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem; }

select::-ms-expand {
  display: none; }

select.radius {
  border-radius: 3px; }

select:hover {
  background-color: #f3f3f3;
  border-color: #999999; }

select:disabled {
  background-color: #dddddd;
  cursor: default; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #dddddd;
  padding: 1.25rem;
  margin: 1.125rem 0; }

fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #c60f13;
  color: white; }

[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #c60f13;
  color: white; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }

.error label,
.error label.error {
  color: #c60f13; }

.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #c60f13;
  color: white; }

.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }

.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #c60f13; }

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 58.75em; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #333333; }

.contain-to-grid .top-bar {
  margin-bottom: 0; }

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }

.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%; }

.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99; }

.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 45px; }

.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #333333;
  margin-bottom: 0; }

.top-bar ul {
  margin-bottom: 0;
  list-style: none; }

.top-bar .row {
  max-width: none; }

.top-bar form,
.top-bar input {
  margin-bottom: 0; }

.top-bar input {
  height: 1.8rem;
  padding-top: .35rem;
  padding-bottom: .35rem;
  font-size: 0.75rem; }

.top-bar .button, .top-bar button {
  padding-top: 0.4125rem;
  padding-bottom: 0.4125rem;
  margin-bottom: 0;
  font-size: 0.75rem; }

@media only screen and (max-width: 40em) {
  .top-bar .button, .top-bar button {
    position: relative;
    top: -1px; } }
.top-bar .title-area {
  position: relative;
  margin: 0; }

.top-bar .name {
  height: 45px;
  margin: 0;
  font-size: 16px; }

.top-bar .name h1 {
  line-height: 45px;
  font-size: 1.0625rem;
  margin: 0; }

.top-bar .name h1 a {
  font-weight: normal;
  color: white;
  width: 75%;
  display: block;
  padding: 0 15px; }

.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0; }

.top-bar .toggle-topbar a {
  color: white;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 15px;
  height: 45px;
  line-height: 45px; }

.top-bar .toggle-topbar.menu-icon {
  top: 50%;
  margin-top: -16px; }

.top-bar .toggle-topbar.menu-icon a {
  height: 34px;
  line-height: 33px;
  padding: 0 40px 0 15px;
  color: white;
  position: relative; }

.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -8px;
  right: 15px;
  box-shadow: 0 0px 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white;
  width: 16px; }

.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0px 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""; }

.top-bar.expanded {
  height: auto;
  background: transparent; }

.top-bar.expanded .title-area {
  background: #333333; }

.top-bar.expanded .toggle-topbar a {
  color: #888888; }

.top-bar.expanded .toggle-topbar a span::after {
  box-shadow: 0 0px 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out; }

.top-bar-section ul {
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  font-size: 16px;
  margin: 0; }

.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px #1a1a1a;
  clear: both;
  height: 1px;
  width: 100%; }

.top-bar-section ul li {
  background: #333333; }

.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: white;
  padding: 12px 0 12px 0;
  padding-left: 15px;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
  text-transform: none; }

.top-bar-section ul li > a.button {
  font-size: 0.8125rem;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #2ba6cb;
  border-color: #2285a2;
  color: white; }

.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  background-color: #2285a2; }

.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  color: white; }

.top-bar-section ul li > a.button.secondary {
  background-color: #e9e9e9;
  border-color: #bababa;
  color: #333333; }

.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  background-color: #bababa; }

.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  color: #333333; }

.top-bar-section ul li > a.button.success {
  background-color: #5da423;
  border-color: #4a831c;
  color: white; }

.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  background-color: #4a831c; }

.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  color: white; }

.top-bar-section ul li > a.button.alert {
  background-color: #c60f13;
  border-color: #9e0c0f;
  color: white; }

.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  background-color: #9e0c0f; }

.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  color: white; }

.top-bar-section ul li > a.button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: white; }

.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  background-color: #cf6e0e; }

.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  color: white; }

.top-bar-section ul li > button {
  font-size: 0.8125rem;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #2ba6cb;
  border-color: #2285a2;
  color: white; }

.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: #2285a2; }

.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  color: white; }

.top-bar-section ul li > button.secondary {
  background-color: #e9e9e9;
  border-color: #bababa;
  color: #333333; }

.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: #bababa; }

.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  color: #333333; }

.top-bar-section ul li > button.success {
  background-color: #5da423;
  border-color: #4a831c;
  color: white; }

.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: #4a831c; }

.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  color: white; }

.top-bar-section ul li > button.alert {
  background-color: #c60f13;
  border-color: #9e0c0f;
  color: white; }

.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: #9e0c0f; }

.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  color: white; }

.top-bar-section ul li > button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: white; }

.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  background-color: #cf6e0e; }

.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  color: white; }

.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #555555;
  background: #272727;
  color: white; }

.top-bar-section ul li.active > a {
  background: #2ba6cb;
  color: white; }

.top-bar-section ul li.active > a:hover {
  background: #258faf;
  color: white; }

.top-bar-section .has-form {
  padding: 15px; }

.top-bar-section .has-dropdown {
  position: relative; }

.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 15px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0; }

.top-bar-section .has-dropdown.moved {
  position: static; }

.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  position: absolute !important;
  width: 100%; }

.top-bar-section .has-dropdown.moved > a:after {
  display: none; }

.top-bar-section .dropdown {
  padding: 0;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
  display: block;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.top-bar-section .dropdown li {
  width: 100%;
  height: auto; }

.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 15px; }

.top-bar-section .dropdown li a.parent-link {
  font-weight: normal; }

.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.125rem; }

.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
  color: white;
  display: block; }

.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
  background: none; }

.top-bar-section .dropdown li.has-form {
  padding: 8px 15px; }

.top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
  top: auto; }

.top-bar-section .dropdown label {
  padding: 8px 15px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #777777;
  font-weight: bold;
  font-size: 0.625rem; }

.js-generated {
  display: block; }

@media only screen and (min-width: 40.063em) {
  .top-bar {
    background: #333333;
    overflow: visible; }

  .top-bar:before, .top-bar:after {
    content: " ";
    display: table; }

  .top-bar:after {
    clear: both; }

  .top-bar .toggle-topbar {
    display: none; }

  .top-bar .title-area {
    float: left; }

  .top-bar .name h1 a {
    width: auto; }

  .top-bar input,
  .top-bar .button,
  .top-bar button {
    font-size: 0.875rem;
    position: relative;
    top: 7px; }

  .top-bar.expanded {
    background: #333333; }

  .contain-to-grid .top-bar {
    max-width: 62.5em;
    margin: 0 auto;
    margin-bottom: 0; }

  .top-bar-section {
    transition: none 0 0;
    left: 0 !important; }

  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline; }

  .top-bar-section ul li {
    float: left; }

  .top-bar-section ul li .js-generated {
    display: none; }

  .top-bar-section li.hover > a:not(.button) {
    background-color: #555555;
    background: #272727;
    color: white; }

  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    background: #333333; }

  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #555555;
    background: #272727; }

  .top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    color: white;
    background: #2ba6cb; }

  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #258faf;
    color: white; }

  .top-bar-section .has-dropdown > a {
    padding-right: 35px !important; }

  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 22.5px; }

  .top-bar-section .has-dropdown.moved {
    position: relative; }

  .top-bar-section .has-dropdown.moved > .dropdown {
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; }

  .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; }

  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 1rem;
    margin-top: -1px;
    right: 5px;
    line-height: 1.2; }

  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%; }

  .top-bar-section .dropdown li a {
    color: white;
    line-height: 45px;
    white-space: nowrap;
    padding: 12px 15px;
    background: #333333; }

  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    color: white;
    background: #333333; }

  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    color: white;
    background-color: #555555;
    background: #272727; }

  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #333333; }

  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0; }

  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #4e4e4e;
    clear: none;
    height: 45px;
    width: 0; }

  .top-bar-section .has-form {
    background: #333333;
    padding: 0 15px;
    height: 45px; }

  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0; }

  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%; }

  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0; }

  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%; }

  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #272727;
    color: white; }

  .no-js .top-bar-section ul li:active > a {
    background: #2ba6cb;
    color: white; }

  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; }

  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; } }
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }

[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table; }

[class*="block-grid-"]:after {
  clear: both; }

[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }

  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }

  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }

  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }

  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }

  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }

  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }

  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }

  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }

  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }

  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }

  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }

  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }

  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }

  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }

  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }

  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }

  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }

  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }

  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }

  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }

  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }

  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }
@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }

  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }

  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }

  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }

  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }

  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }

  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }

  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }

  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }

  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }

  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }

  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }

  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }

  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }

  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }

  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }

  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }

  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }

  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }

  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }
@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }

  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }

  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }

  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }

  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }

  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }

  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }

  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }

  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }

  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }

  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }

  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }

  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }

  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }

  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }

  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }

  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }

  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }

  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }

  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }

  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }

  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }

  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none; }

  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }
/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
.reveal-modal-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
  left: 0; }

.reveal-modal, dialog {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 2rem;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.25rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 1.875rem; }

.reveal-modal .column, dialog .column, .reveal-modal .columns, dialog .columns {
  min-width: 0; }

.reveal-modal > :first-child, dialog > :first-child {
  margin-top: 0; }

.reveal-modal > :last-child, dialog > :last-child {
  margin-bottom: 0; }

@media only screen and (min-width: 40.063em) {
  .reveal-modal, dialog {
    width: 80%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto; } }
@media only screen and (min-width: 40.063em) {
  .reveal-modal, dialog {
    top: 4rem; } }
.reveal-modal.radius, dialog.radius {
  border-radius: 3px; }

.reveal-modal.round, dialog.round {
  border-radius: 1000px; }

.reveal-modal.collapse, dialog.collapse {
  padding: 0; }

@media only screen and (min-width: 40.063em) {
  .reveal-modal.tiny, dialog.tiny {
    width: 30%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto; } }
@media only screen and (min-width: 40.063em) {
  .reveal-modal.small, dialog.small {
    width: 40%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto; } }
@media only screen and (min-width: 40.063em) {
  .reveal-modal.medium, dialog.medium {
    width: 60%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto; } }
@media only screen and (min-width: 40.063em) {
  .reveal-modal.large, dialog.large {
    width: 70%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto; } }
@media only screen and (min-width: 40.063em) {
  .reveal-modal.xlarge, dialog.xlarge {
    width: 95%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto; } }
.reveal-modal.full, dialog.full {
  top: 0;
  left: 0;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none !important;
  margin-left: 0 !important; }

@media only screen and (min-width: 40.063em) {
  .reveal-modal.full, dialog.full {
    width: 100vw;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto; } }
.reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 1.375rem;
  color: #AAAAAA;
  font-weight: bold;
  cursor: pointer; }

/* ==========================================================================
   Foundation Overrides
   ========================================================================== */
.reveal-modal-bg {
  position: fixed; }

.reveal-modal {
  position: fixed; }

.row {
  max-width: 64em; }

.row.full {
  width: 100%;
  max-width: 100%;
  padding: 0; }
  .row.full .column, .row.full .columns {
    padding: 0; }

/* Top Bar */
.contain-to-grid {
  background: #fff; }

.top-bar, .top-bar-section, .top-bar .name {
  height: 60px; }

.top-bar.expanded .title-area {
  background: #fff; }

/* Main Level Links */
.top-bar-section li:not(.has-form) a:not(.button) {
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 20px;
  color: #333;
  background: #fff; }

.top-bar-section li {
  border-top: 1px solid #ccc; }

.top-bar-section .has-dropdown > a:after {
  border-color: rgba(0, 0, 0, 0.4) transparent transparent transparent;
  top: 22.5px; }

/* Main Level Links Rollover */
.top-bar-section li:not(.has-form) a:not(.button):hover {
  color: #333;
  background: #ccc; }

.top-bar-section .right li .dropdown {
  top: 0; }

/* Main Level Links while over Dropdown */
.top-bar-section ul li:hover:not(.has-form) > a {
  color: #333;
  background: #eee; }

/* Drop-Down Links */
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
  height: 40px;
  line-height: 40px;
  color: #333;
  background: #eee;
  border: none; }

.top-bar-section .dropdown li a {
  background: #ccc;
  border-top: 1px solid #ccc; }

/* Drop-Down Links Rollover */
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button):hover {
  height: 40px;
  line-height: 40px;
  color: #333;
  background: #ccc;
  border-top: 1px solid #ccc; }

.top-bar .toggle-topbar.menu-icon a {
  color: #333; }

.parent-link {
  display: none; }

li.title {
  height: 40px;
  line-height: 40px;
  color: #333;
  background: #eee;
  border: none; }

/* Hamburger */
.top-bar .toggle-topbar.menu-icon a span::after {
  box-shadow: 0 0px 0 1px #333, 0 7px 0 1px #333, 0 14px 0 1px #333; }

.top-bar.expanded .toggle-topbar a span::after {
  box-shadow: 0 0px 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888; }

.button {
  position: relative;
  color: #666;
  background: #fdb813;
  padding: .75rem 1rem; }

.button:hover, .button:active, .button:focus {
  color: #fdb813;
  background: #666; }

@media only screen and (min-width: 40.063em) {
  /* Main Level Links */
  .top-bar-section li:not(.has-form) a:not(.button) {
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    color: #333;
    background: #fff;
    border-top: none; }

  .top-bar-section .has-dropdown > a:after {
    top: 28.5px; }

  .top-bar-section li {
    border: none; }

  .top-bar-section .right li .dropdown {
    top: 58px; }

  /* Drop-Down Links */
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    height: 40px;
    line-height: 40px; } }
@font-face {
  font-family: 'HelveticaNeue-Bold';
  src: url("../webfonts/helveticaneue-bold.eot");
  /* IE9 Compat Modes */
  src: url("../webfonts/helveticaneue-bold.eot?#iefix") format("embedded-opentype"), url("../webfonts/helveticaneue-bold.woff") format("woff"), url("../webfonts/helveticaneue-bold.ttf") format("truetype"), url("../webfonts/helveticaneue-bold.svg#svgFontName") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'HelveticaNeue-Italic';
  src: url("../webfonts/helveticaneue-italic.eot");
  /* IE9 Compat Modes */
  src: url("../webfonts/helveticaneue-italic.eot?#iefix") format("embedded-opentype"), url("../webfonts/helveticaneue-italic.woff") format("woff"), url("../webfonts/helveticaneue-italic.ttf") format("truetype"), url("../webfonts/helveticaneue-italic.svg#svgFontName") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'HelveticaNeue-Light';
  src: url("../webfonts/helveticaneue-light.eot");
  /* IE9 Compat Modes */
  src: url("../webfonts/helveticaneue-light.eot?#iefix") format("embedded-opentype"), url("../webfonts/helveticaneue-light.woff") format("woff"), url("../webfonts/helveticaneue-light.ttf") format("truetype"), url("../webfonts/helveticaneue-light.svg#svgFontName") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'HelveticaNeue-Roman';
  src: url("../webfonts/helveticaneue-roman.eot");
  /* IE9 Compat Modes */
  src: url("../webfonts/helveticaneue-roman.eot?#iefix") format("embedded-opentype"), url("../webfonts/helveticaneue-roman.woff") format("woff"), url("../webfonts/helveticaneue-roman.ttf") format("truetype"), url("../webfonts/helveticaneue-roman.svg#svgFontName") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'HelveticaNeue-Thin';
  src: url("../webfonts/helveticaneue-thin.eot");
  /* IE9 Compat Modes */
  src: url("../webfonts/helveticaneue-thin.eot?#iefix") format("embedded-opentype"), url("../webfonts/helveticaneue-thin.woff") format("woff"), url("../webfonts/helveticaneue-thin.ttf") format("truetype"), url("../webfonts/helveticaneue-thin.svg#svgFontName") format("svg");
  /* Legacy iOS */ }
/* ==========================================================================
   CSS Animations
   ========================================================================== */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes bounce {
  0%, 2%, 5.3%, 8%, 10% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  4%, 4.3% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  7% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  9% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%, 4%, 8% {
    opacity: 1; }
  2%, 6% {
    opacity: 0; } }
@keyframes flash {
  0%, 4%, 8% {
    opacity: 1; }
  2%, 6% {
    opacity: 0; } }
.flash {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  0%, 100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  5% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  10% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  0%, 100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  5% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  10% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes shake {
  0%, 19%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  1%, 5%, 9%, 13%, 17% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  3%, 7%, 11%, 15% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  0%, 19%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  1%, 5%, 9%, 13%, 17% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  3%, 7%, 11%, 15% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes shift {
  0%, 4%, 8%, 12%, 100% {
    color: #fdb813; }
  2%, 6%, 10% {
    color: red; } }
@keyframes shift {
  0%, 4%, 8%, 12%, 100% {
    color: #fdb813; }
  2%, 6%, 10% {
    color: red; } }
.shift {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-name: shift;
  animation-name: shift; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: 'HelveticaNeue-Thin', sans-serif; }

.font-base, h1, h2, h3, h4, h5, p {
  color: #1a1a1a;
  font-family: 'HelveticaNeue-Thin', sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0 0 .5rem; }

h1 {
  padding: .2rem 0 .5rem;
  font-size: 2.5rem;
  line-height: 1.1em;
  letter-spacing: .04rem; }

h2 {
  padding: .2rem 0 .5rem;
  font-size: 2.2rem;
  line-height: 1.1em;
  letter-spacing: .04rem; }

h3 {
  font-size: 1.8em;
  line-height: 1.1em;
  letter-spacing: .04rem;
  padding: 0 0 .75rem; }

h4 {
  font-size: 1.4em; }

h5 {
  font-size: 1.2em; }

p {
  color: #333333;
  font-size: 1em;
  line-height: 1.4em;
  letter-spacing: .03rem; }

.nopad {
  padding: 0;
  margin: 0; }

a {
  color: #fdb813; }

a:hover {
  color: #000; }

a.video-link {
  display: inline-block;
  color: #fdb813;
  font-size: 2em;
  line-height: 1em;
  position: relative;
  padding: 0;
  margin: 0; }

a.video-link:after {
  position: absolute;
  bottom: 3px;
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background: url(http://invuevietnam.com.vn/img/interface/play-button.svg) no-repeat center center; }

b, strong {
  font-family: 'HelveticaNeue-Bold', sans-serif;
  font-weight: normal; }

blockquote {
  margin: 1em 40px; }

small {
  font-size: 80%; }

.center {
  width: 100%;
  text-align: center; }

.gray {
  color: #808080; }

.yellow {
  color: #fdb813; }

.browserupgrade {
  color: #ddd;
  width: 100%;
  text-align: center;
  padding: 2em 0;
  background: #222; }
  .browserupgrade strong {
    color: red; }
  .browserupgrade a {
    font-family: 'HelveticaNeue-Bold'; }

hr {
  height: 1px;
  width: 100%;
  padding: 0;
  margin: 0;
  border-top: 1px solid #e5e5e5; }

hr.yellow {
  height: 1px;
  width: 60px;
  padding: 0;
  margin: 1em auto;
  border-top: 1px solid #fdb813; }

hr.yellow.tall {
  margin: 2.5em auto; }

/* ==========================================================================
   Main Site Structure
   ========================================================================== */
.page-title {
  padding: 3rem 0;
  border-bottom: 1px solid #e5e5e5; }
  .page-title h1, .page-title p {
    display: inline-block;
    padding: 0;
    margin: 0; }

.trim-container {
  width: 100%;
  overflow: hidden; }

section.block {
  position: relative;
  padding: 4rem 0; }

section.last {
  padding: 3rem 0 0; }

section.divided {
  border-bottom: 1px solid #e5e5e5; }

section.block.content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  section.block.content ul {
    margin: 0;
    padding-left: 1em;
    text-indent: -0.7em;
    list-style: none;
    list-style-position: outside; }
  section.block.content li {
    color: #333;
    font-size: 1em;
    line-height: 1.2em;
    padding: 0 0 .4rem;
    letter-spacing: .03rem; }
  section.block.content ul li:before {
    content: "» "; }

section.block.header {
  padding: 0; }

section.block.white {
  background: #fff; }

section.block.gray {
  background: #e5e5e5; }

section.block.darkgray {
  background: #333; }
  section.block.darkgray .font-base, section.block.darkgray h1, section.block.darkgray h2, section.block.darkgray h3, section.block.darkgray h4, section.block.darkgray h5, section.block.darkgray p {
    color: #bbb; }

section.block.yellow-stripe {
  background: #fdb813;
  background-image: url(http://invuevietnam.com.vn/img/interface/bgd-yellow-stripe.gif); }
  section.block.yellow-stripe .font-base, section.block.yellow-stripe h1, section.block.yellow-stripe h2, section.block.yellow-stripe h3, section.block.yellow-stripe h4, section.block.yellow-stripe h5, section.block.yellow-stripe p {
    color: #fff; }

section.block.center {
  text-align: center; }
  section.block.center ul {
    text-align: left; }

@media only screen and (min-width: 40.063em) {
  .vertical-center {
    display: block;
    height: auto;
    position: absolute;
    padding-right: 0.9375em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10; } }

.ontop {
  z-index: 1000 !important; }

.addpad-bottom {
  margin-bottom: 2em; }

/* ==========================================================================
   Landing Page
   ========================================================================== */
.landing-splash {
  position: relative;
  display: block;
  max-height: 500px;
  max-width: 1600px;
  margin: 0 auto 3em;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 40.063em) {
    .landing-splash {
      max-height: 600px; } }
  @media only screen and (min-width: 64.063em) {
    .landing-splash {
      max-height: 700px; } }
  .landing-splash h1 {
    color: #666; }
  .landing-splash h3 {
    color: #999; }

.landing-splash .slide {
  height: 400px;
  background-position: center top;
  background-size: cover; }
  @media only screen and (min-width: 40.063em) {
    .landing-splash .slide {
      height: 500px; } }
  @media only screen and (min-width: 64.063em) {
    .landing-splash .slide {
      height: 700px; } }

.landing-slider-controls {
  display: block;
  position: absolute;
  bottom: -46px;
  z-index: 5;
  width: 100%;
  height: 46px; }
  .landing-slider-controls .slider-controls-nav {
    display: block;
    width: 70px;
    height: 30px;
    margin: .5em auto 0; }
    .landing-slider-controls .slider-controls-nav .slide-button {
      display: block;
      float: left;
      width: 30px;
      height: 30px;
      overflow: hidden;
      background-color: none;
      background-repeat: no-repeat;
      background-size: 30px 30px;
      text-indent: 999px;
      cursor: pointer; }
    .landing-slider-controls .slider-controls-nav .slide-button.next {
      margin-left: 10px;
      background-image: url(http://invuevietnam.com.vn/img/interface/slider-arrow-right.gif); }
    .landing-slider-controls .slider-controls-nav .slide-button.prev {
      background-image: url(http://invuevietnam.com.vn/img/interface/slider-arrow-left.gif); }
  .landing-slider-controls .slider-captions {
    display: none;
    width: 100%; }
    .landing-slider-controls .slider-captions .caption {
      position: absolute;
      bottom: 46px;
      padding: 22px 20px 20px;
      width: 100%;
      color: #fff;
      font-size: 1em;
      line-height: 1em;
      letter-spacing: .05em;
      background-color: rgba(0, 0, 0, 0.5);
      text-align: center; }
      @media only screen and (min-width: 40.063em) {
        .landing-slider-controls .slider-captions .caption {
          font-size: 1.2em; } }

.landing-splash-content {
  position: absolute;
  top: 20%;
  left: 8%;
  display: block;
  width: 270px;
  margin: 0 auto;
  z-index: 20; }
  @media only screen and (min-width: 40.063em) {
    .landing-splash-content {
      padding-top: 0;
      margin: 0;
      width: auto; } }
  @media only screen and (min-width: 64.063em) {
    .landing-splash-content {
      left: 10%; } }
  .landing-splash-content .button, .landing-splash-content .button:visited {
    position: relative;
    width: 270px;
    text-align: left;
    color: #fff;
    font-size: 1.2rem;
    border: 2px solid #fff;
    margin: 0 0 .5em;
    padding: 1rem; }
  .landing-splash-content .button:after {
    position: absolute;
    top: .9rem;
    right: 1rem;
    content: url(http://invuevietnam.com.vn/img/landing/splash-caret.png); }
  .landing-splash-content .rollover {
    opacity: 0;
    position: absolute;
    top: -2px;
    left: 280px;
    width: 340px;
    display: inline-block;
    padding: 1.4rem 1rem 1rem;
    font-size: .8rem;
    line-height: 1.2rem;
    font-family: 'HelveticaNeue-Roman';
    color: #fff;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    -webkit-transform: translateZ(0px); }
    @media only screen and (min-width: 64.063em) {
      .landing-splash-content .rollover {
        width: 500px;
        font-size: 1.2rem;
        font-family: 'HelveticaNeue-light'; } }
  @media only screen and (min-width: 40.063em) {
    .landing-splash-content .button:hover .rollover, .landing-splash-content .button:active .rollover, .landing-splash-content .button:focus .rollover {
      opacity: 1; } }

.landing-map {
  max-width: 1600px;
  margin: 0 auto; }

/* ==========================================================================
   Retail Homepage
   ========================================================================== */
.home-hotspots {
  display: block;
  max-width: 1600px;
  margin: 0 auto; }
  .home-hotspots img {
    display: block;
    width: 100%;
    height: auto; }
  .home-hotspots .hotspot-card {
    display: none;
    position: absolute;
    width: 90%;
    margin: 0 5%;
    padding: 20px;
    background: #e5e5e5;
    height: auto;
    z-index: 100;
    bottom: 0px; }
    @media only screen and (min-width: 40.063em) {
      .home-hotspots .hotspot-card {
        width: 90%;
        margin: 0 5%;
        padding: 10px 30px 0; } }
    @media only screen and (min-width: 64.063em) {
      .home-hotspots .hotspot-card {
        width: 70%;
        margin: 0 15%; } }
  .home-hotspots .hotspot-card-image {
    display: none;
    float: left;
    width: 200px;
    height: auto;
    text-align: center; }
    .home-hotspots .hotspot-card-image img {
      width: 100%;
      height: auto; }
    @media only screen and (min-width: 40.063em) {
      .home-hotspots .hotspot-card-image {
        display: block; } }
  .home-hotspots .hotspot-card-text {
    float: left;
    height: auto;
    width: 100%; }
    .home-hotspots .hotspot-card-text p {
      font-family: 'HelveticaNeue-Roman', sans-serif;
      padding: 0;
      color: #333; }
    .home-hotspots .hotspot-card-text h3 {
      font-family: 'HelveticaNeue-Light', sans-serif;
      width: auto;
      color: #333; }
    .home-hotspots .hotspot-card-text a.hotspot-card-link {
      font-family: 'HelveticaNeue-Roman', sans-serif;
      color: #fdb813;
      font-size: 1.2rem;
      letter-spacing: .025rem; }
    .home-hotspots .hotspot-card-text a.hotspot-card-link:hover {
      color: #000; }
    @media only screen and (min-width: 40.063em) {
      .home-hotspots .hotspot-card-text {
        width: 55%;
        padding-left: 5%; } }
  .home-hotspots .card-close:after {
    position: absolute;
    top: 10px;
    right: 10px;
    content: 'X';
    font-family: 'HelveticaNeue-regular', sans-serif;
    color: #333; }
  .home-hotspots .card-close:hover:after {
    color: #fdb813; }

h1.section-header {
  padding: .7rem 0 .5rem;
  margin: 0 0 0rem;
  background: #333;
  width: 100%;
  font-family: 'HelveticaNeue-Regular', sans-serif;
  letter-spacing: .05rem;
  color: #fdb813;
  font-size: .9rem;
  line-height: 1.1rem;
  text-align: center; }

.section-header-arrow {
  position: absolute;
  top: 36px;
  width: 100%;
  height: 36px; }

.section-header-arrow span {
  display: block;
  left: 50%;
  width: 30px;
  height: 36px;
  margin: 0 auto;
  background-image: url(http://invuevietnam.com.vn/img/interface/arrow-down.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

.block-container {
  position: relative;
  width: 100%;
  margin: 0 auto; }
  @media only screen and (min-width: 40.063em) {
    .block-container {
      width: 40em; } }
  @media only screen and (min-width: 64.063em) {
    .block-container {
      width: 64em; } }

.home-ir-key {
  padding: 1rem 0 0; }
  .home-ir-key .hotspot-card {
    display: none;
    position: absolute;
    bottom: 280px;
    width: 100%;
    background: #fff;
    height: auto;
    z-index: 100; }
    @media only screen and (min-width: 40.063em) {
      .home-ir-key .hotspot-card {
        bottom: 250px; } }
    @media only screen and (min-width: 64.063em) {
      .home-ir-key .hotspot-card {
        bottom: 250px; } }
  .home-ir-key .card-close:after {
    position: absolute;
    top: 10px;
    right: 10px;
    content: 'X';
    font-family: 'HelveticaNeue-regular', sans-serif;
    color: #333; }
  .home-ir-key .card-close:hover:after {
    color: #fdb813; }

/*
.block-container.smartwatch {
  height: 500px;
  
  .text {
    position: relative;
    text-align: center;
    width: 90%;
    margin: 1rem auto 0;
  }
  
  .image {
    position: relative;
    padding: 0;
    margin: 0 auto;
    width: 230px;
    height: auto;
    z-index: 100;
  }
  
  @media only screen and (min-width: 40.063em) {
    height: 600px;
    
    .text {
      position: absolute;
      width: 45%;
      margin: 0;
      top: 300px;
      left: 20px;
      text-align: left;
    }
    
    .image {
      position: absolute;
      top: 60px;
      right: 20px;
      width: 340px;
    }
  }
  
  @media only screen and (min-width: 64.063em) {
    height: 800px;
    
    .text {
      position: absolute;
      width: 45%;
      margin: 0;
      top: 400px;
      left: 50px;
      text-align: left;
    }
    
    .image {
      position: absolute;
      top: 70px;
      right: 100px;
      width: 450px;
    }
  }
  
}

.block-container.camera {
  height: 500px;
  
  .text {
    position: relative;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 130px 0 0;
  }
  
  .image {
    position: relative;
    width: 600px;
    left: 30px;
    margin: 0 auto;
    z-index: 80;
  }
  
  @media only screen and (min-width: 40.063em) {
    height: 500px;
    
    .text {
      position: absolute;
      width: 40%;
      top: 80px;
      left: 360px;
      text-align: left;
      z-index: 90;
    }
    
    .image {
      position: absolute;
      top: 180px;
      left: -30px;
      width: 110%;
    }
  }
  
  @media only screen and (min-width: 64.063em) {
    height: 700px;
    
    .text {
      position: absolute;
      width: 50%;
      top: 170px;
      left: 580px;
      text-align: left;
      z-index: 90;
    }
    
    .image {
      position: absolute;
      top: 150px;
      right: 100px;
    }
  }
  
}

.block-container.shelftether {
  height: 330px;
  
  .text {
    position: relative;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  
  .image {
    position: relative;
    width: 400px;
    left: 50px;
    margin: 0 auto;
    z-index: 80;
  }
  
  @media only screen and (min-width: 40.063em) {
    height: 470px;
    
    .text {
      position: absolute;
      width: 320px;
      top: 20px;
      left: 50px;
      text-align: left;
      z-index: 90;
    }
    
    .image {
      position: absolute;
      top: 100px;
      left: 150px;
      width: 600px;
    }
  }
  
  @media only screen and (min-width: 64.063em) {
    height: 700px;
    
    .text {
      position: absolute;
      width: 320px;
      top: 40px;
      left: 80px;
      text-align: left;
      z-index: 90;
    }
    
    .image {
      position: absolute;
      top: 120px;
      left: 150px;
      width: 900px;
    }
  }
  
}
*/
.block-container.mobility {
  height: auto;
  width: 100%; }
  .block-container.mobility .text {
    position: relative;
    text-align: center;
    width: 100%;
    margin: 2rem auto 0; }
    .block-container.mobility .text h2 {
      font-size: 1.4rem; }
    .block-container.mobility .text h5 {
      font-size: 1rem; }
  .block-container.mobility .image {
    position: relative;
    margin-left: 10%;
    width: 90%;
    z-index: 0; }
  @media only screen and (min-width: 40.063em) {
    .block-container.mobility .text {
      position: absolute;
      width: 80%;
      margin: 0;
      top: 86%;
      left: 10%;
      text-align: left;
      z-index: 1; }
    .block-container.mobility .image {
      padding-top: 20px;
      margin-left: 40%;
      width: 60%; } }
  @media only screen and (min-width: 64.063em) {
    .block-container.mobility .text h2 {
      font-size: 2.2rem; }
    .block-container.mobility .text h5 {
      font-size: 1.2rem; } }

.block-container.power {
  height: auto; }
  .block-container.power .text {
    position: relative;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0 0; }
    .block-container.power .text h2 {
      font-size: 1.4rem; }
    .block-container.power .text h5 {
      font-size: 1rem; }
  .block-container.power .image {
    position: relative;
    width: 80%;
    left: -30px;
    margin: 0 auto;
    z-index: 80; }
  @media only screen and (min-width: 40.063em) {
    .block-container.power {
      height: 400px; }
      .block-container.power .text {
        position: absolute;
        width: 50%;
        top: 30%;
        right: 0;
        text-align: left;
        z-index: 90; }
      .block-container.power .image {
        position: absolute;
        top: -20px;
        left: -25%;
        width: 70%; } }
  @media only screen and (min-width: 64.063em) {
    .block-container.power {
      height: auto; }
      .block-container.power .text {
        position: absolute;
        width: 50%;
        top: 30%;
        right: 0;
        text-align: left;
        z-index: 90; }
        .block-container.power .text h2 {
          font-size: 2.2rem; }
        .block-container.power .text h5 {
          font-size: 1.2rem; }
      .block-container.power .image {
        position: relative;
        top: 0;
        left: -25%;
        width: 70%; } }

.block-container.rugged {
  height: auto;
  width: 100%; }
  .block-container.rugged .text {
    position: relative;
    text-align: center;
    width: 100%;
    margin: 2rem auto 0; }
    .block-container.rugged .text h2 {
      font-size: 1.4rem; }
    .block-container.rugged .text h5 {
      font-size: 1rem; }
  .block-container.rugged .image {
    position: relative;
    margin-left: 10%;
    width: 90%;
    z-index: 0; }
  @media only screen and (min-width: 40.063em) {
    .block-container.rugged .text {
      position: absolute;
      width: 55%;
      margin: 0;
      top: 73%;
      left: 10%;
      text-align: left;
      z-index: 1; }
    .block-container.rugged .image {
      width: 60%;
      margin-left: 40%; } }
  @media only screen and (min-width: 64.063em) {
    .block-container.rugged .text h2 {
      font-size: 2.2rem; }
    .block-container.rugged .text h5 {
      font-size: 1.2rem; } }

.block-container.hs400 {
  height: auto; }
  .block-container.hs400 .text {
    position: relative;
    text-align: center;
    width: 90%;
    margin: 3rem auto 0;
    z-index: 1000; }
  .block-container.hs400 .image {
    position: relative;
    padding: 0;
    margin: 0 auto;
    width: 330px;
    height: auto;
    z-index: 100; }
  @media only screen and (min-width: 40.063em) {
    .block-container.hs400 {
      height: 470px; }
      .block-container.hs400 .text {
        position: absolute;
        width: 45%;
        top: 200px;
        margin: 0;
        left: 50px;
        text-align: left; }
      .block-container.hs400 .image {
        width: 380px;
        position: absolute;
        bottom: 0px;
        right: 0px; } }
  @media only screen and (min-width: 64.063em) {
    .block-container.hs400 {
      height: 840px; }
      .block-container.hs400 .text {
        top: 370px; }
      .block-container.hs400 .image {
        width: 700px; } }

.block-container.hs150 {
  height: 400px; }
  .block-container.hs150 .text {
    position: relative;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 0px 0 0; }
  .block-container.hs150 .image {
    position: relative;
    width: 320px;
    left: -20px;
    margin: 0 auto;
    z-index: 80; }
  @media only screen and (min-width: 40.063em) {
    .block-container.hs150 {
      height: 460px; }
      .block-container.hs150 .text {
        position: absolute;
        width: 40%;
        top: 150px;
        left: 390px;
        text-align: left;
        z-index: 90; }
      .block-container.hs150 .image {
        position: absolute;
        bottom: 0px;
        width: 70%; } }
  @media only screen and (min-width: 64.063em) {
    .block-container.hs150 {
      height: 760px; }
      .block-container.hs150 .text {
        width: 40%;
        top: 200px;
        left: 700px; }
      .block-container.hs150 .image {
        left: 50px;
        bottom: 0px;
        width: 70%; } }

.block-container.ls100 {
  position: relative;
  height: auto; }
  .block-container.ls100 .text {
    position: relative;
    text-align: center;
    width: 90%;
    margin: 0 auto; }
  .block-container.ls100 .image {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 80; }
  @media only screen and (min-width: 40.063em) {
    .block-container.ls100 {
      height: 390px; }
      .block-container.ls100 .text {
        position: absolute;
        width: 320px;
        top: 10px;
        left: 5%;
        text-align: left;
        z-index: 90; }
      .block-container.ls100 .image {
        position: absolute;
        bottom: 0px;
        left: 50px;
        width: 100%; } }
  @media only screen and (min-width: 64.063em) {
    .block-container.ls100 {
      height: 600px; }
      .block-container.ls100 .text {
        width: 320px;
        top: 10px;
        left: 5%; }
      .block-container.ls100 .image {
        left: 20px;
        width: 100%; } }

.block-container.smart-watches {
  height: auto; }
  .block-container.smart-watches .text {
    position: relative;
    text-align: center;
    width: 90%;
    margin: 0 auto; }
  .block-container.smart-watches .image {
    position: relative;
    width: 50%;
    left: 00px;
    margin: 0 auto;
    z-index: 80; }
    .block-container.smart-watches .image img {
      width: 100%;
      height: auto; }
  @media only screen and (min-width: 40.063em) {
    .block-container.smart-watches {
      height: 360px; }
      .block-container.smart-watches .text {
        position: absolute;
        width: 80%;
        top: 80px;
        left: 0px;
        text-align: left;
        z-index: 90; }
      .block-container.smart-watches .image {
        position: absolute;
        top: -40px;
        left: 65%;
        width: 350px; } }
  @media only screen and (min-width: 64.063em) {
    .block-container.smart-watches {
      height: 600px; }
      .block-container.smart-watches .text {
        position: absolute;
        width: 50%;
        top: 150px;
        left: 150px;
        text-align: left;
        z-index: 90; }
      .block-container.smart-watches .image {
        position: absolute;
        top: -20px;
        left: 60%;
        width: 500px; } }

.block-container.ws1 {
  height: auto; }
  .block-container.ws1 .text {
    position: relative;
    text-align: center;
    width: 90%;
    margin: 0 auto; }
  .block-container.ws1 .image {
    position: relative;
    width: 80%;
    left: 00px;
    margin: 0 auto;
    z-index: 80; }
  @media only screen and (min-width: 40.063em) {
    .block-container.ws1 {
      height: 380px; }
      .block-container.ws1 .text {
        position: absolute;
        width: 50%;
        top: 220px;
        left: 55%;
        text-align: left;
        z-index: 90; }
      .block-container.ws1 .image {
        position: absolute;
        top: -160px;
        left: 20px;
        width: 80%; } }
  @media only screen and (min-width: 64.063em) {
    .block-container.ws1 {
      height: 600px; }
      .block-container.ws1 .text {
        position: absolute;
        width: 50%;
        top: 430px;
        left: 55%;
        text-align: left;
        z-index: 90; }
      .block-container.ws1 .image {
        position: absolute;
        top: -200px;
        left: 80px;
        width: 90%; } }

.block-container.apple-watch {
  height: auto; }
  .block-container.apple-watch .text {
    position: relative;
    text-align: center;
    width: 70%;
    margin: 0 auto; }
  .block-container.apple-watch .image {
    position: relative;
    width: 50%;
    left: 0;
    margin: 0 auto;
    z-index: 80; }
    .block-container.apple-watch .image img {
      width: 100%;
      height: auto; }
  @media only screen and (min-width: 40.063em) {
    .block-container.apple-watch {
      height: 300px; }
      .block-container.apple-watch .text {
        position: absolute;
        width: 50%;
        top: 40px;
        left: 0px;
        text-align: left;
        z-index: 90; }
      .block-container.apple-watch .image {
        position: absolute;
        top: -140px;
        left: 48%;
        width: 340px; } }
  @media only screen and (min-width: 64.063em) {
    .block-container.apple-watch {
      height: 470px; }
      .block-container.apple-watch .text {
        position: absolute;
        width: 40%;
        top: 100px;
        left: 80px;
        text-align: left;
        z-index: 90; }
      .block-container.apple-watch .image {
        position: absolute;
        top: -110px;
        left: 50%;
        width: 500px; } }

.why-icon {
  width: 50%;
  margin: 2em auto; }
  .why-icon img {
    width: 100%;
    height: auto; }

.biz-icon {
  width: 30%;
  margin: 2em auto; }
  .biz-icon img {
    width: 100%;
    height: auto; }

/* ==========================================================================
   Solutions Page
   ========================================================================== */
ul.solutions a {
  position: relative;
  display: block;
  background: #e5e5e5;
  border: 1px solid #e5e5e5; }
  ul.solutions a img {
    padding: 4rem; }
  ul.solutions a h2.product-name {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-family: 'HelveticaNeue-Regular', sans-serif; }
ul.solutions a:hover {
  border: 1px solid #fdb813; }
  ul.solutions a:hover h2.product-name {
    color: #fdb813; }

/* ==========================================================================
   Products Detail Page
   ========================================================================== */
ul.icon-links {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.icon-links li {
    float: left;
    margin-right: 2em;
    margin-left: 0em; }
  @media only screen and (min-width: 40.063em) {
    ul.icon-links {
      position: absolute;
      margin: 0 0.9375em 0;
      top: 4px;
      right: 0px; }
      ul.icon-links li {
        margin-right: 0em;
        margin-left: 2em; } }

.action-links {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right; }
  .action-links > li {
    float: left; }
  .action-links > li a {
    display: block;
    width: 100%;
    color: #ccc;
    font-size: 1rem;
    padding: 0 0 0 1rem !important;
    margin: 0; }

.slider-container {
  position: relative; }
  .slider-container .thumb-arrow {
    position: absolute;
    display: block;
    width: 3%;
    height: 100px;
    z-index: 10; }
  .slider-container #slider {
    position: relative;
    display: block;
    padding: 0 3%; }
  .slider-container .thumb-arrow.previous {
    left: -10px;
    background: url(http://invuevietnam.com.vn/img/interface/arrow-left.svg) no-repeat left center;
    background-size: 70%; }
  .slider-container .thumb-arrow.next {
    right: -10px;
    background: url(http://invuevietnam.com.vn/img/interface/arrow-right.svg) no-repeat right center;
    background-size: 70%; }

.feature-grid {
  width: 100%; }
  .feature-grid td {
    color: #fff;
    background-color: #666;
    padding: 1rem 1rem .8rem;
    border: 2px solid #e5e5e5; }

.specs-grid {
  color: #808080;
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px 0px; }
  .specs-grid td {
    background-color: none;
    padding: 1rem 0 .8rem;
    border-top: 1px solid #e5e5e5;
    vertical-align: top; }
  .specs-grid tr:last-child td {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5; }

section.gray .specs-grid td {
  border-top: 1px solid #999; }
section.gray .specs-grid tr:last-child td {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999; }

ul.in-use li {
  margin-bottom: 1rem; }
  @media only screen and (min-width: 40.063em) {
    ul.in-use li {
      margin-bottom: 2rem; } }
  ul.in-use li img {
    padding-bottom: 1rem; }
  ul.in-use li h4 {
    font-family: 'HelveticaNeue-Light';
    padding: 0 0 .35rem;
    margin: 0;
    line-height: 1em; }
  ul.in-use li p {
    padding: 0;
    margin: 0;
    line-height: 1em; }

.full-width-image {
  position: relative; }
  .full-width-image .overlay-text {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0; }

/* ==========================================================================
   Static Page Elements
   ========================================================================== */
.block.trim-top {
  padding-top: 0 !important; }

.block.trim-bottom {
  padding-bottom: 0 !important; }
  .block.trim-bottom .static-image {
    padding: 0 !important; }

p.page-subtitle {
  font-size: 1.6rem;
  color: #808080; }

.static-container {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  .static-container ul {
    margin: 0;
    padding: 0 0 1rem 1em;
    text-indent: -.65em;
    list-style: none; }
  .static-container ul.center li {
    text-align: center; }
  .static-container li {
    color: #333;
    font-size: 1em;
    line-height: 1.2em;
    padding: 0 0 .3rem;
    letter-spacing: .03rem; }
  .static-container ul li:before {
    content: "» "; }

.static-content {
  padding: 0 0 1rem; }

.video-container {
  padding: 0 0 3rem; }

.static-image, .static-column-image {
  padding: 0 0 1rem; }

.static-history-image {
  padding: 0 0 1rem; }
  @media only screen and (min-width: 40.063em) {
    .static-history-image {
      padding: 0; } }

.customers li {
  padding: 3rem;
  position: relative;
  overflow: visible; }

.customer-detail {
  position: absolute;
  background: #e5e5e5;
  z-index: 100; }
  .customer-detail h4 {
    font-size: 1.2rem; }
    @media only screen and (min-width: 64.063em) {
      .customer-detail h4 {
        font-size: 1.5em; } }
  .customer-detail .customer-detail-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem 0; }
  .customer-detail img {
    width: 100%;
    height: auto; }
  .customer-detail .close {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
    right: 1.375rem;
    color: #AAAAAA;
    font-weight: bold;
    cursor: pointer; }

/* ==========================================================================
   Careers Quotes
   ========================================================================== */
.quote-container {
  display: block;
  position: relative;
  background: #333333;
  padding: 3rem 1rem 11rem;
  margin: 2rem 0; }
  .quote-container p.quote-text {
    color: #999999;
    font-size: 1.6rem; }

.quote-detail {
  position: absolute;
  display: block;
  padding: 0 1rem 2rem;
  bottom: 0;
  left: 0;
  width: 100%; }
  .quote-detail .quote-line {
    display: block;
    height: 39px;
    width: 80px;
    float: left;
    border-bottom: 2px solid #fdb813; }
  .quote-detail .quote-image {
    position: relative;
    display: block;
    width: 80px;
    height: auto;
    float: right;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden; }
  .quote-detail p.quote-name {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1em;
    padding: 0; }
  .quote-detail p.quote-title {
    color: #999999;
    padding: 0; }

.quote-container:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 40px;
  border-top: 30px solid #333333;
  border-left: 0px solid transparent;
  border-right: 20px solid transparent; }

/* ==========================================================================
   Careers Quotes
   ========================================================================== */
article {
  padding: 2rem 0 3rem;
  border-bottom: 1px solid #ccc; }
  @media only screen and (min-width: 40.063em) {
    article {
      padding: 4rem 0 6rem; } }
  article h2 {
    padding: 0 0 1rem;
    font-size: 1.4rem; }
    @media only screen and (min-width: 40.063em) {
      article h2 {
        font-size: 2.2rem;
        line-height: 1em; } }
    article h2 a {
      color: #1a1a1a; }
    article h2 a:hover {
      color: #fdb813; }
  article p {
    line-height: 1.5em; }
  article p.date {
    font-size: .7rem;
    text-transform: uppercase;
    font-family: 'HelveticaNeue-bold', sans-serif;
    padding: 0 0 .3rem;
    color: #999; }
  article .article-image-center {
    width: 100%;
    float: none;
    padding: 0 0 2rem; }
  article .article-image-right {
    width: 100%;
    float: none;
    padding: 0 0 2rem; }
    @media only screen and (min-width: 40.063em) {
      article .article-image-right {
        width: 50%;
        float: right;
        padding: 0 0 0 2rem; } }
  article .article-image-left {
    width: 100%;
    float: none;
    padding: 0 0 2rem; }
    @media only screen and (min-width: 40.063em) {
      article .article-image-left {
        width: 50%;
        float: left;
        padding: 0 2rem 0 0; } }
  article img {
    width: 100%;
    height: auto;
    padding: 0 !important; }
  article .image-caption {
    margin-top: 4px;
    background: #333;
    padding: 1rem 1rem .8rem;
    font-size: .8rem;
    line-height: 1rem;
    color: #fff; }

.additional-section {
  border-top: 1px solid #e5e5e5; }

figure {
  position: relative; }

figure img {
  position: absolute;
  width: 100%;
  height: 400px; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0; }
  30% {
    -webkit-transform: scale(0.7);
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0; }
  30% {
    -moz-transform: scale(0.7);
    opacity: 1; }
  100% {
    opacity: 0;
    -moz-transform: scale(1); } }
/* ==========================================================================
   Hostspots
   ========================================================================== */
.hotspot-container {
  position: relative;
  list-style: none;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important; }

.hotspot-container.full {
  max-width: 1600px;
  margin: 2em auto 0 !important; }

.hotspot {
  position: absolute;
  background: none;
  background-image: url(http://invuevietnam.com.vn/img/interface/hotspot-plus.png);
  background-size: 24px 24px;
  cursor: pointer;
  height: 24px;
  width: 24px;
  display: block;
  z-index: 10; }

.hotspot.gray {
  background: none;
  background-image: url(http://invuevietnam.com.vn/img/interface/hotspot-gray.png);
  background-size: 23px 23px;
  height: 23px;
  width: 23px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.hotspot p.caption {
  display: none;
  position: relative;
  top: -6px;
  left: 20px;
  width: 140px;
  background-color: #333;
  padding: 9px 10px 5px;
  font-family: 'HelveticaNeue-Roman', sans-serif;
  font-size: .8rem;
  line-height: .8rem;
  border-radius: 5px;
  z-index: 3;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.hotspot.active p.caption {
  visibility: visible; }

.hotspot-detail {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  background-color: rgba(20, 20, 20, 0.75);
  z-index: 5; }
  .hotspot-detail .hotspot-detail-image {
    position: relative;
    width: 50%;
    margin: 4% auto 0; }
  .hotspot-detail img {
    width: 100%;
    height: auto; }
  .hotspot-detail p {
    color: #fff;
    text-align: center;
    margin-top: 3.5%; }
  .hotspot-detail a.close {
    position: absolute;
    top: .3em;
    right: .5em;
    color: #fff;
    font-size: 1.8em; }
  .hotspot-detail a.close:hover {
    color: #fdb813; }
  @media only screen and (min-width: 40.063em) {
    .hotspot-detail .hotspot-detail-image {
      margin: 8% auto 0; }
    .hotspot-detail p {
      margin-top: 3.5%; } }

.swap-main-image {
  z-index: 1; }

.swap-image {
  display: none;
  position: absolute;
  top: 0;
  z-index: 2; }

/* ==========================================================================
   Footer
   ========================================================================== */
footer {
  padding: 2rem 0 10rem;
  border-top: 1px solid #e5e5e5; }
  footer h5 {
    font-family: 'HelveticaNeue-Roman', sans-serif;
    font-size: .8rem;
    padding: 0 0 .5rem; }
  footer p.copyright {
    font-family: 'HelveticaNeue-Roman', sans-serif;
    font-size: .6rem;
    padding: 3em 0 .1rem;
    color: #999;
    text-align: center; }
  footer p.disclaimer {
    font-family: 'HelveticaNeue-Roman', sans-serif;
    font-size: .6rem;
    padding: 0;
    color: #ccc;
    text-align: center; }

.social-links {
  float: right;
  position: relative;
  left: -50%;
  text-align: left;
  padding-bottom: 4em; }
  .social-links ul {
    position: relative;
    left: 50%;
    list-style: none; }
  .social-links li {
    display: inline-block;
    margin: 0 .2em;
    float: left;
    width: 25px;
    height: 25px;
    overflow: hidden;
    text-indent: 1000px; }
    @media only screen and (min-width: 40.063em) {
      .social-links li {
        width: 50px;
        height: 50px;
        margin: 0 .5em; } }
    .social-links li a {
      display: block;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: 100%;
      text-indent: 100px; }
    .social-links li a.linkedin {
      background-image: url(http://invuevietnam.com.vn/img/interface/social-linkedin.gif); }
    .social-links li a.youtube {
      background-image: url(http://invuevietnam.com.vn/img/interface/social-youtube.gif); }
    .social-links li a.vimeo {
      background-image: url(http://invuevietnam.com.vn/img/interface/social-vimeo.gif); }
    .social-links li a.twitter {
      background-image: url(http://invuevietnam.com.vn/img/interface/social-twitter.gif); }
    .social-links li a.facebook {
      background-image: url(http://invuevietnam.com.vn/img/interface/social-facebook.gif); }

.footer-nav {
  width: 100%;
  overflow: hidden;
  position: relative; }

.footer-nav > ul {
  float: left;
  position: relative;
  left: 50%;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 0 2em; }
  .footer-nav > ul > li {
    margin: 0;
    float: left;
    position: relative;
    right: 50%; }
  @media only screen and (min-width: 40.063em) {
    .footer-nav > ul > li {
      margin: 0 1em; } }
  @media only screen and (min-width: 64.063em) {
    .footer-nav > ul > li {
      margin: 0 2em; } }

ul.footerlinks {
  list-style: none;
  padding: 0;
  margin: 0 0 2em; }
  ul.footerlinks li {
    padding: 0 0 .2rem;
    margin: 0; }
  ul.footerlinks li a {
    display: block;
    font-family: 'HelveticaNeue-Roman', sans-serif;
    color: #999999;
    font-size: .8rem;
    line-height: 1.2em; }
  ul.footerlinks li a:hover {
    color: #fdb813; }

header {
  position: relative;
  display: block;
  width: 100%;
  min-height: 60px; }
  @media (min-width: 769px) {
    header {
      min-height: 120px;
      display: block; } }
  header svg {
    position: absolute;
    top: 12px;
    left: 0.9375em;
    display: block; }

@media (min-width: 769px) {
  header.landing {
    min-height: 60px; } }

/* Main Navigation Links */
.top-nav-container {
  background: #333; }
  @media (min-width: 769px) {
    .top-nav-container {
      background: #fff; } }

nav.top-nav {
  position: relative;
  height: 60px;
  padding: 60px 0 0 0;
  width: 100%;
  letter-spacing: .05rem;
  z-index: 100;
  max-width: 64em;
  margin: 0 auto; }
  nav.top-nav .solution a {
    position: absolute;
    top: 55px;
    left: 98px;
    font-family: 'HelveticaNeue-Bold';
    color: #333;
    letter-spacing: .03em;
    font-size: .7rem;
    text-transform: uppercase; }
  nav.top-nav .solution a:hover {
    color: #fdb813; }
  nav.top-nav ul {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0; }
    @media (min-width: 769px) {
      nav.top-nav ul {
        display: block; } }
  nav.top-nav ul.links {
    top: 60px;
    width: 100%;
    z-index: 100; }
    nav.top-nav ul.links > li a {
      display: block;
      height: 50px;
      width: 100%;
      color: #ccc;
      font-size: 1rem;
      padding: 1rem 0 0 1rem;
      background: #333;
      border-bottom: 1px solid #444; }
    nav.top-nav ul.links li:last-child a {
      border: none; }
    nav.top-nav ul.links a:hover {
      color: #333;
      background: #ddd; }
    nav.top-nav ul.links a:active {
      color: #333;
      background: #fdb813; }
    nav.top-nav ul.links li.has-dropdown {
      position: relative;
      display: block; }
    nav.top-nav ul.links li.has-dropdown a.toggle {
      position: absolute;
      top: 0px;
      right: 0px;
      height: 50px;
      width: 60px; }
    nav.top-nav ul.links li.has-dropdown a.toggle span::after {
      content: "";
      position: absolute;
      width: 20px;
      left: 20px;
      top: 18px;
      box-shadow: 0 0px 0 1px #555, 0 7px 0 1px #555, 0 14px 0 1px #555; }
    nav.top-nav ul.links li.has-dropdown a.toggle:hover {
      background: #333; }
    nav.top-nav ul.links li.has-dropdown a.toggle:hover span::after {
      box-shadow: 0 0px 0 1px #fdb813, 0 7px 0 1px #fdb813, 0 14px 0 1px #fdb813; }
    @media (min-width: 769px) {
      nav.top-nav ul.links {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: auto; }
        nav.top-nav ul.links li {
          display: inline-block;
          float: left; }
        nav.top-nav ul.links li a {
          height: 60px;
          font-size: .8em;
          background: #fff;
          color: #333;
          width: auto;
          padding: 1.6rem 1rem 0 1rem;
          border: none; }
        nav.top-nav ul.links li.has-dropdown > a.selected {
          color: #333;
          background: #fdb813; }
        nav.top-nav ul.links li.has-dropdown a.toggle {
          display: none; } }
  @media (min-width: 769px) {
    nav.top-nav ul.links.solutions-nav {
      background: #333; } }

nav.top-nav.tall {
  height: 80px; }
  nav.top-nav.tall ul.links > li > a {
    height: 80px;
    padding: 2rem 1rem 0 1rem; }

/* Level 2 Navigation Links */
nav.top-nav ul.dropdown {
  position: relative;
  display: none; }
  nav.top-nav ul.dropdown li a {
    display: block;
    height: 40px;
    width: 100%;
    color: #fff;
    font-size: .8rem;
    padding: .9rem 0 0 2rem;
    background-color: #444;
    border-bottom: 1px solid #555; }
  nav.top-nav ul.dropdown li a.flag {
    display: block;
    background-color: #444;
    background-repeat: no-repeat;
    background-size: 2.5rem;
    background-position-x: center;
    background-position-y: center;
    padding: .9rem 0 0 3.5rem; }
    @media (min-width: 769px) {
      nav.top-nav ul.dropdown li a.flag {
        width: 92px !important; } }
  nav.top-nav ul.dropdown li a.flag:hover {
    background-color: #ddd; }
  nav.top-nav ul.dropdown li a.English {
    background-image: url(http://invuevietnam.com.vn/img/interface/flag-usa.gif); }
  nav.top-nav ul.dropdown li a.中文 {
    background-image: url(http://invuevietnam.com.vn/img/interface/flag-china.gif); }
  nav.top-nav ul.dropdown li a.Dutch {
    background-image: url(http://invuevietnam.com.vn/img/interface/flag-netherlands.gif); }
  nav.top-nav ul.dropdown li a.Deutsch {
    background-image: url(http://invuevietnam.com.vn/img/interface/flag-germany.gif); }
  nav.top-nav ul.dropdown li a.Français {
    background-image: url(http://invuevietnam.com.vn/img/interface/flag-france.gif); }
  nav.top-nav ul.dropdown li a.日本語 {
    background-image: url(http://invuevietnam.com.vn/img/interface/flag-japan.gif); }
  nav.top-nav ul.dropdown li a.한국말 {
    background-image: url(http://invuevietnam.com.vn/img/interface/flag-korea.gif); }
  nav.top-nav ul.dropdown li a.Português {
    background-image: url(http://invuevietnam.com.vn/img/interface/flag-brazil.gif); }
  nav.top-nav ul.dropdown li a.Россия {
    background-image: url(http://invuevietnam.com.vn/img/interface/flag-russia.gif); }
  nav.top-nav ul.dropdown li a.Español {
    background-image: url(http://invuevietnam.com.vn/img/interface/flag-spain.gif); }
  nav.top-nav ul.dropdown li:last-child a {
    border-bottom: none; }
  @media (min-width: 769px) {
    nav.top-nav ul.dropdown {
      position: absolute;
      width: auto;
      top: 60px;
      left: 0px; }
      nav.top-nav ul.dropdown li {
        height: 40px;
        width: 200px; }
      nav.top-nav ul.dropdown li a {
        display: block;
        padding: .8rem 1rem; } }

@media (min-width: 769px) {
  nav.top-nav.tall ul.dropdown {
    top: 80px; } }

@media (min-width: 769px) {
  .Language ul li {
    width: 91px !important; } }
/* Main Hamburger Menu */
nav.top-nav .toggle {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px; }
  nav.top-nav .toggle a {
    position: relative;
    display: block;
    height: 60px;
    width: 60px;
    padding: 0; }
  nav.top-nav .toggle a span::after {
    content: "";
    position: absolute;
    width: 20px;
    left: 20px;
    top: 24px;
    box-shadow: 0 0px 0 1px #333, 0 7px 0 1px #333, 0 14px 0 1px #333; }
  nav.top-nav .toggle a:hover span::after {
    box-shadow: 0 0px 0 1px #fdb813, 0 7px 0 1px #fdb813, 0 14px 0 1px #fdb813; }
  @media (min-width: 769px) {
    nav.top-nav .toggle {
      display: none; } }

/* Solutions Navigation Links */
.solutions-nav-container {
  display: block;
  background-color: #333;
  z-index: 50; }

nav.solutions-nav {
  position: relative;
  padding: 60px 0 0 0;
  width: 100%;
  letter-spacing: .05rem;
  border-top: 1px solid #444;
  max-width: 64em;
  margin: 0 auto; }

nav.solutions-nav .title {
  font-family: 'HelveticaNeue-Roman', sans-serif;
  position: absolute;
  text-transform: uppercase;
  top: 24px;
  left: 1rem;
  font-size: .8rem;
  color: #fdb813;
  display: inline-block; }

nav.solutions-nav .title.landing {
  font-family: 'HelveticaNeue-Thin', sans-serif;
  position: absolute;
  text-transform: none;
  top: 14px;
  left: 5em;
  font-size: .8rem;
  color: #fff;
  display: inline-block; }
  @media (min-width: 769px) {
    nav.solutions-nav .title.landing {
      top: 24px;
      left: 7em; } }

nav.solutions-nav .title a {
  font-family: 'HelveticaNeue-Roman', sans-serif;
  text-transform: uppercase;
  top: 24px;
  left: 0.9375em;
  font-size: .8rem;
  color: #fdb813;
  display: inline-block; }

nav.solutions-nav .title a:hover {
  color: #fff; }

nav.solutions-nav ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0; }
  @media (min-width: 769px) {
    nav.solutions-nav ul {
      display: block; } }

nav.solutions-nav ul.links {
  top: 60px;
  width: 100%;
  z-index: 100;
  border-top: 1px solid #444;
  z-index: 50; }
  nav.solutions-nav ul.links li a {
    display: block;
    height: 50px;
    width: 100%;
    color: #ccc;
    font-size: 1rem;
    padding: 1rem 0 0 1rem;
    background-color: #333;
    border-bottom: 1px solid #444; }
  nav.solutions-nav ul.links li:last-child a {
    border: none; }
  nav.solutions-nav ul.links a:hover {
    color: #ccc;
    background-color: #222; }
  nav.solutions-nav ul.links a:active {
    color: #333;
    background-color: #fdb813; }
  nav.solutions-nav ul.links li.has-dropdown {
    position: relative;
    display: block; }
  nav.solutions-nav ul.links li.has-dropdown a.toggle {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 50px;
    width: 60px; }
  nav.solutions-nav ul.links li.has-dropdown a.toggle span::after {
    content: "";
    position: absolute;
    width: 20px;
    left: 20px;
    top: 18px;
    box-shadow: 0 0px 0 1px #555, 0 7px 0 1px #555, 0 14px 0 1px #555; }
  nav.solutions-nav ul.links li.has-dropdown a.toggle:hover {
    background-color: #333; }
  nav.solutions-nav ul.links li.has-dropdown a.toggle:hover span::after {
    box-shadow: 0 0px 0 1px #fdb813, 0 7px 0 1px #fdb813, 0 14px 0 1px #fdb813; }
  nav.solutions-nav ul.links .buy-samples {
    text-transform: uppercase;
    color: #fdb813;
    background-image: url(http://invuevietnam.com.vn/img/interface/icon-buy-samples.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: left center;
    padding: 1.1rem 0 0 40px; }
    @media only screen and (min-width: 40.063em) {
      nav.solutions-nav ul.links .buy-samples {
        padding: 1.5rem 1rem 0 40px; } }
  nav.solutions-nav ul.links .request-quote {
    text-transform: uppercase;
    color: #fdb813;
    background-image: url(http://invuevietnam.com.vn/img/interface/icon-request-quote.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: left center;
    padding: 1.1rem .9rem 0 40px; }
    @media only screen and (min-width: 40.063em) {
      nav.solutions-nav ul.links .request-quote {
        padding: 1.5rem 1rem 0 40px; } }
  @media (min-width: 769px) {
    nav.solutions-nav ul.links {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: auto;
      border: none; }
      nav.solutions-nav ul.links li {
        display: inline-block;
        float: left; }
      nav.solutions-nav ul.links li a {
        font-size: .8em;
        height: 60px;
        background-color: #333;
        color: #ccc;
        width: auto;
        padding: 1.5rem 1rem 0 1rem;
        border: none; }
      nav.solutions-nav ul.links li a:active, nav.solutions-nav ul.links li a.selected {
        color: #333;
        background-color: #fdb813; }
      nav.solutions-nav ul.links li.has-dropdown a.toggle {
        display: none; } }

/* Solutions Hamburger Menu */
nav.solutions-nav .toggle {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px; }
  nav.solutions-nav .toggle a {
    position: relative;
    display: block;
    height: 60px;
    width: 60px;
    padding: 0; }
  nav.solutions-nav .toggle a span::after {
    content: "";
    position: absolute;
    width: 20px;
    left: 20px;
    top: 24px;
    box-shadow: 0 0px 0 1px #fdb813, 0 7px 0 1px #fdb813, 0 14px 0 1px #fdb813; }
  nav.solutions-nav .toggle a:hover span::after {
    box-shadow: 0 0px 0 1px #fdb813, 0 7px 0 1px #fdb813, 0 14px 0 1px #fdb813; }
  @media (min-width: 769px) {
    nav.solutions-nav .toggle {
      display: none; } }

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

.owl-carousel {
  z-index: 1; }

/* 
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

/*
.owl-theme .owl-controls .owl-nav [class*='owl-'] {
  color: white;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
  background: #0099cc;
  color: white;
  text-decoration: none;
}
 */
.owl-theme .owl-controls {
  position: absolute;
  right: 0;
  z-index: 4; }

.owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-controls .owl-nav {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  text-align: center; }

.owl-nav [class*='owl-'] {
  display: block;
  float: left;
  margin-left: 10px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  background-color: none;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  text-indent: 999px;
  cursor: pointer; }

.owl-next {
  background-image: url(http://invuevietnam.com.vn/img/interface/slider-arrow-right.gif); }

.slide-info {
  text-indent: 0px;
  color: #333;
  display: block;
  float: left;
  font-size: 1em;
  line-height: 1em;
  padding: .7em 1em;
  font-weight: 700;
  cursor: pointer; }

.owl-prev {
  background-image: url(http://invuevietnam.com.vn/img/interface/slider-arrow-left.gif); }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #0099cc; }

/* ==========================================================================
   Forms
   ========================================================================== */
/* Solspace Freform Pro Styles */
.general_errors {
  padding-bottom: 1rem; }

.form-error, .general_errors {
  display: none; }

.form-error p, .general_errors P {
  font-family: 'HelveticaNeue-Bold', sans-serif;
  color: red !important;
  font-size: .75rem !important;
  width: 100%; }

/* General Form Styles */
#contactform {
  padding: 0 0 4em; }
  #contactform fieldset {
    border: none;
    padding: 0;
    margin: 0; }
  #contactform .required {
    color: red !important; }
  #contactform p {
    font-size: 1.1rem;
    padding: 0;
    color: #666; }
  #contactform label {
    font-size: .8em;
    color: #999;
    display: block;
    padding: 0 0 1rem;
    margin: 0;
    font-family: 'HelveticaNeue-Normal', sans-serif; }
  #contactform input {
    font-family: 'HelveticaNeue-Normal', sans-serif;
    display: inline-block;
    width: 100%;
    height: auto;
    background: #e5e5e5;
    padding: .75rem .75rem .6rem;
    margin: 0 0 .25rem;
    float: left;
    color: #000;
    font-size: 1em;
    border: none;
    box-shadow: none;
    -webkit-appearance: none; }
    #contactform input .api-submit {
      width: 100px; }
  #contactform input.short {
    width: 80px; }
  #contactform input.medium {
    width: 50%;
    float: left; }
  #contactform select {
    font-size: 1em;
    font-family: 'HelveticaNeue-Normal', sans-serif;
    display: inline-block;
    background: #e5e5e5 url(http://invuevietnam.com.vn/img/interface/bgd-select.gif) no-repeat right center;
    width: 100%;
    height: auto;
    padding: .75rem .75rem .6rem;
    margin: 0 0 .25rem;
    border-radius: 0px;
    color: #000;
    border: none;
    box-shadow: none;
    -webkit-appearance: none; }
  #contactform option {
    padding: 0;
    margin: 0; }
  #contactform ::-webkit-input-placeholder {
    color: #aaa; }
  #contactform :-moz-placeholder {
    color: #aaa; }
  #contactform ::-moz-placeholder {
    color: #aaa; }
  #contactform :-ms-input-placeholder {
    color: #aaa; }
  #contactform textarea {
    display: block;
    width: 100%;
    height: 4.5em;
    background: #e5e5e5;
    padding: 10px;
    margin: 0;
    color: #000;
    font-size: 1em;
    border: none;
    box-shadow: none;
    -webkit-appearance: none; }
  #contactform input[type="submit"] {
    display: inline-block;
    background: #fff;
    color: #999;
    width: auto;
    padding: .5em 1em;
    border: 1px #999 solid; }
  #contactform input[type="submit"]:focus {
    color: #fff;
    background: #999;
    border: 1px #999 solid; }
  #contactform input[type="submit"]:hover {
    color: #fff;
    background: #999;
    border: 1px #999 solid; }
  #contactform input[type="submit"]:active {
    border: 1px #999 solid; }

.error_message {
  color: red;
  padding: 0 0 10px; }

#error h1, #success h1 {
  padding-bottom: .2rem; }
#error p, #success p {
  padding-bottom: 1rem; }

#error h1 {
  color: red; }

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 5px;
  background: #ccc;
  color: #333; }

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-family: 'HelveticaNeue-Regular', sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden; }

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */ }

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px; }

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
  max-width: 200px; }

.tooltipster-base .tooltipster-content {
  overflow: hidden; }

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute; }

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px; }

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px; }

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px; }

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px; }

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto; }

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px; }

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px; }

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px; }

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px; }

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px; }

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px; }

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px; }

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px; }

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade-show {
  opacity: 1; }

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform; }

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0; }

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0; }

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }