/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE <10.
 * Add the correct display in Edge, IE, and Firefox for `details` or `summary`.
 * Add the correct display in IE for `main`.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * Add the correct display in IE <10.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display and remove excess height in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE <11, Safari <8, and Firefox <22.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox <40.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font style in Android <4.4.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 0.75em 0; }

/**
 * Add the correct background and color in IE <10.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE <11.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1.5em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known issues:
 * - By default, Chrome on OS X and Safari on OS X allow very limited styling of
 *   select, unless a border property is set. The default font weight on
 *   optgroup elements cannot safely be changed in Chrome on OSX and Safari on
 *   OS X.
 * - It is recommended that you do not style checkbox and radio inputs as
 *   Firefox's implementation does not respect box-sizing, padding, or width.
 * - Certain font size values applied to number inputs cause the cursor style of
 *   the decrement button to change from default to text.
 * - The search input is not fully stylable by default. In Chrome and Safari on
 *   OSX/iOS you can't control font, padding, border, or background. In Chrome
 *   and Safari on Windows you can't control border properly. It will apply
 *   border-width but will only show a border color (which cannot be controlled)
 *   for the outer 1px of that border. Applying -webkit-appearance: textfield
 *   addresses these issues without removing the benefits of search inputs (e.g.
 *   showing past searches). Safari (but not Chrome) will clip the cancel button
 *   on when it has padding (and textfield appearance).
 */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 * 3. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 4. Improve appearance and consistency with IE 6/7.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible; }

/**
 * 1. Add the correct box sizing in IE <11.
 * 2. Remove the padding in IE <11.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
   */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 * 4. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 2 */
  padding: 0;
  /* 3 */ }

/**
 * Restore the font weight unset by a previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

@media (max-width: 400px) {
  @-ms-viewport {
    width: 320px; } }
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%; }

html,
body {
  height: 100%; }

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

b,
strong {
  font-weight: bold; }

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

ul,
ol {
  list-style: none; }

li {
  display: list-item; }

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

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

q {
  quotes: none; }

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

sub,
sup,
small {
  font-size: 75%; }

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

svg {
  overflow: hidden; }

body {
  font: 13px / 1.5 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif; }

pre,
code {
  font-family: "DejaVu Sans Mono", Monaco, Consolas, monospace; }

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0; }

h1 {
  font-size: 25px; }

h2 {
  font-size: 23px; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 19px; }

h5 {
  font-size: 17px; }

h6 {
  font-size: 15px; }

ol {
  list-style: decimal; }

ul {
  list-style: disc; }

li {
  margin-left: 30px; }

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.grid-container:before, .mobile-grid-5:before, .mobile-grid-10:before, .mobile-grid-15:before, .mobile-grid-20:before, .mobile-grid-25:before, .mobile-grid-30:before, .mobile-grid-35:before, .mobile-grid-40:before, .mobile-grid-45:before, .mobile-grid-50:before, .mobile-grid-55:before, .mobile-grid-60:before, .mobile-grid-65:before, .mobile-grid-70:before, .mobile-grid-75:before, .mobile-grid-80:before, .mobile-grid-85:before, .mobile-grid-90:before, .mobile-grid-95:before, .mobile-grid-100:before, .mobile-grid-33:before, .mobile-grid-66:before, .tablet-grid-5:before, .tablet-grid-10:before, .tablet-grid-15:before, .tablet-grid-20:before, .tablet-grid-25:before, .tablet-grid-30:before, .tablet-grid-35:before, .tablet-grid-40:before, .tablet-grid-45:before, .tablet-grid-50:before, .tablet-grid-55:before, .tablet-grid-60:before, .tablet-grid-65:before, .tablet-grid-70:before, .tablet-grid-75:before, .tablet-grid-80:before, .tablet-grid-85:before, .tablet-grid-90:before, .tablet-grid-95:before, .tablet-grid-100:before, .tablet-grid-33:before, .tablet-grid-66:before, .grid-5:before, .grid-10:before, .grid-15:before, .grid-20:before, .grid-25:before, .grid-30:before, .grid-35:before, .grid-40:before, .grid-45:before, .grid-50:before, .grid-55:before, .grid-60:before, .grid-65:before, .grid-70:before, .grid-75:before, .grid-80:before, .grid-85:before, .grid-90:before, .grid-95:before, .grid-100:before, .grid-33:before, .grid-66:before, .grid-offset:before, .clearfix:before,
.grid-container:after,
.mobile-grid-5:after,
.mobile-grid-10:after,
.mobile-grid-15:after,
.mobile-grid-20:after,
.mobile-grid-25:after,
.mobile-grid-30:after,
.mobile-grid-35:after,
.mobile-grid-40:after,
.mobile-grid-45:after,
.mobile-grid-50:after,
.mobile-grid-55:after,
.mobile-grid-60:after,
.mobile-grid-65:after,
.mobile-grid-70:after,
.mobile-grid-75:after,
.mobile-grid-80:after,
.mobile-grid-85:after,
.mobile-grid-90:after,
.mobile-grid-95:after,
.mobile-grid-100:after,
.mobile-grid-33:after,
.mobile-grid-66:after,
.tablet-grid-5:after,
.tablet-grid-10:after,
.tablet-grid-15:after,
.tablet-grid-20:after,
.tablet-grid-25:after,
.tablet-grid-30:after,
.tablet-grid-35:after,
.tablet-grid-40:after,
.tablet-grid-45:after,
.tablet-grid-50:after,
.tablet-grid-55:after,
.tablet-grid-60:after,
.tablet-grid-65:after,
.tablet-grid-70:after,
.tablet-grid-75:after,
.tablet-grid-80:after,
.tablet-grid-85:after,
.tablet-grid-90:after,
.tablet-grid-95:after,
.tablet-grid-100:after,
.tablet-grid-33:after,
.tablet-grid-66:after,
.grid-5:after,
.grid-10:after,
.grid-15:after,
.grid-20:after,
.grid-25:after,
.grid-30:after,
.grid-35:after,
.grid-40:after,
.grid-45:after,
.grid-50:after,
.grid-55:after,
.grid-60:after,
.grid-65:after,
.grid-70:after,
.grid-75:after,
.grid-80:after,
.grid-85:after,
.grid-90:after,
.grid-95:after,
.grid-100:after,
.grid-33:after,
.grid-66:after,
.grid-offset:after,
.clearfix:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0; }

.grid-container:after, .mobile-grid-5:after, .mobile-grid-10:after, .mobile-grid-15:after, .mobile-grid-20:after, .mobile-grid-25:after, .mobile-grid-30:after, .mobile-grid-35:after, .mobile-grid-40:after, .mobile-grid-45:after, .mobile-grid-50:after, .mobile-grid-55:after, .mobile-grid-60:after, .mobile-grid-65:after, .mobile-grid-70:after, .mobile-grid-75:after, .mobile-grid-80:after, .mobile-grid-85:after, .mobile-grid-90:after, .mobile-grid-95:after, .mobile-grid-100:after, .mobile-grid-33:after, .mobile-grid-66:after, .tablet-grid-5:after, .tablet-grid-10:after, .tablet-grid-15:after, .tablet-grid-20:after, .tablet-grid-25:after, .tablet-grid-30:after, .tablet-grid-35:after, .tablet-grid-40:after, .tablet-grid-45:after, .tablet-grid-50:after, .tablet-grid-55:after, .tablet-grid-60:after, .tablet-grid-65:after, .tablet-grid-70:after, .tablet-grid-75:after, .tablet-grid-80:after, .tablet-grid-85:after, .tablet-grid-90:after, .tablet-grid-95:after, .tablet-grid-100:after, .tablet-grid-33:after, .tablet-grid-66:after, .grid-5:after, .grid-10:after, .grid-15:after, .grid-20:after, .grid-25:after, .grid-30:after, .grid-35:after, .grid-40:after, .grid-45:after, .grid-50:after, .grid-55:after, .grid-60:after, .grid-65:after, .grid-70:after, .grid-75:after, .grid-80:after, .grid-85:after, .grid-90:after, .grid-95:after, .grid-100:after, .grid-33:after, .grid-66:after, .grid-offset:after, .clearfix:after {
  clear: both; }

.grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  padding-left: 10px;
  padding-right: 10px; }

.mobile-grid-5, .mobile-grid-10, .mobile-grid-15, .mobile-grid-20, .mobile-grid-25, .mobile-grid-30, .mobile-grid-35, .mobile-grid-40, .mobile-grid-45, .mobile-grid-50, .mobile-grid-55, .mobile-grid-60, .mobile-grid-65, .mobile-grid-70, .mobile-grid-75, .mobile-grid-80, .mobile-grid-85, .mobile-grid-90, .mobile-grid-95, .mobile-grid-100, .mobile-grid-33, .mobile-grid-66, .tablet-grid-5, .tablet-grid-10, .tablet-grid-15, .tablet-grid-20, .tablet-grid-25, .tablet-grid-30, .tablet-grid-35, .tablet-grid-40, .tablet-grid-45, .tablet-grid-50, .tablet-grid-55, .tablet-grid-60, .tablet-grid-65, .tablet-grid-70, .tablet-grid-75, .tablet-grid-80, .tablet-grid-85, .tablet-grid-90, .tablet-grid-95, .tablet-grid-100, .tablet-grid-33, .tablet-grid-66, .grid-5, .grid-10, .grid-15, .grid-20, .grid-25, .grid-30, .grid-35, .grid-40, .grid-45, .grid-50, .grid-55, .grid-60, .grid-65, .grid-70, .grid-75, .grid-80, .grid-85, .grid-90, .grid-95, .grid-100, .grid-33, .grid-66 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px; }

.grid-parent {
  padding-left: 0;
  padding-right: 0; }

.grid-offset {
  clear: both;
  margin-left: -10px;
  margin-right: -10px; }

@media (max-width: 767px) {
  .mobile-push-5, .mobile-pull-5, .mobile-push-10, .mobile-pull-10, .mobile-push-15, .mobile-pull-15, .mobile-push-20, .mobile-pull-20, .mobile-push-25, .mobile-pull-25, .mobile-push-30, .mobile-pull-30, .mobile-push-35, .mobile-pull-35, .mobile-push-40, .mobile-pull-40, .mobile-push-45, .mobile-pull-45, .mobile-push-50, .mobile-pull-50, .mobile-push-55, .mobile-pull-55, .mobile-push-60, .mobile-pull-60, .mobile-push-65, .mobile-pull-65, .mobile-push-70, .mobile-pull-70, .mobile-push-75, .mobile-pull-75, .mobile-push-80, .mobile-pull-80, .mobile-push-85, .mobile-pull-85, .mobile-push-90, .mobile-pull-90, .mobile-push-95, .mobile-pull-95, .mobile-push-33, .mobile-pull-33, .mobile-push-66, .mobile-pull-66 {
    position: relative; }

  .hide-on-mobile {
    display: none !important; }

  .mobile-grid-5 {
    float: left;
    width: 5%; }

  .mobile-prefix-5 {
    margin-left: 5%; }

  .mobile-suffix-5 {
    margin-right: 5%; }

  .mobile-push-5 {
    left: 5%; }

  .mobile-pull-5 {
    left: -5%; }

  .mobile-grid-10 {
    float: left;
    width: 10%; }

  .mobile-prefix-10 {
    margin-left: 10%; }

  .mobile-suffix-10 {
    margin-right: 10%; }

  .mobile-push-10 {
    left: 10%; }

  .mobile-pull-10 {
    left: -10%; }

  .mobile-grid-15 {
    float: left;
    width: 15%; }

  .mobile-prefix-15 {
    margin-left: 15%; }

  .mobile-suffix-15 {
    margin-right: 15%; }

  .mobile-push-15 {
    left: 15%; }

  .mobile-pull-15 {
    left: -15%; }

  .mobile-grid-20 {
    float: left;
    width: 20%; }

  .mobile-prefix-20 {
    margin-left: 20%; }

  .mobile-suffix-20 {
    margin-right: 20%; }

  .mobile-push-20 {
    left: 20%; }

  .mobile-pull-20 {
    left: -20%; }

  .mobile-grid-25 {
    float: left;
    width: 25%; }

  .mobile-prefix-25 {
    margin-left: 25%; }

  .mobile-suffix-25 {
    margin-right: 25%; }

  .mobile-push-25 {
    left: 25%; }

  .mobile-pull-25 {
    left: -25%; }

  .mobile-grid-30 {
    float: left;
    width: 30%; }

  .mobile-prefix-30 {
    margin-left: 30%; }

  .mobile-suffix-30 {
    margin-right: 30%; }

  .mobile-push-30 {
    left: 30%; }

  .mobile-pull-30 {
    left: -30%; }

  .mobile-grid-35 {
    float: left;
    width: 35%; }

  .mobile-prefix-35 {
    margin-left: 35%; }

  .mobile-suffix-35 {
    margin-right: 35%; }

  .mobile-push-35 {
    left: 35%; }

  .mobile-pull-35 {
    left: -35%; }

  .mobile-grid-40 {
    float: left;
    width: 40%; }

  .mobile-prefix-40 {
    margin-left: 40%; }

  .mobile-suffix-40 {
    margin-right: 40%; }

  .mobile-push-40 {
    left: 40%; }

  .mobile-pull-40 {
    left: -40%; }

  .mobile-grid-45 {
    float: left;
    width: 45%; }

  .mobile-prefix-45 {
    margin-left: 45%; }

  .mobile-suffix-45 {
    margin-right: 45%; }

  .mobile-push-45 {
    left: 45%; }

  .mobile-pull-45 {
    left: -45%; }

  .mobile-grid-50 {
    float: left;
    width: 50%; }

  .mobile-prefix-50 {
    margin-left: 50%; }

  .mobile-suffix-50 {
    margin-right: 50%; }

  .mobile-push-50 {
    left: 50%; }

  .mobile-pull-50 {
    left: -50%; }

  .mobile-grid-55 {
    float: left;
    width: 55%; }

  .mobile-prefix-55 {
    margin-left: 55%; }

  .mobile-suffix-55 {
    margin-right: 55%; }

  .mobile-push-55 {
    left: 55%; }

  .mobile-pull-55 {
    left: -55%; }

  .mobile-grid-60 {
    float: left;
    width: 60%; }

  .mobile-prefix-60 {
    margin-left: 60%; }

  .mobile-suffix-60 {
    margin-right: 60%; }

  .mobile-push-60 {
    left: 60%; }

  .mobile-pull-60 {
    left: -60%; }

  .mobile-grid-65 {
    float: left;
    width: 65%; }

  .mobile-prefix-65 {
    margin-left: 65%; }

  .mobile-suffix-65 {
    margin-right: 65%; }

  .mobile-push-65 {
    left: 65%; }

  .mobile-pull-65 {
    left: -65%; }

  .mobile-grid-70 {
    float: left;
    width: 70%; }

  .mobile-prefix-70 {
    margin-left: 70%; }

  .mobile-suffix-70 {
    margin-right: 70%; }

  .mobile-push-70 {
    left: 70%; }

  .mobile-pull-70 {
    left: -70%; }

  .mobile-grid-75 {
    float: left;
    width: 75%; }

  .mobile-prefix-75 {
    margin-left: 75%; }

  .mobile-suffix-75 {
    margin-right: 75%; }

  .mobile-push-75 {
    left: 75%; }

  .mobile-pull-75 {
    left: -75%; }

  .mobile-grid-80 {
    float: left;
    width: 80%; }

  .mobile-prefix-80 {
    margin-left: 80%; }

  .mobile-suffix-80 {
    margin-right: 80%; }

  .mobile-push-80 {
    left: 80%; }

  .mobile-pull-80 {
    left: -80%; }

  .mobile-grid-85 {
    float: left;
    width: 85%; }

  .mobile-prefix-85 {
    margin-left: 85%; }

  .mobile-suffix-85 {
    margin-right: 85%; }

  .mobile-push-85 {
    left: 85%; }

  .mobile-pull-85 {
    left: -85%; }

  .mobile-grid-90 {
    float: left;
    width: 90%; }

  .mobile-prefix-90 {
    margin-left: 90%; }

  .mobile-suffix-90 {
    margin-right: 90%; }

  .mobile-push-90 {
    left: 90%; }

  .mobile-pull-90 {
    left: -90%; }

  .mobile-grid-95 {
    float: left;
    width: 95%; }

  .mobile-prefix-95 {
    margin-left: 95%; }

  .mobile-suffix-95 {
    margin-right: 95%; }

  .mobile-push-95 {
    left: 95%; }

  .mobile-pull-95 {
    left: -95%; }

  .mobile-grid-33 {
    float: left;
    width: 33.33333%; }

  .mobile-prefix-33 {
    margin-left: 33.33333%; }

  .mobile-suffix-33 {
    margin-right: 33.33333%; }

  .mobile-push-33 {
    left: 33.33333%; }

  .mobile-pull-33 {
    left: -33.33333%; }

  .mobile-grid-66 {
    float: left;
    width: 66.66667%; }

  .mobile-prefix-66 {
    margin-left: 66.66667%; }

  .mobile-suffix-66 {
    margin-right: 66.66667%; }

  .mobile-push-66 {
    left: 66.66667%; }

  .mobile-pull-66 {
    left: -66.66667%; }

  .mobile-grid-100 {
    clear: both;
    width: 100%; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .tablet-push-5, .tablet-pull-5, .tablet-push-10, .tablet-pull-10, .tablet-push-15, .tablet-pull-15, .tablet-push-20, .tablet-pull-20, .tablet-push-25, .tablet-pull-25, .tablet-push-30, .tablet-pull-30, .tablet-push-35, .tablet-pull-35, .tablet-push-40, .tablet-pull-40, .tablet-push-45, .tablet-pull-45, .tablet-push-50, .tablet-pull-50, .tablet-push-55, .tablet-pull-55, .tablet-push-60, .tablet-pull-60, .tablet-push-65, .tablet-pull-65, .tablet-push-70, .tablet-pull-70, .tablet-push-75, .tablet-pull-75, .tablet-push-80, .tablet-pull-80, .tablet-push-85, .tablet-pull-85, .tablet-push-90, .tablet-pull-90, .tablet-push-95, .tablet-pull-95, .tablet-push-33, .tablet-pull-33, .tablet-push-66, .tablet-pull-66 {
    position: relative; }

  .hide-on-tablet {
    display: none !important; }

  .tablet-grid-5 {
    float: left;
    width: 5%; }

  .tablet-prefix-5 {
    margin-left: 5%; }

  .tablet-suffix-5 {
    margin-right: 5%; }

  .tablet-push-5 {
    left: 5%; }

  .tablet-pull-5 {
    left: -5%; }

  .tablet-grid-10 {
    float: left;
    width: 10%; }

  .tablet-prefix-10 {
    margin-left: 10%; }

  .tablet-suffix-10 {
    margin-right: 10%; }

  .tablet-push-10 {
    left: 10%; }

  .tablet-pull-10 {
    left: -10%; }

  .tablet-grid-15 {
    float: left;
    width: 15%; }

  .tablet-prefix-15 {
    margin-left: 15%; }

  .tablet-suffix-15 {
    margin-right: 15%; }

  .tablet-push-15 {
    left: 15%; }

  .tablet-pull-15 {
    left: -15%; }

  .tablet-grid-20 {
    float: left;
    width: 20%; }

  .tablet-prefix-20 {
    margin-left: 20%; }

  .tablet-suffix-20 {
    margin-right: 20%; }

  .tablet-push-20 {
    left: 20%; }

  .tablet-pull-20 {
    left: -20%; }

  .tablet-grid-25 {
    float: left;
    width: 25%; }

  .tablet-prefix-25 {
    margin-left: 25%; }

  .tablet-suffix-25 {
    margin-right: 25%; }

  .tablet-push-25 {
    left: 25%; }

  .tablet-pull-25 {
    left: -25%; }

  .tablet-grid-30 {
    float: left;
    width: 30%; }

  .tablet-prefix-30 {
    margin-left: 30%; }

  .tablet-suffix-30 {
    margin-right: 30%; }

  .tablet-push-30 {
    left: 30%; }

  .tablet-pull-30 {
    left: -30%; }

  .tablet-grid-35 {
    float: left;
    width: 35%; }

  .tablet-prefix-35 {
    margin-left: 35%; }

  .tablet-suffix-35 {
    margin-right: 35%; }

  .tablet-push-35 {
    left: 35%; }

  .tablet-pull-35 {
    left: -35%; }

  .tablet-grid-40 {
    float: left;
    width: 40%; }

  .tablet-prefix-40 {
    margin-left: 40%; }

  .tablet-suffix-40 {
    margin-right: 40%; }

  .tablet-push-40 {
    left: 40%; }

  .tablet-pull-40 {
    left: -40%; }

  .tablet-grid-45 {
    float: left;
    width: 45%; }

  .tablet-prefix-45 {
    margin-left: 45%; }

  .tablet-suffix-45 {
    margin-right: 45%; }

  .tablet-push-45 {
    left: 45%; }

  .tablet-pull-45 {
    left: -45%; }

  .tablet-grid-50 {
    float: left;
    width: 50%; }

  .tablet-prefix-50 {
    margin-left: 50%; }

  .tablet-suffix-50 {
    margin-right: 50%; }

  .tablet-push-50 {
    left: 50%; }

  .tablet-pull-50 {
    left: -50%; }

  .tablet-grid-55 {
    float: left;
    width: 55%; }

  .tablet-prefix-55 {
    margin-left: 55%; }

  .tablet-suffix-55 {
    margin-right: 55%; }

  .tablet-push-55 {
    left: 55%; }

  .tablet-pull-55 {
    left: -55%; }

  .tablet-grid-60 {
    float: left;
    width: 60%; }

  .tablet-prefix-60 {
    margin-left: 60%; }

  .tablet-suffix-60 {
    margin-right: 60%; }

  .tablet-push-60 {
    left: 60%; }

  .tablet-pull-60 {
    left: -60%; }

  .tablet-grid-65 {
    float: left;
    width: 65%; }

  .tablet-prefix-65 {
    margin-left: 65%; }

  .tablet-suffix-65 {
    margin-right: 65%; }

  .tablet-push-65 {
    left: 65%; }

  .tablet-pull-65 {
    left: -65%; }

  .tablet-grid-70 {
    float: left;
    width: 70%; }

  .tablet-prefix-70 {
    margin-left: 70%; }

  .tablet-suffix-70 {
    margin-right: 70%; }

  .tablet-push-70 {
    left: 70%; }

  .tablet-pull-70 {
    left: -70%; }

  .tablet-grid-75 {
    float: left;
    width: 75%; }

  .tablet-prefix-75 {
    margin-left: 75%; }

  .tablet-suffix-75 {
    margin-right: 75%; }

  .tablet-push-75 {
    left: 75%; }

  .tablet-pull-75 {
    left: -75%; }

  .tablet-grid-80 {
    float: left;
    width: 80%; }

  .tablet-prefix-80 {
    margin-left: 80%; }

  .tablet-suffix-80 {
    margin-right: 80%; }

  .tablet-push-80 {
    left: 80%; }

  .tablet-pull-80 {
    left: -80%; }

  .tablet-grid-85 {
    float: left;
    width: 85%; }

  .tablet-prefix-85 {
    margin-left: 85%; }

  .tablet-suffix-85 {
    margin-right: 85%; }

  .tablet-push-85 {
    left: 85%; }

  .tablet-pull-85 {
    left: -85%; }

  .tablet-grid-90 {
    float: left;
    width: 90%; }

  .tablet-prefix-90 {
    margin-left: 90%; }

  .tablet-suffix-90 {
    margin-right: 90%; }

  .tablet-push-90 {
    left: 90%; }

  .tablet-pull-90 {
    left: -90%; }

  .tablet-grid-95 {
    float: left;
    width: 95%; }

  .tablet-prefix-95 {
    margin-left: 95%; }

  .tablet-suffix-95 {
    margin-right: 95%; }

  .tablet-push-95 {
    left: 95%; }

  .tablet-pull-95 {
    left: -95%; }

  .tablet-grid-33 {
    float: left;
    width: 33.33333%; }

  .tablet-prefix-33 {
    margin-left: 33.33333%; }

  .tablet-suffix-33 {
    margin-right: 33.33333%; }

  .tablet-push-33 {
    left: 33.33333%; }

  .tablet-pull-33 {
    left: -33.33333%; }

  .tablet-grid-66 {
    float: left;
    width: 66.66667%; }

  .tablet-prefix-66 {
    margin-left: 66.66667%; }

  .tablet-suffix-66 {
    margin-right: 66.66667%; }

  .tablet-push-66 {
    left: 66.66667%; }

  .tablet-pull-66 {
    left: -66.66667%; }

  .tablet-grid-100 {
    clear: both;
    width: 100%; } }
@media (min-width: 1025px) {
  .push-5, .pull-5, .push-10, .pull-10, .push-15, .pull-15, .push-20, .pull-20, .push-25, .pull-25, .push-30, .pull-30, .push-35, .pull-35, .push-40, .pull-40, .push-45, .pull-45, .push-50, .pull-50, .push-55, .pull-55, .push-60, .pull-60, .push-65, .pull-65, .push-70, .pull-70, .push-75, .pull-75, .push-80, .pull-80, .push-85, .pull-85, .push-90, .pull-90, .push-95, .pull-95, .push-33, .pull-33, .push-66, .pull-66 {
    position: relative; }

  .hide-on-desktop {
    display: none !important; }

  .grid-5 {
    float: left;
    width: 5%; }

  .prefix-5 {
    margin-left: 5%; }

  .suffix-5 {
    margin-right: 5%; }

  .push-5 {
    left: 5%; }

  .pull-5 {
    left: -5%; }

  .grid-10 {
    float: left;
    width: 10%; }

  .prefix-10 {
    margin-left: 10%; }

  .suffix-10 {
    margin-right: 10%; }

  .push-10 {
    left: 10%; }

  .pull-10 {
    left: -10%; }

  .grid-15 {
    float: left;
    width: 15%; }

  .prefix-15 {
    margin-left: 15%; }

  .suffix-15 {
    margin-right: 15%; }

  .push-15 {
    left: 15%; }

  .pull-15 {
    left: -15%; }

  .grid-20 {
    float: left;
    width: 20%; }

  .prefix-20 {
    margin-left: 20%; }

  .suffix-20 {
    margin-right: 20%; }

  .push-20 {
    left: 20%; }

  .pull-20 {
    left: -20%; }

  .grid-25 {
    float: left;
    width: 25%; }

  .prefix-25 {
    margin-left: 25%; }

  .suffix-25 {
    margin-right: 25%; }

  .push-25 {
    left: 25%; }

  .pull-25 {
    left: -25%; }

  .grid-30 {
    float: left;
    width: 30%; }

  .prefix-30 {
    margin-left: 30%; }

  .suffix-30 {
    margin-right: 30%; }

  .push-30 {
    left: 30%; }

  .pull-30 {
    left: -30%; }

  .grid-35 {
    float: left;
    width: 35%; }

  .prefix-35 {
    margin-left: 35%; }

  .suffix-35 {
    margin-right: 35%; }

  .push-35 {
    left: 35%; }

  .pull-35 {
    left: -35%; }

  .grid-40 {
    float: left;
    width: 40%; }

  .prefix-40 {
    margin-left: 40%; }

  .suffix-40 {
    margin-right: 40%; }

  .push-40 {
    left: 40%; }

  .pull-40 {
    left: -40%; }

  .grid-45 {
    float: left;
    width: 45%; }

  .prefix-45 {
    margin-left: 45%; }

  .suffix-45 {
    margin-right: 45%; }

  .push-45 {
    left: 45%; }

  .pull-45 {
    left: -45%; }

  .grid-50 {
    float: left;
    width: 50%; }

  .prefix-50 {
    margin-left: 50%; }

  .suffix-50 {
    margin-right: 50%; }

  .push-50 {
    left: 50%; }

  .pull-50 {
    left: -50%; }

  .grid-55 {
    float: left;
    width: 55%; }

  .prefix-55 {
    margin-left: 55%; }

  .suffix-55 {
    margin-right: 55%; }

  .push-55 {
    left: 55%; }

  .pull-55 {
    left: -55%; }

  .grid-60 {
    float: left;
    width: 60%; }

  .prefix-60 {
    margin-left: 60%; }

  .suffix-60 {
    margin-right: 60%; }

  .push-60 {
    left: 60%; }

  .pull-60 {
    left: -60%; }

  .grid-65 {
    float: left;
    width: 65%; }

  .prefix-65 {
    margin-left: 65%; }

  .suffix-65 {
    margin-right: 65%; }

  .push-65 {
    left: 65%; }

  .pull-65 {
    left: -65%; }

  .grid-70 {
    float: left;
    width: 70%; }

  .prefix-70 {
    margin-left: 70%; }

  .suffix-70 {
    margin-right: 70%; }

  .push-70 {
    left: 70%; }

  .pull-70 {
    left: -70%; }

  .grid-75 {
    float: left;
    width: 75%; }

  .prefix-75 {
    margin-left: 75%; }

  .suffix-75 {
    margin-right: 75%; }

  .push-75 {
    left: 75%; }

  .pull-75 {
    left: -75%; }

  .grid-80 {
    float: left;
    width: 80%; }

  .prefix-80 {
    margin-left: 80%; }

  .suffix-80 {
    margin-right: 80%; }

  .push-80 {
    left: 80%; }

  .pull-80 {
    left: -80%; }

  .grid-85 {
    float: left;
    width: 85%; }

  .prefix-85 {
    margin-left: 85%; }

  .suffix-85 {
    margin-right: 85%; }

  .push-85 {
    left: 85%; }

  .pull-85 {
    left: -85%; }

  .grid-90 {
    float: left;
    width: 90%; }

  .prefix-90 {
    margin-left: 90%; }

  .suffix-90 {
    margin-right: 90%; }

  .push-90 {
    left: 90%; }

  .pull-90 {
    left: -90%; }

  .grid-95 {
    float: left;
    width: 95%; }

  .prefix-95 {
    margin-left: 95%; }

  .suffix-95 {
    margin-right: 95%; }

  .push-95 {
    left: 95%; }

  .pull-95 {
    left: -95%; }

  .grid-33 {
    float: left;
    width: 33.33333%; }

  .prefix-33 {
    margin-left: 33.33333%; }

  .suffix-33 {
    margin-right: 33.33333%; }

  .push-33 {
    left: 33.33333%; }

  .pull-33 {
    left: -33.33333%; }

  .grid-66 {
    float: left;
    width: 66.66667%; }

  .prefix-66 {
    margin-left: 66.66667%; }

  .suffix-66 {
    margin-right: 66.66667%; }

  .push-66 {
    left: 66.66667%; }

  .pull-66 {
    left: -66.66667%; }

  .grid-100 {
    clear: both;
    width: 100%; } }
/* Usage:
div {
    // regular styles here
    @include mq(desktop) {
        &:hover { background: blue; } // only add the hover effect on desktop browsers
    }
}*/
.grid-container, .mobile-grid-5, .mobile-grid-10, .mobile-grid-15, .mobile-grid-20, .mobile-grid-25, .mobile-grid-30, .mobile-grid-35, .mobile-grid-40, .mobile-grid-45, .mobile-grid-50, .mobile-grid-55, .mobile-grid-60, .mobile-grid-65, .mobile-grid-70, .mobile-grid-75, .mobile-grid-80, .mobile-grid-85, .mobile-grid-90, .mobile-grid-95, .mobile-grid-100, .mobile-grid-33, .mobile-grid-66, .tablet-grid-5, .tablet-grid-10, .tablet-grid-15, .tablet-grid-20, .tablet-grid-25, .tablet-grid-30, .tablet-grid-35, .tablet-grid-40, .tablet-grid-45, .tablet-grid-50, .tablet-grid-55, .tablet-grid-60, .tablet-grid-65, .tablet-grid-70, .tablet-grid-75, .tablet-grid-80, .tablet-grid-85, .tablet-grid-90, .tablet-grid-95, .tablet-grid-100, .tablet-grid-33, .tablet-grid-66, .grid-5, .grid-10, .grid-15, .grid-20, .grid-25, .grid-30, .grid-35, .grid-40, .grid-45, .grid-50, .grid-55, .grid-60, .grid-65, .grid-70, .grid-75, .grid-80, .grid-85, .grid-90, .grid-95, .grid-100, .grid-33, .grid-66, .grid-offset, .clearfix {
  *zoom: 1; }
  .grid-container:before, .mobile-grid-5:before, .mobile-grid-10:before, .mobile-grid-15:before, .mobile-grid-20:before, .mobile-grid-25:before, .mobile-grid-30:before, .mobile-grid-35:before, .mobile-grid-40:before, .mobile-grid-45:before, .mobile-grid-50:before, .mobile-grid-55:before, .mobile-grid-60:before, .mobile-grid-65:before, .mobile-grid-70:before, .mobile-grid-75:before, .mobile-grid-80:before, .mobile-grid-85:before, .mobile-grid-90:before, .mobile-grid-95:before, .mobile-grid-100:before, .mobile-grid-33:before, .mobile-grid-66:before, .tablet-grid-5:before, .tablet-grid-10:before, .tablet-grid-15:before, .tablet-grid-20:before, .tablet-grid-25:before, .tablet-grid-30:before, .tablet-grid-35:before, .tablet-grid-40:before, .tablet-grid-45:before, .tablet-grid-50:before, .tablet-grid-55:before, .tablet-grid-60:before, .tablet-grid-65:before, .tablet-grid-70:before, .tablet-grid-75:before, .tablet-grid-80:before, .tablet-grid-85:before, .tablet-grid-90:before, .tablet-grid-95:before, .tablet-grid-100:before, .tablet-grid-33:before, .tablet-grid-66:before, .grid-5:before, .grid-10:before, .grid-15:before, .grid-20:before, .grid-25:before, .grid-30:before, .grid-35:before, .grid-40:before, .grid-45:before, .grid-50:before, .grid-55:before, .grid-60:before, .grid-65:before, .grid-70:before, .grid-75:before, .grid-80:before, .grid-85:before, .grid-90:before, .grid-95:before, .grid-100:before, .grid-33:before, .grid-66:before, .grid-offset:before, .clearfix:before, .grid-container:after, .mobile-grid-5:after, .mobile-grid-10:after, .mobile-grid-15:after, .mobile-grid-20:after, .mobile-grid-25:after, .mobile-grid-30:after, .mobile-grid-35:after, .mobile-grid-40:after, .mobile-grid-45:after, .mobile-grid-50:after, .mobile-grid-55:after, .mobile-grid-60:after, .mobile-grid-65:after, .mobile-grid-70:after, .mobile-grid-75:after, .mobile-grid-80:after, .mobile-grid-85:after, .mobile-grid-90:after, .mobile-grid-95:after, .mobile-grid-100:after, .mobile-grid-33:after, .mobile-grid-66:after, .tablet-grid-5:after, .tablet-grid-10:after, .tablet-grid-15:after, .tablet-grid-20:after, .tablet-grid-25:after, .tablet-grid-30:after, .tablet-grid-35:after, .tablet-grid-40:after, .tablet-grid-45:after, .tablet-grid-50:after, .tablet-grid-55:after, .tablet-grid-60:after, .tablet-grid-65:after, .tablet-grid-70:after, .tablet-grid-75:after, .tablet-grid-80:after, .tablet-grid-85:after, .tablet-grid-90:after, .tablet-grid-95:after, .tablet-grid-100:after, .tablet-grid-33:after, .tablet-grid-66:after, .grid-5:after, .grid-10:after, .grid-15:after, .grid-20:after, .grid-25:after, .grid-30:after, .grid-35:after, .grid-40:after, .grid-45:after, .grid-50:after, .grid-55:after, .grid-60:after, .grid-65:after, .grid-70:after, .grid-75:after, .grid-80:after, .grid-85:after, .grid-90:after, .grid-95:after, .grid-100:after, .grid-33:after, .grid-66:after, .grid-offset:after, .clearfix:after {
    content: " ";
    display: table; }
  .grid-container:after, .mobile-grid-5:after, .mobile-grid-10:after, .mobile-grid-15:after, .mobile-grid-20:after, .mobile-grid-25:after, .mobile-grid-30:after, .mobile-grid-35:after, .mobile-grid-40:after, .mobile-grid-45:after, .mobile-grid-50:after, .mobile-grid-55:after, .mobile-grid-60:after, .mobile-grid-65:after, .mobile-grid-70:after, .mobile-grid-75:after, .mobile-grid-80:after, .mobile-grid-85:after, .mobile-grid-90:after, .mobile-grid-95:after, .mobile-grid-100:after, .mobile-grid-33:after, .mobile-grid-66:after, .tablet-grid-5:after, .tablet-grid-10:after, .tablet-grid-15:after, .tablet-grid-20:after, .tablet-grid-25:after, .tablet-grid-30:after, .tablet-grid-35:after, .tablet-grid-40:after, .tablet-grid-45:after, .tablet-grid-50:after, .tablet-grid-55:after, .tablet-grid-60:after, .tablet-grid-65:after, .tablet-grid-70:after, .tablet-grid-75:after, .tablet-grid-80:after, .tablet-grid-85:after, .tablet-grid-90:after, .tablet-grid-95:after, .tablet-grid-100:after, .tablet-grid-33:after, .tablet-grid-66:after, .grid-5:after, .grid-10:after, .grid-15:after, .grid-20:after, .grid-25:after, .grid-30:after, .grid-35:after, .grid-40:after, .grid-45:after, .grid-50:after, .grid-55:after, .grid-60:after, .grid-65:after, .grid-70:after, .grid-75:after, .grid-80:after, .grid-85:after, .grid-90:after, .grid-95:after, .grid-100:after, .grid-33:after, .grid-66:after, .grid-offset:after, .clearfix:after {
    clear: both; }

html,
body,
button,
input,
select,
textarea {
  color: #000;
  font-weight: 300;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif; }

html,
body {
  width: 100%;
  min-height: 100%;
  background: white; }

body {
  font-size: 1em;
  line-height: 1.5;
  margin: 0; }

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

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

h1,
h2,
h3,
h4,
h5 {
  word-wrap: break-word; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border: 0 none;
  margin: 10px 0;
  padding: 0;
  *zoom: 1;
  clear: both; }

hr:before,
hr:after {
  content: " ";
  display: table; }

hr:after {
  clear: both; }

img {
  vertical-align: middle; }

strong {
  font-weight: 700; }

a {
  color: #125383;
  text-decoration: none; }

ul {
  padding: 0 0 0 25px;
  margin: 20px auto; }

.chromeframe {
  margin: 0.2em 0;
  background: #125383;
  color: white;
  padding: 0.2em 0; }

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 1;
  margin-top: -2px;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1); }

[class^="icon-"].sml-icon,
[class*=" icon-"].sml-icon {
  width: 16px;
  height: 16px; }

[class^="icon-"].medium-icon,
[class*=" icon-"].medium-icon {
  width: 32px;
  height: 32px; }

[class^="icon-"].big-icon,
[class*=" icon-"].big-icon {
  width: 50px;
  height: 50px; }

.icon-circle-arrow {
  background-image: url("../images/icon-circle-arrow-blue.svg"); }
  .btn:hover > .icon-circle-arrow {
    background-image: url("../images/icon-circle-arrow-active.svg"); }

.icon-circle-arrow-white {
  background-image: url("../images/icon-circle-arrow-white.svg"); }

.icon-sun {
  background-image: url("../images/icon-sun.svg"); }
  .btn:hover > .icon-sun {
    background-image: url("../images/icon-sun-active.svg"); }

.icon-plus {
  background-image: url("../images/icon-zoom.svg"); }
  .btn:hover > .icon-plus {
    background-image: url("../images/icon-zoom-active.svg"); }

.icon-file {
  background-image: url("../images/icon-file.svg"); }
  .btn:hover > .icon-file {
    background-image: url("../images/icon-file-active.svg"); }

.icon-sun {
  background-image: url("../images/icon-sun.svg"); }
  .btn:hover > .icon-sun {
    background-image: url("../images/icon-sun-active.svg"); }

.icon-play {
  background-image: url("../images/icon-play.svg"); }
  .btn:hover > .icon-play {
    background-image: url("../images/icon-play-active.svg"); }

.icon-lock {
  background-image: url("../images/icon-lock-closed.svg"); }
  .btn:hover > .icon-lock {
    background-image: url("../images/icon-lock-closed-active.svg"); }

.icon-accept {
  background-image: url("../images/icon-accept.svg"); }
  .btn:hover > .icon-accept {
    background-image: url("../images/icon-accept-active.svg"); }

.icon-notif {
  background-image: url("../images/icon-notif.svg"); }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.btn,
input.btn,
a.btn,
input[type="submit"] {
  border: 0 none;
  background: #105384;
  background: -moz-linear-gradient(top, #105384 0%, #093b65 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #105384), color-stop(100%, #093b65));
  background: -webkit-linear-gradient(top, #105384 0%, #093b65 100%);
  background: -o-linear-gradient(top, #105384 0%, #093b65 100%);
  background: -ms-linear-gradient(top, #105384 0%, #093b65 100%);
  background: linear-gradient(to bottom, #105384 0%, #093b65 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  color: #fff;
  padding: 10px 10px;
  min-width: 100px;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: left;
  text-decoration: none;
  display: block;
  position: relative;
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  @media only screen and (min-width: 768px) {
    .btn,
    input.btn,
    a.btn,
    input[type="submit"] {
      display: inline-block;
      vertical-align: middle;
      text-align: center; } }
  .btn:hover,
  input.btn:hover,
  a.btn:hover,
  input[type="submit"]:hover {
    color: #fff;
    background: #2476B2;
    background: -moz-linear-gradient(top, #2476B2 0%, #185684 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2476B2), color-stop(100%, #185684));
    background: -webkit-linear-gradient(top, #2476B2 0%, #185684 100%);
    background: -o-linear-gradient(top, #2476B2 0%, #185684 100%);
    background: -ms-linear-gradient(top, #2476B2 0%, #185684 100%);
    background: linear-gradient(to bottom, #2476B2 0%, #185684 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); }
  .btn.border-btn,
  input.btn.border-btn,
  a.btn.border-btn,
  input[type="submit"].border-btn {
    background: transparent;
    border: 2px solid #125383;
    padding: 6px 10px;
    color: #125383; }
    .btn.border-btn:hover,
    input.btn.border-btn:hover,
    a.btn.border-btn:hover,
    input[type="submit"].border-btn:hover {
      color: #CC6602;
      border-color: #CC6602; }
  .btn.text-btn,
  input.btn.text-btn,
  a.btn.text-btn,
  input[type="submit"].text-btn {
    background: transparent;
    padding: 2px 0;
    color: #125383;
    margin: 8px 0; }
    .btn.text-btn:hover,
    input.btn.text-btn:hover,
    a.btn.text-btn:hover,
    input[type="submit"].text-btn:hover {
      color: #CC6602; }

.btn:focus,
input.btn:focus,
a.btn:focus,
input[type="submit"]:focus {
  outline: none; }

.full-link,
.full-link:hover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  outline: none;
  text-decoration: none; }

fieldset {
  border: 0;
  margin: 4px 0;
  padding: 0; }

textarea {
  resize: vertical; }

label {
  margin: 0 0 5px;
  display: block; }

input,
textarea {
  border: 1px solid #ddd;
  font-size: 16px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #fff;
  outline: none;
  color: #737373;
  padding: 8px 15px; }

input:focus,
textarea:focus {
  border: 1px solid #cbcbcb; }

.table-wrap {
  width: 100%;
  overflow-x: scroll; }

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

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

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

body {
  font-size: 16px;
  line-height: 1.5;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  position: relative;
  width: 100%;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto; }

.header {
  background: #125383;
  height: 54px;
  position: relative;
  z-index: 100; }
  @media only screen and (min-width: 768px) {
    .header {
      background: url("../images/nordea-header-bg.png") center top repeat-x transparent;
      height: 117px; } }
  .header .logo {
    margin: 15px 0;
    float: left;
    width: 95px; }
    @media only screen and (min-width: 768px) {
      .header .logo {
        margin: 0 30px;
        width: auto;
        float: none; } }
    .header .logo img {
      max-width: 100%;
      height: auto; }
  .header .nordea-menu {
    margin: 5px 0;
    text-align: right;
    float: right; }
    @media only screen and (min-width: 768px) {
      .header .nordea-menu {
        float: none; } }
    .header .nordea-menu ul {
      list-style: none;
      padding: 0;
      margin: 9px 0 0;
      display: none; }
      @media only screen and (min-width: 768px) {
        .header .nordea-menu ul {
          display: inline-block; } }
      .header .nordea-menu ul.languages {
        display: inline-block; }
        @media only screen and (min-width: 768px) {
          .header .nordea-menu ul.languages {
            border-left: 1px solid white;
            padding-left: 10px;
            margin-left: 10px; } }
      .header .nordea-menu ul li {
        display: inline-block;
        margin: 0 5px; }
        .header .nordea-menu ul li a {
          color: white;
          font-size: 14px;
          font-weight: 400;
          line-height: 1.2; }

.push-menu-wrap {
  position: absolute;
  z-index: 90;
  padding: 20px 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  top: 54px;
  left: 0; }
  @media only screen and (min-width: 768px) {
    .push-menu-wrap {
      top: 117px; } }
  .push-menu-wrap.nav-down {
    top: 0;
    position: fixed; }
  .push-menu-wrap .inner {
    display: block;
    overflow-y: auto;
    position: absolute;
    top: -600px;
    right: 0;
    width: 100%;
    background: rgba(18, 83, 131, 0.9);
    padding-top: 40px;
    padding-bottom: 20px;
    -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1); }
    @media only screen and (min-width: 768px) {
      .push-menu-wrap .inner {
        position: static;
        top: auto;
        right: auto;
        background: transparent;
        padding: 0; } }
    .push-menu-wrap .inner .content-menu {
      list-style: none;
      padding: 0;
      margin: auto;
      text-align: center; }
      .push-menu-wrap .inner .content-menu li {
        display: block;
        margin: 8px 10px; }
        @media only screen and (min-width: 768px) {
          .push-menu-wrap .inner .content-menu li {
            margin: 0 5px;
            display: inline-block;
            vertical-align: middle; } }
        .push-menu-wrap .inner .content-menu li a {
          color: black;
          font-size: 14px;
          font-weight: bold;
          display: block;
          background: #ececec;
          padding: 10px;
          -webkit-border-radius: 5px;
          border-radius: 5px;
          background-clip: padding-box;
          /* stops bg color from leaking outside the border: */ }
          @media only screen and (min-width: 768px) {
            .push-menu-wrap .inner .content-menu li a {
              min-width: 160px;
              font-weight: 400; }
              .push-menu-wrap .inner .content-menu li a:hover {
                background: #E1E9EF;
                color: #125383; } }
  .push-menu-wrap.opened .inner {
    top: 0; }
  .push-menu-wrap .menu-btn {
    padding: 0;
    margin: 0;
    position: relative;
    float: right;
    right: 0;
    top: -6px;
    width: 32px;
    z-index: 21;
    display: block;
    overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
    opacity: 1;
    color: #125383;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1); }
    @media only screen and (min-width: 768px) {
      .push-menu-wrap .menu-btn {
        display: none; } }
    .push-menu-wrap .menu-btn span {
      white-space: nowrap;
      display: inline-block;
      margin: 0;
      vertical-align: middle;
      text-align: center;
      margin: 0;
      position: relative;
      top: -3px;
      width: 22px;
      height: 3px;
      background-color: #125383;
      -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
      -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
      -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
      transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1); }
      .push-menu-wrap .menu-btn span:before, .push-menu-wrap .menu-btn span:after {
        position: absolute;
        content: '';
        opacity: 1;
        width: 22px;
        height: 3px;
        background-color: #125383;
        display: block;
        float: right;
        -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
        -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
        -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
        transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1); }
      .push-menu-wrap .menu-btn span:before {
        margin-top: -7px; }
      .push-menu-wrap .menu-btn span:after {
        margin-top: 7px; }
    .push-menu-wrap .menu-btn.burger span {
      -webkit-transition-duration: 100ms;
      -moz-transition-duration: 100ms;
      -o-transition-duration: 100ms;
      transition-duration: 100ms;
      -webkit-transition-delay: 0;
      -moz-transition-delay: 0;
      -o-transition-delay: 0;
      transition-delay: .2s, 0; }
      .push-menu-wrap .menu-btn.burger span:before {
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .2s;
        -moz-transition-duration: .2s;
        -o-transition-duration: .2s;
        transition-duration: .2s;
        -webkit-transition-delay: .2s, 0;
        -moz-transition-delay: .2s, 0;
        -o-transition-delay: .2s, 0;
        transition-delay: .2s, 0; }
      .push-menu-wrap .menu-btn.burger span:after {
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .2s;
        -moz-transition-duration: .2s;
        -o-transition-duration: .2s;
        transition-duration: .2s;
        -webkit-transition-delay: .2s, 0;
        -moz-transition-delay: .2s, 0;
        -o-transition-delay: .2s, 0;
        transition-delay: .2s, 0; }
  .push-menu-wrap.opened .menu-btn span, .push-menu-wrap.opened .menu-btn span:before, .push-menu-wrap.opened .menu-btn span:after {
    background-color: white; }

.section {
  padding: 50px 0; }
  .section img {
    max-width: 100%;
    height: auto; }
  .section .grid-container {
    max-width: 400px; }
    @media only screen and (min-width: 768px) {
      .section .grid-container {
        max-width: 1024px; } }
  .section .section-header {
    text-align: center; }
    .section .section-header h2 {
      font-size: 40px;
      line-height: 1;
      letter-spacing: -0.01em; }
      @media only screen and (min-width: 768px) {
        .section .section-header h2 {
          font-size: 56px; } }
  .section .tabbed .tab-content {
    display: none; }
    .section .tabbed .tab-content.active {
      display: block; }
  .section.intro-section {
    text-align: center;
    padding: 100px 0 70px; }
    .section.intro-section article {
      display: block;
      margin: auto; }
      .section.intro-section article h1 {
        font-size: 40px;
        line-height: 1;
        letter-spacing: -0.01em;
        position: relative;
        display: inline;
        max-width: 860px; }
        @media only screen and (min-width: 768px) {
          .section.intro-section article h1 {
            font-size: 56px; } }
        .section.intro-section article h1:after {
          position: absolute;
          margin: 0;
          right: -10px;
          bottom: -25px;
          content: '';
          display: block;
          width: 166px;
          height: 25px;
          background: url("../images/strike.svg") no-repeat center; }
        .section.intro-section article h1 + p {
          margin-top: 60px; }
      .section.intro-section article p {
        max-width: 750px;
        margin: auto; }
      .section.intro-section article h2 {
        color: #125383;
        font-size: 26px;
        padding: 0 5%;
        line-height: 1.1;
        margin: 40px 0; }
  .section.products-overview {
    background: #f4f4f4 url("../images/overview-section-bg-sml.jpg") no-repeat center top; }
    @media only screen and (min-width: 480px) {
      .section.products-overview {
        background-image: url("../images/overview-section-bg.jpg"); } }
    .section.products-overview .grid-100 {
      position: relative;
      margin: auto; }
      .section.products-overview .grid-100 .grid-50:first-child {
        padding-top: 80px;
        text-align: center; }
        @media only screen and (min-width: 768px) {
          .section.products-overview .grid-100 .grid-50:first-child {
            padding-top: 0; } }
    .section.products-overview .codes-tips {
      position: relative;
      display: inline-block; }
      @media only screen and (min-width: 768px) {
        .section.products-overview .codes-tips {
          margin-top: -90px; } }
    .section.products-overview .digikey-tips {
      position: relative;
      display: inline-block; }
    .section.products-overview .app-links a {
      display: block;
      margin: 10px 0; }
      @media only screen and (min-width: 768px) {
        .section.products-overview .app-links a {
          display: inline-block;
          margin: 0 10px 0 0; } }
      @media only screen and (min-width: 768px) {
        .section.products-overview .app-links a img {
          display: none; } }
      .section.products-overview .app-links a img:first-child {
        display: none; }
        @media only screen and (min-width: 768px) {
          .section.products-overview .app-links a img:first-child {
            display: block; } }
    .section.products-overview article {
      padding: 50px 0 0; }
      .section.products-overview article h2 {
        text-align: center;
        font-size: 36px;
        line-height: 1;
        color: #125383;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
        @media only screen and (min-width: 768px) {
          .section.products-overview article h2 {
            position: relative;
            text-align: left; } }
  .section.ordering-section .ordering-info-block {
    margin: 30px auto 20px;
    padding: 20px 10px 20px 50px;
    border: 2px solid #CC6602;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    position: relative; }
    @media only screen and (min-width: 768px) {
      .section.ordering-section .ordering-info-block {
        display: none; } }
    .section.ordering-section .ordering-info-block .icon-notif {
      position: absolute;
      top: 20px;
      left: 14px; }
    .section.ordering-section .ordering-info-block p {
      margin: 0;
      font-size: 11px;
      line-height: 1.4;
      font-weight: 400; }
  @media only screen and (min-width: 768px) {
    .section.ordering-section .grid-50 {
      margin: 40px auto; } }
  .section.ordering-section .grid-50 h3 {
    color: #125383;
    font-size: 26px; }
  .section.ordering-section .grid-50 ul {
    padding: 0; }
  .section.activating-section .product-activation {
    margin: 40px auto;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    position: relative;
    overflow: hidden;
    cursor: pointer; }
    .section.activating-section .product-activation > img {
      width: 100%; }
    .section.activating-section .product-activation .block-overlay {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      bottom: 0;
      background: rgba(18, 83, 131, 0.9);
      opacity: 0;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      -webkit-transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1);
      -moz-transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1);
      -o-transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1);
      transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1); }
      .section.activating-section .product-activation .block-overlay img {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -30px 0 0;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
    .section.activating-section .product-activation:hover .block-overlay {
      opacity: 1; }
  .section.activating-section h3 {
    color: #125383;
    font-size: 26px; }
  .section.usage-section .slider-tabs {
    text-align: center;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #fff 0%, #efefef 100%);
    background: -o-linear-gradient(top, #fff 0%, #efefef 100%);
    background: -ms-linear-gradient(top, #fff 0%, #efefef 100%);
    background: linear-gradient(to bottom, #fff 0%, #efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); }
    .section.usage-section .slider-tabs .tab {
      display: inline-block;
      vertical-align: bottom;
      position: relative;
      width: 45%;
      max-width: 300px;
      height: 150px;
      padding: 0;
      margin: 0 2%;
      overflow: hidden; }
      .section.usage-section .slider-tabs .tab.active:after {
        content: '';
        width: 152px;
        height: 78px;
        display: block;
        background: url("../images/active-usage-tab.png") no-repeat center;
        background-size: cover;
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -76px; }
      .section.usage-section .slider-tabs .tab img {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0; }
  .section.usage-section .usage-slides {
    background: white;
    padding: 50px 0;
    max-width: 1000px;
    margin: auto; }
    @media only screen and (min-width: 768px) {
      .section.usage-section .usage-slides {
        padding: 50px; } }
    .section.usage-section .usage-slides .item {
      text-align: center;
      padding: 0 10px; }
      .section.usage-section .usage-slides .item p {
        color: #125383;
        font-weight: bold; }
  .section.faq-section {
    background: #f3f3f3;
    background: -moz-linear-gradient(top, #f3f3f3 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #f3f3f3 0%, #fff 100%);
    background: -o-linear-gradient(top, #f3f3f3 0%, #fff 100%);
    background: -ms-linear-gradient(top, #f3f3f3 0%, #fff 100%);
    background: linear-gradient(to bottom, #f3f3f3 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
    padding: 60px 0 40px; }
    @media only screen and (min-width: 768px) {
      .section.faq-section {
        padding: 120px 0 80px; } }
    .section.faq-section .tabs {
      text-align: center;
      margin: 50px auto; }
      .section.faq-section .tabs .tab {
        margin: 8px 10px;
        text-align: left; }
        @media only screen and (min-width: 768px) {
          .section.faq-section .tabs .tab {
            display: inline-block;
            margin: 0 8px;
            text-align: center; } }
        .section.faq-section .tabs .tab.active {
          color: #CC6602;
          border-color: #CC6602; }
          .section.faq-section .tabs .tab.active .icon-sun {
            background-image: url(../images/icon-sun-active.svg); }
          .section.faq-section .tabs .tab.active .icon-play {
            background-image: url(../images/icon-play-active.svg); }
          .section.faq-section .tabs .tab.active .icon-lock {
            background-image: url(../images/icon-lock-closed-active.svg); }
          .section.faq-section .tabs .tab.active .icon-accept {
            background-image: url(../images/icon-accept-active.svg); }
    .section.faq-section .tab-content {
      display: none; }
      .section.faq-section .tab-content.active {
        display: block; }
    .section.faq-section .collapsable {
      margin: 14px auto; }
      .section.faq-section .collapsable .collapsable-header {
        position: relative;
        padding: 5px 5px 5px 45px;
        cursor: pointer; }
        @media only screen and (min-width: 768px) {
          .section.faq-section .collapsable .collapsable-header {
            padding-right: 40px; } }
        .section.faq-section .collapsable .collapsable-header .number {
          background: #125383;
          text-align: center;
          color: white;
          width: 22px;
          height: 22px;
          line-height: 22px;
          position: absolute;
          left: 10px;
          top: 50%;
          margin-top: -11px;
          font-size: 15px;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background-clip: padding-box;
          /* stops bg color from leaking outside the border: */
          -webkit-transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1);
          -moz-transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1);
          -o-transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1);
          transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1); }
        .section.faq-section .collapsable .collapsable-header .trigger {
          position: absolute;
          right: 0;
          top: -1px;
          margin: 0;
          width: 30px;
          height: 30px;
          line-height: 30px;
          text-align: center; }
          .section.faq-section .collapsable .collapsable-header .trigger:after {
            display: none;
            margin: auto;
            position: absolute;
            content: '';
            width: 22px;
            height: 22px;
            left: 50%;
            top: 50%;
            margin: -11px 0 0 -11px;
            background: url(../images/icon-dropdown-arrow.svg) no-repeat center; }
            @media only screen and (min-width: 768px) {
              .section.faq-section .collapsable .collapsable-header .trigger:after {
                display: block; } }
        .section.faq-section .collapsable .collapsable-header h2 {
          font-size: 16px;
          margin: 0;
          line-height: 1; }
      .section.faq-section .collapsable .collapsable-content {
        display: none;
        padding: 25px 5px 10px 45px; }
        @media only screen and (min-width: 768px) {
          .section.faq-section .collapsable .collapsable-content {
            padding-right: 40px; } }
      .section.faq-section .collapsable.opened .collapsable-header .number {
        background: #CC6602; }
      .section.faq-section .collapsable.opened .collapsable-header .trigger:after {
        background-image: url(../images/icon-close.svg); }
    .section.faq-section .mobile-faq .outer-collapsable > .collapsable-header {
      margin: 10px; }
    .section.faq-section .mobile-faq .outer-collapsable .collapsable-content {
      display: none; }
      .section.faq-section .mobile-faq .outer-collapsable .collapsable-content .collapsable .collapsable-content {
        padding: 15px 5px 0 45px; }
    .section.faq-section .mobile-faq .outer-collapsable.outer-opened .collapsable-header .btn {
      color: #CC6602;
      border-color: #CC6602; }
      .section.faq-section .mobile-faq .outer-collapsable.outer-opened .collapsable-header .btn .icon-sun {
        background-image: url(../images/icon-sun-active.svg); }
      .section.faq-section .mobile-faq .outer-collapsable.outer-opened .collapsable-header .btn .icon-play {
        background-image: url(../images/icon-play-active.svg); }
      .section.faq-section .mobile-faq .outer-collapsable.outer-opened .collapsable-header .btn .icon-lock {
        background-image: url(../images/icon-lock-closed-active.svg); }
      .section.faq-section .mobile-faq .outer-collapsable.outer-opened .collapsable-header .btn .icon-accept {
        background-image: url(../images/icon-accept-active.svg); }

.slick-slider {
  visibility: visible;
  opacity: 1;
  max-height: 100%;
  max-height: 100vh;
  max-height: none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  min-height: inherit; }
  .slick-slider .item {
    width: auto;
    margin: auto;
    position: relative; }
    .modal .slick-slider .item {
      max-width: 90%;
      max-height: 100%;
      max-height: 100vh;
      opacity: .3;
      -webkit-transition: opacity 600ms cubic-bezier(0.86, 0, 0.07, 1);
      -moz-transition: opacity 600ms cubic-bezier(0.86, 0, 0.07, 1);
      -o-transition: opacity 600ms cubic-bezier(0.86, 0, 0.07, 1);
      transition: opacity 600ms cubic-bezier(0.86, 0, 0.07, 1); }
      .modal .slick-slider .item.slick-current {
        opacity: 1; }
      .modal .slick-slider .item img {
        max-height: 88vh;
        width: auto;
        margin: 12% 10px; }
    .slick-slider .item img {
      margin: auto; }
  .slick-slider .slick-slide:focus,
  .slick-slider .slick-arrow:focus {
    outline: none; }
  .slick-slider .slide-btn,
  .slick-slider .slick-arrow {
    position: absolute;
    display: block;
    top: 50%;
    width: 37px;
    height: 70px;
    margin: -18px auto 0;
    color: #fff;
    font-size: 0;
    z-index: 50;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 200%;
    border: 0;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 37px 69px; }
    .slick-slider .slide-btn.slick-disabled,
    .slick-slider .slick-arrow.slick-disabled {
      opacity: .3;
      cursor: default; }
    .slick-slider .slide-btn.prev-slide, .slick-slider .slide-btn.slick-prev,
    .slick-slider .slick-arrow.prev-slide,
    .slick-slider .slick-arrow.slick-prev {
      left: 0;
      background-image: url(../images/slider-arrow-back.svg); }
      .slick-slider .slide-btn.prev-slide:hover, .slick-slider .slide-btn.slick-prev:hover,
      .slick-slider .slick-arrow.prev-slide:hover,
      .slick-slider .slick-arrow.slick-prev:hover {
        background-image: url(../images/slider-arrow-back-blue.svg); }
      .slick-slider .slide-btn.prev-slide.slick-disabled:hover, .slick-slider .slide-btn.slick-prev.slick-disabled:hover,
      .slick-slider .slick-arrow.prev-slide.slick-disabled:hover,
      .slick-slider .slick-arrow.slick-prev.slick-disabled:hover {
        background-image: url(../images/slider-arrow-back.svg); }
      .activation-modal-slider .slick-slider .slide-btn.prev-slide, .activation-modal-slider .slick-slider .slide-btn.prev-slide:hover, .activation-modal-slider .slick-slider .slide-btn.slick-prev, .activation-modal-slider .slick-slider .slide-btn.slick-prev:hover, .activation-modal-slider
      .slick-slider .slick-arrow.prev-slide, .activation-modal-slider
      .slick-slider .slick-arrow.prev-slide:hover, .activation-modal-slider
      .slick-slider .slick-arrow.slick-prev, .activation-modal-slider
      .slick-slider .slick-arrow.slick-prev:hover {
        background-image: url(../images/slider-arrow-back-white.svg); }
    .slick-slider .slide-btn.next-slide, .slick-slider .slide-btn.slick-next,
    .slick-slider .slick-arrow.next-slide,
    .slick-slider .slick-arrow.slick-next {
      right: 0;
      background-image: url(../images/slider-arrow-next.svg); }
      .slick-slider .slide-btn.next-slide:hover, .slick-slider .slide-btn.slick-next:hover,
      .slick-slider .slick-arrow.next-slide:hover,
      .slick-slider .slick-arrow.slick-next:hover {
        background-image: url(../images/slider-arrow-next-blue.svg); }
      .slick-slider .slide-btn.next-slide.slick-disabled:hover, .slick-slider .slide-btn.slick-next.slick-disabled:hover,
      .slick-slider .slick-arrow.next-slide.slick-disabled:hover,
      .slick-slider .slick-arrow.slick-next.slick-disabled:hover {
        background-image: url(../images/slider-arrow-next.svg); }
      .activation-modal-slider .slick-slider .slide-btn.next-slide, .activation-modal-slider .slick-slider .slide-btn.next-slide:hover, .activation-modal-slider .slick-slider .slide-btn.slick-next, .activation-modal-slider .slick-slider .slide-btn.slick-next:hover, .activation-modal-slider
      .slick-slider .slick-arrow.next-slide, .activation-modal-slider
      .slick-slider .slick-arrow.next-slide:hover, .activation-modal-slider
      .slick-slider .slick-arrow.slick-next, .activation-modal-slider
      .slick-slider .slick-arrow.slick-next:hover {
        background-image: url(../images/slider-arrow-next-white.svg); }
  .slick-slider .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    padding: 0;
    margin: auto;
    list-style: none;
    text-align: center; }
    .activation-modal-slider .slick-slider .slick-dots {
      bottom: 20px; }
    .slick-slider .slick-dots li {
      position: relative;
      display: inline-block;
      width: auto;
      margin: auto 10px;
      padding: 0;
      cursor: pointer;
      list-style: none; }
      .slick-slider .slick-dots li:before {
        display: none; }
      .slick-slider .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 14px;
        height: 14px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        padding: 0;
        margin: 0;
        cursor: pointer;
        color: transparent;
        border: 2px solid #125383;
        outline: none;
        background: transparent;
        opacity: 1; }
        .activation-modal-slider .slick-slider .slick-dots li button {
          border-color: white; }
      .slick-slider .slick-dots li.slick-active button {
        background: #125383; }
        .activation-modal-slider .slick-slider .slick-dots li.slick-active button {
          background: white; }

.tooltip-trigger, .digikey-tooltip-trigger {
  position: absolute;
  background: #CC6602;
  width: 18px;
  height: 18px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  .tooltip-trigger.code-tooltip-1, .digikey-tooltip-trigger.code-tooltip-1 {
    right: 5%;
    top: 30%; }
  .tooltip-trigger.code-tooltip-2, .digikey-tooltip-trigger.code-tooltip-2 {
    right: 5%;
    top: 50%; }
  .tooltip-trigger.code-tooltip-3, .digikey-tooltip-trigger.code-tooltip-3 {
    right: 5%;
    top: 70%; }
  .tooltip-trigger.digikey-tooltip-1, .digikey-tooltip-trigger.digikey-tooltip-1 {
    left: 5%;
    top: 37%; }
  .tooltip-trigger.digikey-tooltip-2, .digikey-tooltip-trigger.digikey-tooltip-2 {
    left: 5%;
    top: 62%; }
  .tooltip-trigger:before, .digikey-tooltip-trigger:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -9px;
    width: 16px;
    height: 16px;
    border: 0.8px solid #CC6602;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -webkit-transition: all 350ms cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: all 350ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: all 350ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 350ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-animation-duration: 350ms;
    animation-duration: 350ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }

.tooltip-trigger:hover:before, .digikey-tooltip-trigger:hover:before {
  -webkit-animation-name: tooltipCircle;
  animation-name: tooltipCircle; }

.tooltip {
  display: none;
  padding: 15px 20px;
  min-width: 220px;
  max-width: 260px;
  font-size: 14px;
  color: #fff;
  z-index: 20;
  text-align: left;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: rgba(4, 176, 136, 0.95); }
  .tooltip:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    margin-top: -15px;
    width: 10px;
    height: 29px; }
  .tooltip.green-bg {
    background: rgba(4, 176, 136, 0.95); }
    .tooltip.green-bg:after {
      background: url(../images/green-tooltip-arrow.svg) no-repeat center; }
      .digikey-tips .tooltip.green-bg:after {
        right: auto;
        left: -10px;
        background: url(../images/green-tooltip-arrow-left.svg) no-repeat center; }
  .tooltip.orange-bg {
    background: rgba(204, 102, 2, 0.95); }
    .tooltip.orange-bg:after {
      background: url(../images/orange-tooltip-arrow.svg) no-repeat center; }
      .digikey-tips .tooltip.orange-bg:after {
        right: auto;
        left: -10px;
        background: url(../images/orange-tooltip-arrow-left.svg) no-repeat center; }
  .tooltip.yellow-bg {
    background: rgba(206, 173, 3, 0.95); }
    .tooltip.yellow-bg:after {
      background: url(../images/yellow-tooltip-arrow.svg) no-repeat center; }
  .tooltip h2, .tooltip p {
    margin: 2px 0;
    line-height: 1.1;
    font-size: 14px; }

@-webkit-keyframes tooltipCircle {
  70% {
    -moz-transform: scale(1.7);
    -webkit-transform: scale(1.7);
    -o-transform: scale(1.7);
    -ms-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 1; }
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5); } }
@keyframes tooltipCircle {
  70% {
    -moz-transform: scale(1.7);
    -webkit-transform: scale(1.7);
    -o-transform: scale(1.7);
    -ms-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 1; }
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5); } }
/*	Overlay
   ========================================================================== */
.noscroll {
  overflow: hidden; }

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none; }

.tint {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.scrollable {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2; }

.overthrow {
  padding: 0 20px; }

/* .overthrow-enabled */
.overthrow {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

/*	Modal window
   ================================== */
.modal {
  position: relative;
  z-index: 2;
  max-width: none;
  text-align: center;
  margin: 0 auto;
  background: transparent;
  margin: 20px auto;
  border: 0 none; }
  .activation-modal-slider .modal {
    margin: auto; }
  .modal .container {
    padding: 0;
    margin: 0;
    border: none; }

.modal .content-wrap {
  margin: 0; }

.modal .close {
  font-weight: 400;
  font-size: 20px;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #f36b6e;
  border: 0 none;
  overflow: hidden;
  white-space: nowrap;
  z-index: 200;
  text-indent: 200%;
  background: url(../images/icon-close.svg) no-repeat center;
  background-size: 32px 32px; }

.modal .modal-content {
  display: none;
  padding: 20px; }
  .modal .modal-content#activation-modal-slider {
    padding: 0; }

.modal .modal-content h2 {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase; }

.modal .modal-content.bottle-info {
  padding: 0; }

.modal .modal-content.discover-modal {
  padding: 0; }

.modal-title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px; }

.modal-title span {
  color: #f3342a; }

.modal-title:last-child {
  margin: 0; }

.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

/*# sourceMappingURL=main.css.map */
