@charset "UTF-8";
/*! excerpts from normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * Remove default margin.
 */
@import url(https://fonts.googleapis.com/css?family=Nunito:200,400);
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
aside,
details,
main,
summary {
  display: block; }

/**
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
template {
  display: none; }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 0.0625rem dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * 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; }

/* Embedded content
   ========================================================================== */
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 2.5rem; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 0.0625rem solid #c0c0c0;
  margin: 0 0.125rem;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

.grd {
  padding-left: 1rem;
  padding-right: 1rem; }

.grd-row {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%; }

.grd-row-col-1-6 {
  max-width: 16.6666666667%;
  -ms-flex-preferred-size: 16.6666666667%;
      flex-basis: 16.6666666667%; }

.grd-row-col-2-6 {
  max-width: 33.3333333333%;
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%; }

.grd-row-col-3-6 {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }

.grd-row-col-4-6 {
  max-width: 66.6666666667%;
  -ms-flex-preferred-size: 66.6666666667%;
      flex-basis: 66.6666666667%; }

.grd-row-col-5-6 {
  max-width: 83.3333333333%;
  -ms-flex-preferred-size: 83.3333333333%;
      flex-basis: 83.3333333333%; }

.grd-row-col-6 {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.grd-row-col-1-6, .grd-row-col-1-6--sm, .grd-row-col-1-6--md, .grd-row-col-1-6--lg, .grd-row-col-2-6, .grd-row-col-2-6--sm, .grd-row-col-2-6--md, .grd-row-col-2-6--lg, .grd-row-col-3-6, .grd-row-col-3-6--sm, .grd-row-col-3-6--md, .grd-row-col-3-6--lg, .grd-row-col-4-6, .grd-row-col-4-6--sm, .grd-row-col-4-6--md, .grd-row-col-4-6--lg, .grd-row-col-5-6, .grd-row-col-5-6--sm, .grd-row-col-5-6--md, .grd-row-col-5-6--lg, .grd-row-col-6, .grd-row-col-6--sm, .grd-row-col-6--md, .grd-row-col-6--lg {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

.grd-row-col-1-6--sm, .grd-row-col-1-6--md, .grd-row-col-1-6--lg, .grd-row-col-2-6--sm, .grd-row-col-2-6--md, .grd-row-col-2-6--lg, .grd-row-col-3-6--sm, .grd-row-col-3-6--md, .grd-row-col-3-6--lg, .grd-row-col-4-6--sm, .grd-row-col-4-6--md, .grd-row-col-4-6--lg, .grd-row-col-5-6--sm, .grd-row-col-5-6--md, .grd-row-col-5-6--lg, .grd-row-col-6--sm, .grd-row-col-6--md, .grd-row-col-6--lg {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

@media screen and (min-width: 32rem) {
  .grd-row-col-1-6--sm {
    max-width: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%; }
  .grd-row-col-2-6--sm {
    max-width: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%; }
  .grd-row-col-3-6--sm {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .grd-row-col-4-6--sm {
    max-width: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%; }
  .grd-row-col-5-6--sm {
    max-width: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%; }
  .grd-row-col-6--sm {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

@media screen and (min-width: 48rem) {
  .grd-row-col-1-6--md {
    max-width: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%; }
  .grd-row-col-2-6--md {
    max-width: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%; }
  .grd-row-col-3-6--md {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .grd-row-col-4-6--md {
    max-width: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%; }
  .grd-row-col-5-6--md {
    max-width: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%; }
  .grd-row-col-6--md {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

@media screen and (min-width: 64rem) {
  .grd-row-col-1-6--lg {
    max-width: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%; }
  .grd-row-col-2-6--lg {
    max-width: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%; }
  .grd-row-col-3-6--lg {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .grd-row-col-4-6--lg {
    max-width: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%; }
  .grd-row-col-5-6--lg {
    max-width: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%; }
  .grd-row-col-6--lg {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

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

.measure {
  max-width: 48rem;
  margin: 0 auto; }

a, .link {
  color: #3498db; }
  a:hover, .link:hover, a:focus, .link:focus, a:active, .link:active {
    color: #217dbb; }

.bg--red {
  background-color: #e74c3c; }

.bg--orange {
  background-color: #f39c12; }

.bg--blue {
  background-color: #3498db; }

.bg--green {
  background-color: #25ba84; }

.bg--white {
  background-color: #fff; }

.bg--light-gray {
  background-color: rgba(216, 216, 216, 0.99); }

.bg--mid-gray {
  background-color: rgba(144, 144, 144, 0.99); }

.bg--dark-gray {
  background-color: rgba(72, 72, 72, 0.99); }

.bg--off-white {
  background-color: rgba(250, 250, 250, 0.99); }

.fnt--red {
  color: #e74c3c; }

.fnt--orange {
  color: #f39c12; }

.fnt--blue {
  color: #3498db; }

.fnt--green {
  color: #25ba84; }

.fnt--white {
  color: #fff; }

.fnt--light-gray {
  color: rgba(216, 216, 216, 0.99); }

.fnt--mid-gray {
  color: rgba(144, 144, 144, 0.99); }

.fnt--dark-gray {
  color: rgba(72, 72, 72, 0.99); }

.fnt--off-white {
  color: rgba(250, 250, 250, 0.99); }

.m0 {
  margin: 0; }

.mx0 {
  margin-left: 0;
  margin-right: 0; }

.my0 {
  margin-top: 0;
  margin-bottom: 0; }

.m1 {
  margin: 1rem; }

.mx1 {
  margin-left: 1rem;
  margin-right: 1rem; }

.my1 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.m2 {
  margin: 2rem; }

.mx2 {
  margin-left: 2rem;
  margin-right: 2rem; }

.my2 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.p0 {
  padding: 0; }

.px0 {
  padding-left: 0;
  padding-right: 0; }

.py0 {
  padding-top: 0;
  padding-bottom: 0; }

.p1 {
  padding: 1rem; }

.px1 {
  padding-left: 1rem;
  padding-right: 1rem; }

.py1 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.p2 {
  padding: 2rem; }

.px2 {
  padding-left: 2rem;
  padding-right: 2rem; }

.py2 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

html {
  font-size: 0.75rem; }

@media screen and (min-width: 32rem) and (max-width: 48rem) {
  html {
    font-size: 0.9375rem; } }

@media screen and (min-width: 48rem) {
  html {
    font-size: 1rem; } }

body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.85;
  color: #333; }

p,
.p {
  font-size: 1rem;
  margin-bottom: 1.3rem; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  margin: 1.414rem 0 0.5rem;
  font-weight: inherit;
  line-height: 1.42; }

h1,
.h1 {
  margin-top: 0;
  font-size: 3.998rem; }

h2,
.h2 {
  font-size: 2.827rem; }

h3,
.h3 {
  font-size: 1.999rem; }

h4,
.h4 {
  font-size: 1.414rem; }

h5,
.h5,
table th {
  font-size: 1.121rem; }

h6,
.h6 {
  font-size: .88rem; }

small,
.small,
.btn--s {
  font-size: 0.707em; }

pre,
code {
  font-family: "Monaco", "Lucida Console", Courier, monospace; }

.italic {
  font-style: italic; }

.thin {
  font-weight: 100; }

.bold {
  font-weight: bold; }

.caps, table th {
  font-variant: small-caps; }

.justify {
  text-align: justify; }

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.muted {
  opacity: .7; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.flt--left {
  float: left; }

.flt--right {
  float: right; }

.flt--none {
  float: none; }

.center {
  margin: auto auto; }

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

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

.txt--left, table th {
  text-align: left; }

.oflow-y--scroll {
  overflow-y: scroll; }

.w100,
.w100--s {
  width: 100%;
  display: block; }

@media screen and (min-width: 32rem) {
  .w100--s {
    width: auto;
    display: inline-block; } }

img,
canvas,
iframe,
video,
svg,
select,
textarea {
  max-width: 100%; }

.brdr--rounded, .btn, .btn--link, .btn--blue, .btn--green, .btn--gray, .btn--red {
  border-radius: 0.1875rem; }

.brdr--light-gray {
  border: thin solid rgba(216, 216, 216, 0.99); }

.brdr--mid-gray {
  border: thin solid rgba(144, 144, 144, 0.99); }

.brdr--dark-gray {
  border: thin solid rgba(72, 72, 72, 0.99); }

.brdr--off-white {
  border: thin solid rgba(250, 250, 250, 0.99); }

.btn, .btn--link, .btn--blue, .btn--green, .btn--gray, .btn--red {
  padding: 0.5rem 1rem;
  border: 0.125rem solid #ccc;
  color: #333;
  text-decoration: none;
  text-align: center; }

.btn:hover, .btn:focus, .btn:active {
  background-color: rgba(0, 0, 0, 0.05);
  color: black; }

.btn--link {
  border-color: transparent;
  color: #3498db; }
  .btn--link:hover {
    background-color: transparent;
    color: #1d6fa5; }

.btn--blue {
  border-color: #2791d9;
  background-color: #3498db;
  color: #fff; }
  .btn--blue:hover, .btn--blue:focus, .btn--blue:active {
    color: #fff;
    background-color: #217dbb; }

.btn--green {
  border-color: #22a978;
  background-color: #25ba84;
  color: #fff; }
  .btn--green:hover, .btn--green:focus, .btn--green:active {
    color: #fff;
    background-color: #1d8f66; }

.btn--gray {
  border-color: rgba(59, 59, 59, 0.99);
  background-color: rgba(72, 72, 72, 0.99);
  color: #fff; }
  .btn--gray:hover, .btn--gray:focus, .btn--gray:active {
    color: #fff;
    background-color: rgba(47, 47, 47, 0.99); }

.btn--red {
  border-color: #e43725;
  background-color: #e74c3c;
  color: #fff; }
  .btn--red:hover, .btn--red:focus, .btn--red:active {
    color: #fff;
    background-color: #d62c1a; }

.btn--s {
  padding: 0.5rem; }

.list--unstyled, .blog .blog__meta, .blog.has_sidebar .blog__aside .widget ul {
  list-style-type: none; }

input,
textarea {
  padding: .5rem;
  margin-bottom: .5rem;
  display: block;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: thin solid rgba(216, 216, 216, 0.99); }

input[type="submit"] {
  margin-top: .85rem; }

.media {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.media .media-figure {
  margin-right: 1em; }

.media .media-body {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0; }

table > thead {
  border-bottom: thin solid rgba(250, 250, 250, 0.99); }

table th,
table td {
  padding: .25rem;
  word-wrap: normal;
  line-height: 1; }

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa, .fancybox-skin .fancybox-close:after, .progressbar__step:not(.progressbar__step--active):not(:last-of-type)::after, .stars__item::before, .stars--selectable .stars__item:hover > .stars__select::before, .ticklist__item::before, .optiontoggle__display--check::after, .optiontoggle__display--radio::after {
  display: inline-block;
  font: normal normal normal 0.875rem/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw, .ticklist__item::before {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, .fancybox-skin .fa-pull-left.fancybox-close:after, .fa-pull-left.progressbar__step:not(.progressbar__step--active):not(:last-of-type)::after, .fa-pull-left.stars__item::before, .stars--selectable .stars__item:hover > .fa-pull-left.stars__select::before, .fa-pull-left.ticklist__item::before, .fa-pull-left.optiontoggle__display--check::after, .fa-pull-left.optiontoggle__display--radio::after {
  margin-right: .3em; }

.fa.fa-pull-right, .fancybox-skin .fa-pull-right.fancybox-close:after, .fa-pull-right.progressbar__step:not(.progressbar__step--active):not(:last-of-type)::after, .fa-pull-right.stars__item::before, .stars--selectable .stars__item:hover > .fa-pull-right.stars__select::before, .fa-pull-right.ticklist__item::before, .fa-pull-right.optiontoggle__display--check::after, .fa-pull-right.optiontoggle__display--radio::after {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left, .fancybox-skin .pull-left.fancybox-close:after, .pull-left.progressbar__step:not(.progressbar__step--active):not(:last-of-type)::after, .pull-left.stars__item::before, .stars--selectable .stars__item:hover > .pull-left.stars__select::before, .pull-left.ticklist__item::before, .pull-left.optiontoggle__display--check::after, .pull-left.optiontoggle__display--radio::after {
  margin-right: .3em; }

.fa.pull-right, .fancybox-skin .pull-right.fancybox-close:after, .pull-right.progressbar__step:not(.progressbar__step--active):not(:last-of-type)::after, .pull-right.stars__item::before, .stars--selectable .stars__item:hover > .pull-right.stars__select::before, .pull-right.ticklist__item::before, .pull-right.optiontoggle__display--check::after, .pull-right.optiontoggle__display--radio::after {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before, .is_password:not(.is_password--displayed) .shows_password:before {
  content: ""; }

.fa-eye-slash:before, .is_password.is_password--displayed .shows_password:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  margin: -0.0625rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 2.5rem; }

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

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

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

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

/**
 * Add the correct background and color in IE 9-.
 */
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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

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

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  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 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 0.0625rem dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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.
 */
legend {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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: -0.125rem;
  /* 2 */ }

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

/**
 * 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 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 0.0625rem;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 0.0625rem solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  line-height: 0rem;
  font-size: 0rem;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 1.25rem;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 0rem; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 0rem; }
  .slick-prev:before {
    content: "<"; }
    [dir="rtl"] .slick-prev:before {
      content: ">"; }

.slick-next {
  right: 0rem; }
  [dir="rtl"] .slick-next {
    left: 0rem;
    right: auto; }
  .slick-next:before {
    content: ">"; }
    [dir="rtl"] .slick-next:before {
      content: "<"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 1.875rem; }

.slick-dots {
  position: absolute;
  bottom: -1.5625rem;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 1.25rem;
    width: 1.25rem;
    margin: 0 0.3125rem;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 1.25rem;
      width: 1.25rem;
      outline: none;
      line-height: 0rem;
      font-size: 0rem;
      color: transparent;
      padding: 0.3125rem;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 1.25rem;
        height: 1.25rem;
        font-family: "slick";
        font-size: 0.375rem;
        line-height: 1.25rem;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/**

< Small = small phone
Small - Medium = large phone
Medium - Large = Tablet
Large - XLarge = Desktop
> XLarge = Large monitor

**/
.util--show {
  display: block; }
  .util--show__small-only {
    display: none; }
    @media screen and (max-width: 39.9375rem) {
      .util--show__small-only {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; } }
  .util--show__medium-only {
    display: none; }
    @media screen and (min-width: 40rem) and (max-width: 54.9375rem) {
      .util--show__medium-only {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; } }
  .util--show__large-only {
    display: none; }
    @media screen and (min-width: 55rem) and (max-width: 62.9375rem) {
      .util--show__large-only {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; } }
  .util--show__xlarge-only {
    display: none; }
    @media screen and (min-width: 63rem) {
      .util--show__xlarge-only {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; } }
  .util--show__medium-up {
    display: none; }
    @media screen and (min-width: 40rem) {
      .util--show__medium-up {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; } }
  .util--show__large-up {
    display: none; }
    @media screen and (min-width: 55rem) {
      .util--show__large-up {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; } }
  .util--show__xlarge-up {
    display: none; }
    @media screen and (min-width: 63rem) {
      .util--show__xlarge-up {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; } }
  .util--show__small-down {
    display: none; }
    @media screen and (max-width: 39.9375rem) {
      .util--show__small-down {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; } }
  .util--show__medium-down {
    display: none; }
    @media screen and (max-width: 54.9375rem) {
      .util--show__medium-down {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; } }
  .util--show__large-down {
    display: none; }
    @media screen and (max-width: 62.9375rem) {
      .util--show__large-down {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; } }

.util--hide {
  display: none; }
  .util--hide__small-only {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 39.9375rem) {
      .util--hide__small-only {
        display: none; } }
  .util--hide__medium-only {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (min-width: 40rem) and (max-width: 54.9375rem) {
      .util--hide__medium-only {
        display: none; } }
  .util--hide__large-only {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (min-width: 55rem) and (max-width: 62.9375rem) {
      .util--hide__large-only {
        display: none; } }
  .util--hide__xlarge-only {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (min-width: 63rem) {
      .util--hide__xlarge-only {
        display: none; } }
  .util--hide__medium-up {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (min-width: 40rem) {
      .util--hide__medium-up {
        display: none; } }
  .util--hide__large-up {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (min-width: 55rem) {
      .util--hide__large-up {
        display: none; } }
  .util--hide__xlarge-up {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (min-width: 63rem) {
      .util--hide__xlarge-up {
        display: none; } }
  .util--hide__small-down {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 39.9375rem) {
      .util--hide__small-down {
        display: none; } }
  .util--hide__medium-down {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 54.9375rem) {
      .util--hide__medium-down {
        display: none; } }
  .util--hide__large-down {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 62.9375rem) {
      .util--hide__large-down {
        display: none; } }

.util--invisible, .modal .modal__close .link,
.util--sr-only {
  position: absolute !important;
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem); }

.header ul {
  margin: 0; }

.header li {
  list-style: none; }

.menu-item .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fc9315;
  border: 0;
  border-bottom: 0.1875rem solid #f48703;
  -webkit-transition: background-color .1s ease-in-out;
  transition: background-color .1s ease-in-out;
  border-radius: 0.1875rem;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -moz-inline-box;
  display: inline-flex;
  font-family: Avenir,Lato,Helvetica Neue,Helvetica,sans-serif;
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.375;
  margin-bottom: 1.5625rem;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  .menu-item .button:hover {
    background-color: #fc9f2e; }
  .menu-item .button:focus {
    background-color: #fc9315;
    border-bottom: 0;
    border-top: 0.1875rem solid #db7903;
    color: #fff;
    outline: none; }

.inner {
  max-width: 63rem;
  margin-left: auto;
  margin-right: auto; }
  .inner::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 62.9375rem) {
    .inner {
      padding-left: 5%;
      padding-right: 5%; } }
  @media screen and (max-width: 62.9375rem) {
    .inner .inner {
      padding-left: 0;
      padding-right: 0; } }

html {
  font-size: 1rem; }
  @media screen and (max-width: 32rem) {
    html {
      font-size: 0.875rem; } }

body {
  color: #6d747b;
  font-weight: 400;
  font-family: "Avenir", "Nunito", Helvetica Neue, Helvetica, sans-serif;
  margin: 0; }

a, .link {
  color: #6d747b;
  text-decoration: underline;
  cursor: pointer; }
  a:hover, .link:hover {
    color: black; }

input[type="submit"] {
  margin-top: .85rem; }

.block, .blog .blog__list, .blog .blog__contentarea, .colophon, .hero__item, .module .module__title, .module .module__content, .module:not(.module--hero):not(.module--blog) .module__component, .module .module__actions, .module.module--constrained, .sitemap {
  display: block; }
  .block.block--constrained, .blog .blog__list, .blog .blog__contentarea, .colophon, .hero__item, .module .module__title, .module .module__content, .module:not(.module--hero):not(.module--blog) .module__component, .module .module__actions, .module.module--constrained, .sitemap {
    max-width: 75rem; }
  .block.block--centered, .blog .blog__list, .blog .blog__contentarea, .colophon, .hero__item, .module .module__title, .module .module__content, .module:not(.module--hero):not(.module--blog) .module__component, .module .module__actions, .module.module--constrained, .sitemap {
    margin-left: auto;
    margin-right: auto; }
  .block.block--fillpadded, .blog .block--fillpadded.blog__list, .blog .blog__list.colophon, .blog .blog__list.hero__item, .blog .blog__list.sitemap, .blog .blog__contentarea, .colophon, .hero__item, .module .module__title, .module .module__content, .module:not(.module--hero):not(.module--blog) .module__component, .module .module__actions, .module.module--constrained, .sitemap {
    width: 90%;
    width: calc(100% - 2rem); }

.layout, .blog .blog__contentarea, .blog .blog__list, .blog .blog__meta, .blog__pagination, .colophon, .faq__answers, .image.image .image__group, .navbar__link, .quoteform .quoteform__pricing .quote__premiums .wrapper, .sitemap, .quote:not(.quote--collapsed) .quote__summary, .quote:not(.quote--collapsed) .quote__premiums .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.layout.layout--row, .blog .layout--row.blog__contentarea {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.layout.layout--reverse:not(.layout--column), .blog .layout--reverse.blog__contentarea:not(.layout--column) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.layout.layout--reverse.layout--column, .blog .layout--reverse.layout--column.blog__contentarea {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

.layout.layout--column, .blog .layout--column.blog__contentarea, .quote:not(.quote--collapsed) .quote__summary {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.layout.layout--wrap, .blog .layout--wrap.blog__contentarea, .blog .blog__list, .faq__answers, .image.image .image__group.image__group--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.layout.layout--start, .blog .layout--start.blog__contentarea {
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.layout.layout--end, .blog .layout--end.blog__contentarea {
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.layout.layout--center, .blog .layout--center.blog__contentarea, .blog .blog__meta, .blog__pagination {
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.layout.layout--top, .blog .layout--top.blog__contentarea {
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.layout.layout--middle, .blog .layout--middle.blog__contentarea {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.layout.layout--bottom, .blog .layout--bottom.blog__contentarea {
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.layout.layout--baseline, .blog .layout--baseline.blog__contentarea {
  -webkit-box-align: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.layout__column, .image.image .image__group.image__group--wrap.image__group--show1, .image.image .image__group.image__group--wrap.image__group--show2, .image.image .image__group.image__group--wrap.image__group--show3, .image.image .image__group.image__group--wrap.image__group--show4 .image__wrap, .image.image .image__group.image__group--wrap.image__group--show5 .image__wrap, .image.image .image__group.image__group--wrap.image__group--show6 .image__wrap, .quoteform .quoteform__pricing .quote__premiums .wrapper .optiontoggle, .sitemap__area, .quote:not(.quote--collapsed) .quote__premiums .wrapper .optiontoggle {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0;
          flex: 0; }

.layout__column.layout__column--grow, .layout__column.layout__column--fill1 {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.layout__column.layout__column--basis_1_2 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }

.layout__column.layout__column--basis_1_3 {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%; }

.layout__column.layout__column--basis_1_4 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%; }

.layout__column.layout__column--basis_1_5 {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%; }

.layout__column.layout__column--basis_1_6 {
  -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%; }

.layout__column.layout__column--basis_1_7 {
  -ms-flex-preferred-size: 14.28571%;
      flex-basis: 14.28571%; }

.layout--around, .blog .blog__list, .image.image .image__group.image__group--wrap {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.layout--around .layout__column.layout__column--basis_1_2, .image.image .image__group.image__group--wrap.image__group--show2 {
  -ms-flex-preferred-size: calc((100% - 3rem) / 2);
      flex-basis: calc((100% - 3rem) / 2); }

.layout--around .layout__column.layout__column--basis_1_3, .image.image .image__group.image__group--wrap.image__group--show3 {
  -ms-flex-preferred-size: calc((100% - 4rem) / 3);
      flex-basis: calc((100% - 4rem) / 3); }

.layout--around .layout__column.layout__column--basis_1_4, .image.image .image__group.image__group--wrap.image__group--show4 .image__wrap {
  -ms-flex-preferred-size: calc((100% - 5rem) / 4);
      flex-basis: calc((100% - 5rem) / 4); }

.layout--around .layout__column.layout__column--basis_1_5, .image.image .image__group.image__group--wrap.image__group--show5 .image__wrap {
  -ms-flex-preferred-size: calc((100% - 6rem) / 5);
      flex-basis: calc((100% - 6rem) / 5); }

.layout--around .layout__column.layout__column--basis_1_6, .image.image .image__group.image__group--wrap.image__group--show6 .image__wrap {
  -ms-flex-preferred-size: calc((100% - 7rem) / 6);
      flex-basis: calc((100% - 7rem) / 6); }

.layout--around .layout__column.layout__column--basis_1_7 {
  -ms-flex-preferred-size: calc((100% - 8rem) / 7);
      flex-basis: calc((100% - 8rem) / 7); }

.layout--between, .blog .blog__contentarea, .colophon, .faq__answers, .quoteform .quoteform__pricing .quote__premiums .wrapper, .sitemap, .quote:not(.quote--collapsed) .quote__premiums .wrapper {
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.layout--between .layout__column.layout__column--basis_1_2, .blog .blog__contentarea .layout__column.layout__column--basis_1_2, .quoteform .quoteform__pricing .quote__premiums .wrapper .optiontoggle, .quote:not(.quote--collapsed) .quote__premiums .wrapper .optiontoggle {
  -ms-flex-preferred-size: calc((100% - 1rem) / 2);
      flex-basis: calc((100% - 1rem) / 2); }

.layout--between .layout__column.layout__column--basis_1_3, .blog .blog__contentarea .layout__column.layout__column--basis_1_3 {
  -ms-flex-preferred-size: calc((100% - 2rem) / 3);
      flex-basis: calc((100% - 2rem) / 3); }

.layout--between .layout__column.layout__column--basis_1_4, .blog .blog__contentarea .layout__column.layout__column--basis_1_4 {
  -ms-flex-preferred-size: calc((100% - 3rem) / 4);
      flex-basis: calc((100% - 3rem) / 4); }

.layout--between .layout__column.layout__column--basis_1_5, .blog .blog__contentarea .layout__column.layout__column--basis_1_5 {
  -ms-flex-preferred-size: calc((100% - 4rem) / 5);
      flex-basis: calc((100% - 4rem) / 5); }

.layout--between .layout__column.layout__column--basis_1_6, .blog .blog__contentarea .layout__column.layout__column--basis_1_6 {
  -ms-flex-preferred-size: calc((100% - 5rem) / 6);
      flex-basis: calc((100% - 5rem) / 6); }

.layout--between .layout__column.layout__column--basis_1_7, .blog .blog__contentarea .layout__column.layout__column--basis_1_7 {
  -ms-flex-preferred-size: calc((100% - 6rem) / 7);
      flex-basis: calc((100% - 6rem) / 7); }

.layout__column.layout__column--fill2 {
  -webkit-box-flex: 2;
     -moz-box-flex: 2;
      -ms-flex: 2;
          flex: 2; }

.layout__column.layout__column--fill3 {
  -webkit-box-flex: 3;
     -moz-box-flex: 3;
      -ms-flex: 3;
          flex: 3; }

.layout__column.layout__column--fill4 {
  -webkit-box-flex: 4;
     -moz-box-flex: 4;
      -ms-flex: 4;
          flex: 4; }

.layout__column.layout__column--fill5 {
  -webkit-box-flex: 5;
     -moz-box-flex: 5;
      -ms-flex: 5;
          flex: 5; }

.layout__column.layout__column--fill6 {
  -webkit-box-flex: 6;
     -moz-box-flex: 6;
      -ms-flex: 6;
          flex: 6; }

.layout__column.layout__column--fill7 {
  -webkit-box-flex: 7;
     -moz-box-flex: 7;
      -ms-flex: 7;
          flex: 7; }

.layout__column.layout__column--fill8 {
  -webkit-box-flex: 8;
     -moz-box-flex: 8;
      -ms-flex: 8;
          flex: 8; }

.layout__column.layout__column--fill9 {
  -webkit-box-flex: 9;
     -moz-box-flex: 9;
      -ms-flex: 9;
          flex: 9; }

.layout__column.layout__column--fill10 {
  -webkit-box-flex: 10;
     -moz-box-flex: 10;
      -ms-flex: 10;
          flex: 10; }

.layout__column.layout__column--fill11 {
  -webkit-box-flex: 11;
     -moz-box-flex: 11;
      -ms-flex: 11;
          flex: 11; }

.layout__column.layout__column--fill12 {
  -webkit-box-flex: 12;
     -moz-box-flex: 12;
      -ms-flex: 12;
          flex: 12; }

.blog .blog__featureditem {
  position: relative;
  min-height: 29rem; }
  .blog .blog__featureditem:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 37.5%; }
  .blog .blog__featureditem > .blogheader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .blog .blog__featureditem .blogheader {
    padding-bottom: 7rem; }

.blog .blog__list .card {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  -ms-flex-preferred-size: calc( ( ( (100% - (1rem * 2)) / 2 ) * 1 ) - (1rem / 2));
      flex-basis: calc( ( ( (100% - (1rem * 2)) / 2 ) * 1 ) - (1rem / 2)); }
  @media screen and (min-width: 32rem) {
    .blog .blog__list .card {
      -ms-flex-preferred-size: calc( ( ( (100% - (1rem * 2)) / 3 ) * 1 ) - (1rem / 3));
          flex-basis: calc( ( ( (100% - (1rem * 2)) / 3 ) * 1 ) - (1rem / 3)); } }
  @media screen and (min-width: 50rem) {
    .blog .blog__list .card {
      -ms-flex-preferred-size: calc( ( ( (100% - (1rem * 2)) / 4 ) * 1 ) - (1rem / 4));
          flex-basis: calc( ( ( (100% - (1rem * 2)) / 4 ) * 1 ) - (1rem / 4)); } }
  @media screen and (min-width: 64rem) {
    .blog .blog__list .card {
      -ms-flex-preferred-size: calc( ( ( (100% - (1rem * 2)) / 5 ) * 1 ) - (1rem / 5));
          flex-basis: calc( ( ( (100% - (1rem * 2)) / 5 ) * 1 ) - (1rem / 5)); } }
  .blog .blog__list .card:hover {
    -webkit-box-shadow: inset 0 -0.1875rem 0 #035074, 0.3125rem 0.3125rem 0.625rem 0rem rgba(3, 80, 116, 0.2);
            box-shadow: inset 0 -0.1875rem 0 #035074, 0.3125rem 0.3125rem 0.625rem 0rem rgba(3, 80, 116, 0.2); }
  .blog .blog__list .card .module {
    height: 100%; }
  .blog .blog__list .card .blog__title {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    overflow: hidden;
    position: relative; }
    .blog .blog__list .card .blog__title:after {
      position: absolute;
      display: block;
      top: 100%;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      content: "";
      -webkit-box-shadow: 0 0 0.625rem 0.625rem white;
              box-shadow: 0 0 0.625rem 0.625rem white; }
  .blog .blog__list .card .card__graphic {
    background-color: #79C0DF; }

@media screen and (max-width: 32rem) {
  .blog .blog__list.blog__list--singlerow .card:nth-of-type(1n+3) {
    display: none; } }

@media screen and (min-width: 32rem) and (max-width: 50rem) {
  .blog .blog__list.blog__list--singlerow .card:nth-of-type(1n+4) {
    display: none; } }

@media screen and (min-width: 50rem) and (max-width: 64rem) {
  .blog .blog__list.blog__list--singlerow .card:nth-of-type(1n+5) {
    display: none; } }

.blog .blog__head {
  position: relative;
  min-height: 35rem; }
  .blog .blog__head:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%; }
  .blog .blog__head > .blogheader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.blog .blog__meta {
  padding: 0; }
  .blog .blog__meta > :not(:first-child)::before {
    content: '|';
    margin-right: 1rem;
    margin-left: 1rem; }

.blog .blog__biglink {
  display: block;
  width: 100%;
  height: 100%; }

.blog .blog__contentarea {
  margin-top: 2rem; }
  @media screen and (max-width: 50rem) {
    .blog .blog__contentarea {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.blog.has_sidebar .blog__entrycontent {
  -ms-flex-preferred-size: calc( ( ( (100% - (1rem * 2)) / 4 ) * 3 ) - (1rem / 4));
      flex-basis: calc( ( ( (100% - (1rem * 2)) / 4 ) * 3 ) - (1rem / 4)); }

.blog.has_sidebar .blog__aside {
  -ms-flex-preferred-size: calc( ( ( (100% - (1rem * 2)) / 4 ) * 1 ) - (1rem / 4));
      flex-basis: calc( ( ( (100% - (1rem * 2)) / 4 ) * 1 ) - (1rem / 4));
  min-width: 20rem; }
  @media screen and (min-width: 50rem) {
    .blog.has_sidebar .blog__aside {
      padding: 0 0 1rem 1rem; } }
  .blog.has_sidebar .blog__aside .search-field {
    width: calc(100% - 1rem); }
  .blog.has_sidebar .blog__aside .widget {
    padding: .5rem 1rem;
    background-color: #F9F9F9; }
    .blog.has_sidebar .blog__aside .widget:first-child {
      border-radius: 0.125rem 0.125rem 0 0; }
    .blog.has_sidebar .blog__aside .widget:last-child {
      border-radius: 0 0 0.125rem 0.125rem; }
    .blog.has_sidebar .blog__aside .widget ul {
      padding: 0; }

.blog.has_no_header .blog__contentarea {
  margin-top: 0; }

.blog.has_no_header .blog__entrycontent > :first-child,
.blog.has_no_header .blog__aside {
  padding-top: 4rem; }

.blog .blog__contentblock:not(.blog__contentblock--text):not(.blog__contentblock--module) {
  padding: 1rem 0; }

.blog .blog__contentblock .image {
  text-align: center; }
  .blog .blog__contentblock .image .image__group {
    overflow: auto; }
  .blog .blog__contentblock .image.image--blogsingle [src*=giphy] {
    width: 100%;
    max-width: 50rem; }

.blog .blog__contentblock .media {
  position: relative; }
  .blog .blog__contentblock .media:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .blog .blog__contentblock .media > iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .blog .blog__contentblock .media iframe {
    margin: auto; }

.blogheader {
  min-height: 20rem; }
  .blogheader.hero {
    padding-top: 5rem; }
  .blogheader .hero__item {
    margin: 0 auto;
    max-width: 75rem;
    width: 90%;
    width: calc(100% - 2rem); }

.blog--feature .blog__list {
  margin: -5rem auto 0; }
  .blog--feature .blog__list .card {
    z-index: 1; }

.blog__pagination {
  align-item: baseline;
  margin: 1rem; }
  .blog__pagination .blog__prev:before {
    content: "< "; }
  .blog__pagination .blog__pages {
    list-style: none;
    padding: 0;
    margin: 0 1rem; }
    .blog__pagination .blog__pages .blog__page {
      display: inline-block; }
      .blog__pagination .blog__pages .blog__page:not(:first-child):before {
        content: " | "; }
  .blog__pagination .blog__next:after {
    content: " >"; }

.btn, .btn--cta, .optiontoggle__display--active,
.optiontoggle__selector:checked ~ .optiontoggle__display, .btn--facebook, .btn--google, .btn--strava, .optiontoggle__display {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  border-radius: 0.125rem;
  border: none;
  -webkit-box-shadow: inset 0 0 0 0.125rem #035074;
          box-shadow: inset 0 0 0 0.125rem #035074;
  padding: 0.8rem 1.2rem;
  margin: 0.5rem 0.5rem;
  min-width: auto;
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  color: #035074;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  text-align: center; }

.btn:hover {
  color: #fff;
  background-color: #035074; }

.btn.btn--smallwide {
  padding: 0 0.8rem;
  min-width: auto; }

.btn.btn--mediumwide {
  min-width: 10rem; }

.btn.btn--largewide {
  min-width: 14.75rem; }

.btn.btn--expand {
  width: 100%;
  min-width: 100%; }

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

.btn--composite {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0rem;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.btn--composite.btn--block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.btn__item {
  display: block;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 0.8rem 0;
  text-align: inherit;
  margin: 0 0.6rem; }
  .btn__item:first-of-type:not(.btn__item--icon) {
    margin-left: 1.2rem; }
  .btn__item:last-of-type:not(.btn__item--icon) {
    margin-right: 1.2rem; }
  .btn__item ~ .btn__item--icon {
    margin-left: 1.2rem; }

.btn__item--collapse, .btn__item--collapse:not(:last-of-type), .btn__item--collapse:first-of-type, .btn__item--collapse:last-of-type {
  margin: 0; }

.btn__item--icon {
  padding: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.3rem;
  width: 3.3rem; }
  .btn__item--icon ~ .btn__item:not(.btn__item--icon) {
    margin-left: 1.2rem; }

.btn--cta, .optiontoggle__display--active,
.optiontoggle__selector:checked ~ .optiontoggle__display {
  background-color: #FC9315;
  border-color: transparent;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .btn--cta:hover, .optiontoggle__display--active:hover,
  .optiontoggle__selector:checked ~ .optiontoggle__display:hover {
    color: #fff;
    background-color: #FC9315;
    -webkit-box-shadow: 0rem 0.25rem 0.75rem 0rem rgba(252, 147, 21, 0.5);
            box-shadow: 0rem 0.25rem 0.75rem 0rem rgba(252, 147, 21, 0.5); }
  .btn--cta:active, .optiontoggle__display--active:active,
  .optiontoggle__selector:checked ~ .optiontoggle__display:active {
    -webkit-box-shadow: 0rem 0.25rem 0.375rem 0rem rgba(252, 147, 21, 0.5);
            box-shadow: 0rem 0.25rem 0.375rem 0rem rgba(252, 147, 21, 0.5); }

.btn--facebook, .btn--google, .btn--strava {
  border-radius: 0.125rem;
  -webkit-box-shadow: none;
          box-shadow: none; }

.btn--facebook {
  background-color: #44619D;
  border-color: transparent;
  color: #fff; }
  .btn--facebook.btn--highlight {
    -webkit-box-shadow: 0rem 0.25rem 0.625rem 0rem rgba(68, 97, 157, 0.5);
            box-shadow: 0rem 0.25rem 0.625rem 0rem rgba(68, 97, 157, 0.5); }
  .btn--facebook:hover {
    color: #fff;
    background-color: #354b79;
    -webkit-box-shadow: 0rem 0.25rem 0.75rem 0rem rgba(68, 97, 157, 0.5);
            box-shadow: 0rem 0.25rem 0.75rem 0rem rgba(68, 97, 157, 0.5); }
  .btn--facebook:active {
    -webkit-box-shadow: 0rem 0.25rem 0.375rem 0rem rgba(68, 97, 157, 0.5);
            box-shadow: 0rem 0.25rem 0.375rem 0rem rgba(68, 97, 157, 0.5); }

.btn--google {
  background-color: #DB4437;
  border-color: transparent;
  color: #fff; }
  .btn--google.btn--highlight {
    -webkit-box-shadow: 0rem 0.25rem 0.625rem 0rem rgba(219, 68, 55, 0.5);
            box-shadow: 0rem 0.25rem 0.625rem 0rem rgba(219, 68, 55, 0.5); }
  .btn--google:hover {
    color: #fff;
    background-color: #bd2e22;
    -webkit-box-shadow: 0rem 0.25rem 0.75rem 0rem rgba(219, 68, 55, 0.5);
            box-shadow: 0rem 0.25rem 0.75rem 0rem rgba(219, 68, 55, 0.5); }
  .btn--google:active {
    -webkit-box-shadow: 0rem 0.25rem 0.375rem 0rem rgba(219, 68, 55, 0.5);
            box-shadow: 0rem 0.25rem 0.375rem 0rem rgba(219, 68, 55, 0.5); }

.btn--strava {
  background-color: #F14610;
  border-color: transparent;
  color: #fff; }
  .btn--strava.btn--highlight {
    -webkit-box-shadow: 0rem 0.25rem 0.625rem 0rem rgba(241, 70, 16, 0.5);
            box-shadow: 0rem 0.25rem 0.625rem 0rem rgba(241, 70, 16, 0.5); }
  .btn--strava:hover {
    color: #fff;
    background-color: #c3370b;
    -webkit-box-shadow: 0rem 0.25rem 0.75rem 0rem rgba(241, 70, 16, 0.5);
            box-shadow: 0rem 0.25rem 0.75rem 0rem rgba(241, 70, 16, 0.5); }
  .btn--strava:active {
    -webkit-box-shadow: 0rem 0.25rem 0.375rem 0rem rgba(241, 70, 16, 0.5);
            box-shadow: 0rem 0.25rem 0.375rem 0rem rgba(241, 70, 16, 0.5); }

.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0.1875rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  .button__ghost {
    background-color: transparent;
    border: 0.125rem solid #fff;
    color: #fff;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out; }
    .button__ghost:hover, .button__ghost:focus {
      background-color: #fff;
      color: #0189B4 !important; }

.card {
  background-color: rgba(255, 255, 255, 0.95);
  margin-bottom: 1rem; }
  .card.card--shaped {
    position: relative; }
    .card.card--shaped:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 133.33333%; }
    .card.card--shaped > .card__wrapper {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .card:not(.card--noshadow) {
    -webkit-box-shadow: 0.3125rem 0.3125rem 0.625rem 0rem rgba(3, 80, 116, 0.2);
            box-shadow: 0.3125rem 0.3125rem 0.625rem 0rem rgba(3, 80, 116, 0.2); }
  .card.card--left, .card:not(.card--center), .card:not(.card--right) {
    text-align: left; }
  .card.card--center {
    text-align: center; }
  .card.card--right {
    text-align: right; }

.card__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

.card__header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card__header:empty {
    display: none; }
  .card__header :first-child:not(.card__graphic) {
    margin-top: 5%; }
  .card__header .heading, .card__header p {
    margin: 0 5% 5% 5%;
    color: #035074; }
  .card__header p {
    font-size: 1.2rem; }
  .card__header .card__graphic {
    -webkit-box-ordinal-group: 0;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 5%;
    background-repeat: no-repeat;
    background-position: center center; }
    .card__header .card__graphic:not(.card__graphic--slim):not(.card__graphic--square) {
      position: relative; }
      .card__header .card__graphic:not(.card__graphic--slim):not(.card__graphic--square):before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.25%; }
      .card__header .card__graphic:not(.card__graphic--slim):not(.card__graphic--square) > .inner {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    .card__header .card__graphic.card__graphic--slim {
      position: relative; }
      .card__header .card__graphic.card__graphic--slim:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 18.75%; }
      .card__header .card__graphic.card__graphic--slim > .inner {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    .card__header .card__graphic.card__graphic--square {
      position: relative; }
      .card__header .card__graphic.card__graphic--square:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%; }
      .card__header .card__graphic.card__graphic--square > .inner {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    .card__header .card__graphic:not(.card__graphic--fit) {
      background-size: cover; }
    .card__header .card__graphic.card__graphic--fit {
      background-size: contain; }
    .card__header .card__graphic.card__graphic--left {
      background-position: 1rem center; }
    .card__header .card__graphic.card__graphic--right {
      background-position: 90% center;
      background-position: calc(100% - 1rem) center;
      background-position: right 1rem center; }
    .card__header .card__graphic.card__graphic--center {
      background-position: center center; }

.card__content {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card__content:empty {
    display: none; }
  .card__content:not(.card__content--nomargin) {
    margin: 0 5% 5% 5%; }
  .card__content.card__content--centered {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.card__footer {
  padding: 5% 5%;
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .card__footer:empty {
    display: none; }
  .card__footer.card__footer--centered {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card--person {
    height: 80%; }
    .card--person .card__wrapper,
    .card--person .card__content {
      display: block; } }

.colophon {
  margin-top: 2rem;
  margin-bottom: 2rem; }

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

.colophon__logo {
  margin-top: 1rem;
  -webkit-box-ordinal-group: 0;
     -moz-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }
  @media screen and (max-width: 32rem) {
    .colophon__logo {
      -ms-flex-preferred-size: calc( ( ( (100% - (0rem * 2)) / 2 ) * 1 ) - (1rem / 2));
          flex-basis: calc( ( ( (100% - (0rem * 2)) / 2 ) * 1 ) - (1rem / 2)); } }
  @media screen and (min-width: 32rem) {
    .colophon__logo {
      -ms-flex-preferred-size: calc( ( ( (100% - (0rem * 2)) / 4 ) * 1 ) - (1rem / 4));
          flex-basis: calc( ( ( (100% - (0rem * 2)) / 4 ) * 1 ) - (1rem / 4)); } }
  .colophon__logo img {
    max-width: 9.375rem; }

.container .module--topfold {
  padding-top: 4rem; }

.pageheader:not(.pageheader--clear) ~ .container {
  padding-top: 4rem; }

.blog .blog__contentblock--text:first-of-type > p:first-of-type,
.blog .blog__entrycontent > p:first-of-type, .colophon__text, .colophon__text p, .copy, p, small, .heading.heading--6.heading--small, .heading.heading--6 .heading__copy--small, .image .image__caption p, .notification .notification__message.notification__message--secondary, .errors .error {
  color: #6d747b;
  font-weight: 400;
  font-family: "Avenir", "Lato", Helvetica Neue, Helvetica, sans-serif; }

.colophon__text, .colophon__text p, .copy.copy--small, small, .image .image__caption p, .notification .notification__message.notification__message--secondary, .errors .error {
  font-size: 0.7143rem;
  line-height: 1.5; }

.copy.copy--info {
  font-size: 0.8571rem; }

.blog .blog__contentblock--text:first-of-type > p:first-of-type,
.blog .blog__entrycontent > p:first-of-type, .copy.copy--large {
  font-size: 1.1rem; }

.divider.divider--horizontal.divider--arrowup, .divider.divider--arrowup:not(.divider--vertical) {
  border-top: 0.125rem solid #f2f2f2; }

.divider.divider--vertical:not(.divider--arrowleft) {
  border-right: 0.125rem solid #f2f2f2; }

.divider.divider--horizontal:not(.divider--arrowup), .divider:not(.divider--vertical):not(.divider--arrowup), .purchasesteps .purchasesteps__step, .nonadvisory {
  border-bottom: 0.125rem solid #f2f2f2; }

.divider.divider--vertical.divider--arrowleft {
  border-left: 0.125rem solid #f2f2f2; }

.divider.divider--horizontal.divider--arrowup.divider--blue, .divider.divider--arrowup.divider--blue:not(.divider--vertical), .faq__answer:first-child, .faq__answer:nth-child(2) {
  border-top: 0.0625rem solid #E4F2F8; }

.divider.divider--vertical.divider--blue:not(.divider--arrowleft) {
  border-right: 0.0625rem solid #E4F2F8; }

.divider.divider--horizontal.divider--blue:not(.divider--arrowup), .divider.divider--blue:not(.divider--vertical):not(.divider--arrowup), .faq__answer {
  border-bottom: 0.0625rem solid #E4F2F8; }

.divider.divider--vertical.divider--arrowleft.divider--blue {
  border-left: 0.0625rem solid #E4F2F8; }

.divider.divider--vertical {
  height: 100%;
  width: 0rem; }

.divider.divider--horizontal, .divider:not(.divider--vertical) {
  height: 0rem;
  width: 100%; }

.faq {
  margin: 4rem 0;
  text-align: center; }
  .faq .heading {
    margin-bottom: 2rem; }

.faq__section {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.faq__answers {
  margin: auto;
  max-width: 60rem;
  width: 100%; }

.faq__answer {
  width: 47%;
  width: calc((100% - 1rem) / 2);
  padding: .2rem 0;
  text-align: left; }
  .faq__answer .link {
    color: #878787;
    text-decoration: none;
    padding: .5rem 1rem; }
    .faq__answer .link:hover {
      background-color: #E9F3F3; }

.field {
  text-align: left;
  display: inline-block;
  border-radius: 0rem;
  background-color: transparent;
  color: #035074;
  margin-bottom: .5rem;
  padding: 0.1rem 0.1rem;
  line-height: 1.8rem;
  width: auto;
  max-width: 100%; }

input.field, textarea.field, select.field, .field input, .field textarea, .field select {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
  display: inline-block;
  background: none;
  border: none;
  margin: 0;
  padding: 0; }
  input.field:focus, textarea.field:focus, select.field:focus, .field input:focus, .field textarea:focus, .field select:focus {
    outline: none; }

select.field, .field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer; }

.field:not(.field--noedit) {
  border-bottom: 0.125rem solid rgba(48, 146, 184, 0.7);
  /*&[required] {
        background-image: radial-gradient($field__bordercolor 30%, transparent 32%);
        background-size: 1em 1em;
        background-position: top right;
        background-repeat: no-repeat;
        padding-right: 1rem;
    }*/ }
  .field:not(.field--noedit):hover {
    border-bottom: 0.125rem solid #3092B8;
    -webkit-box-shadow: 0rem 0.3125rem 0.3125rem -0.1875rem rgba(48, 146, 184, 0.6);
            box-shadow: 0rem 0.3125rem 0.3125rem -0.1875rem rgba(48, 146, 184, 0.6); }
  .field:not(.field--noedit):focus, .field:not(.field--noedit).field--active {
    border-bottom: 0.125rem solid #3092B8;
    -webkit-box-shadow: 0rem 0.3125rem 0.3125rem -0.1875rem rgba(48, 146, 184, 0.6), inset 0rem -0.25rem 0.25rem -0.1875rem rgba(48, 146, 184, 0.5);
            box-shadow: 0rem 0.3125rem 0.3125rem -0.1875rem rgba(48, 146, 184, 0.6), inset 0rem -0.25rem 0.25rem -0.1875rem rgba(48, 146, 184, 0.5); }
  .field:not(.field--noedit).interacted:invalid, .field:not(.field--noedit).is-invalid, .field:not(.field--noedit).invalid {
    border-bottom: 0.125rem solid darkred;
    -webkit-box-shadow: 0rem 0.3125rem 0.3125rem -0.1875rem rgba(139, 0, 0, 0.6);
            box-shadow: 0rem 0.3125rem 0.3125rem -0.1875rem rgba(139, 0, 0, 0.6);
    color: darkred; }

.field--expand {
  width: 100%; }

.field--light {
  font-weight: normal; }

.field--heavy {
  font-weight: bold; }

.field--radio, .field--checkbox {
  cursor: pointer; }

.field--composite {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: inline-flex; }
  .field--composite :last-child {
    margin-right: 0; }

.field__item {
  text-align: inherit;
  display: inline-block;
  background: transparent;
  margin: 0 .5rem 0 0;
  line-height: 1.8rem;
  max-width: 100%;
  /*&[required] {
        background-image: radial-gradient($field__bordercolor 30%, transparent 32%);
        background-size: 1em 1em;
        background-position: top right;
        background-repeat: no-repeat;
        padding-right: 1rem;
    }*/ }
  .field__item:not(input), .field__item[type=radio], .field__item[type=checkbox] {
    cursor: pointer; }

.field__item--label {
  font-weight: 400; }

.field__item--compact {
  margin-right: 0; }

.field__item--expand {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

select.field, select.field__item {
  background-image: url("../images/arrow-down-sign-to-navigate.png");
  background-size: .5rem;
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 1rem; }

[name=postcode] {
  text-transform: uppercase; }

.label {
  line-height: 1.8rem; }

.label--composite {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 0.0625rem solid lightgrey;
  padding: 0; }

.label__text {
  margin-right: .5rem; }

.label__field {
  margin-bottom: 0; }

.blog .blog__list .card .blog__title, .heading, h1, h2, h3, h4, h5, h6, .modal--menu .modal__wrapper > .navbar > .navbar__link, .quoteform .quoteform__pricing .quote__premiums .wrapper .quote__premium, .quote:not(.quote--collapsed) .quote__values .quote__value, .quote:not(.quote--collapsed) .quote__values .quote__value .field, .quote:not(.quote--collapsed) .quote__premiums .wrapper .quote__premium {
  font-family: "Avenir Black", Avenir, Lato, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 600 !important;
  text-decoration: none; }

.heading.heading--1, .heading .heading__copy--1, h1, .hero__item.hero__item--shout .heading {
  font-size: 3.429rem !important;
  line-height: 4.143rem !important; }
  @media screen and (max-width: 26rem) {
    .heading.heading--1, .heading .heading__copy--1, h1, .hero__item.hero__item--shout .heading {
      font-size: 2.0574rem !important;
      line-height: 2.4858rem !important; } }
  @media screen and (min-width: 26rem) and (max-width: 50rem) {
    .heading.heading--1, .heading .heading__copy--1, h1, .hero__item.hero__item--shout .heading {
      font-size: 2.4003rem !important;
      line-height: 2.9001rem !important; } }

.module.module--topfold .hero__item--shout h1 {
  font-size: 4.3432rem !important;
  line-height: 1em !important; }
  @media screen and (max-width: 26rem) {
    .module.module--topfold .hero__item--shout h1 {
      font-size: 2.0574rem !important; } }
  @media screen and (min-width: 26rem) and (max-width: 50rem) {
    .module.module--topfold .hero__item--shout h1 {
      font-size: 2.4003rem !important; } }

.heading.heading--1.heading--small, .heading.heading--1 .heading__copy--small, .heading.heading--2, .heading .heading__copy--2, h2, .modal--menu .modal__wrapper > .navbar > .navbar__link, .module.module--person .module__component .heading, .quote:not(.quote--collapsed) .quote__values .quote__value .field {
  font-size: 2.286rem !important;
  line-height: 2.714rem !important; }
  @media screen and (max-width: 26rem) {
    .heading.heading--1.heading--small, .heading.heading--1 .heading__copy--small, .heading.heading--2, .heading .heading__copy--2, h2, .modal--menu .modal__wrapper > .navbar > .navbar__link, .module.module--person .module__component .heading, .quote:not(.quote--collapsed) .quote__values .quote__value .field {
      font-size: 1.3716rem !important;
      line-height: 1.6284rem !important; } }
  @media screen and (min-width: 26rem) and (max-width: 50rem) {
    .heading.heading--1.heading--small, .heading.heading--1 .heading__copy--small, .heading.heading--2, .heading .heading__copy--2, h2, .modal--menu .modal__wrapper > .navbar > .navbar__link, .module.module--person .module__component .heading, .quote:not(.quote--collapsed) .quote__values .quote__value .field {
      font-size: 1.6002rem !important;
      line-height: 1.8998rem !important; } }

.heading.heading--2.heading--small, .heading.heading--2 .heading__copy--small {
  font-size: 1.714rem !important;
  line-height: 2.071rem !important; }
  @media screen and (max-width: 26rem) {
    .heading.heading--2.heading--small, .heading.heading--2 .heading__copy--small {
      font-size: 1.3712rem !important;
      line-height: 1.6568rem !important; } }
  @media screen and (min-width: 26rem) and (max-width: 50rem) {
    .heading.heading--2.heading--small, .heading.heading--2 .heading__copy--small {
      font-size: 1.5426rem !important;
      line-height: 1.8639rem !important; } }

.heading.heading--2.heading--medium, .heading.heading--2 .heading__copy--medium {
  font-size: 1.857rem !important;
  line-height: 2.214rem !important; }
  @media screen and (max-width: 26rem) {
    .heading.heading--2.heading--medium, .heading.heading--2 .heading__copy--medium {
      font-size: 1.4856rem !important;
      line-height: 1.7712rem !important; } }
  @media screen and (min-width: 26rem) and (max-width: 50rem) {
    .heading.heading--2.heading--medium, .heading.heading--2 .heading__copy--medium {
      font-size: 1.6713rem !important;
      line-height: 2.4426rem !important; } }

.heading.heading--3, .heading .heading__copy--3, h3, .quoteform .quoteform__pricing .quote__premiums .wrapper .quote__premium, .quote:not(.quote--collapsed) .quote__values .quote__value, .quote:not(.quote--collapsed) .quote__premiums .wrapper .quote__premium {
  font-size: 1.429rem !important;
  line-height: 2rem !important; }
  @media screen and (max-width: 26rem) {
    .heading.heading--3, .heading .heading__copy--3, h3, .quoteform .quoteform__pricing .quote__premiums .wrapper .quote__premium, .quote:not(.quote--collapsed) .quote__values .quote__value, .quote:not(.quote--collapsed) .quote__premiums .wrapper .quote__premium {
      font-size: 1.1432rem !important;
      line-height: 1.6rem !important; } }
  @media screen and (min-width: 26rem) and (max-width: 50rem) {
    .heading.heading--3, .heading .heading__copy--3, h3, .quoteform .quoteform__pricing .quote__premiums .wrapper .quote__premium, .quote:not(.quote--collapsed) .quote__values .quote__value, .quote:not(.quote--collapsed) .quote__premiums .wrapper .quote__premium {
      font-size: 1.2861rem !important;
      line-height: 1.8rem !important; } }

.heading.heading--3.heading--small, .heading.heading--3 .heading__copy--small, .heading.heading--4, .heading .heading__copy--4, h4 {
  font-size: 1.286rem !important;
  line-height: 1.571rem !important; }
  @media screen and (max-width: 26rem) {
    .heading.heading--3.heading--small, .heading.heading--3 .heading__copy--small, .heading.heading--4, .heading .heading__copy--4, h4 {
      font-size: 1.0288rem !important;
      line-height: 1.4139rem !important; } }
  @media screen and (min-width: 26rem) and (max-width: 50rem) {
    .heading.heading--3.heading--small, .heading.heading--3 .heading__copy--small, .heading.heading--4, .heading .heading__copy--4, h4 {
      font-size: 1.1574rem !important;
      line-height: 1.4139rem !important; } }

.blog .blog__list .card .blog__title, .heading.heading--4.heading--small, .heading.heading--4 .heading__copy--small, .heading.heading--5, .heading .heading__copy--5, h5, h6 {
  font-size: 1.214rem !important;
  line-height: 1.929rem !important; }
  @media screen and (max-width: 26rem) {
    .blog .blog__list .card .blog__title, .heading.heading--4.heading--small, .heading.heading--4 .heading__copy--small, .heading.heading--5, .heading .heading__copy--5, h5, h6 {
      font-size: 0.9712rem !important;
      line-height: 1.5432rem !important; } }
  @media screen and (min-width: 26rem) and (max-width: 50rem) {
    .blog .blog__list .card .blog__title, .heading.heading--4.heading--small, .heading.heading--4 .heading__copy--small, .heading.heading--5, .heading .heading__copy--5, h5, h6 {
      font-size: 1.0926rem !important;
      line-height: 1.7361rem !important; } }

.heading.heading--5.heading--small, .heading.heading--5 .heading__copy--small, .heading.heading--6, .heading .heading__copy--6, .sitemap__area .heading {
  font-size: 1.143rem !important;
  line-height: 1.714rem !important; }
  @media screen and (max-width: 26rem) {
    .heading.heading--5.heading--small, .heading.heading--5 .heading__copy--small, .heading.heading--6, .heading .heading__copy--6, .sitemap__area .heading {
      font-size: 0.9144rem !important;
      line-height: 1.3712rem !important; } }
  @media screen and (min-width: 26rem) and (max-width: 50rem) {
    .heading.heading--5.heading--small, .heading.heading--5 .heading__copy--small, .heading.heading--6, .heading .heading__copy--6, .sitemap__area .heading {
      font-size: 1.0287rem !important;
      line-height: 1.5426rem !important; } }

.heading.heading--light, .heading .heading__copy.heading__copy--light,
h1.heading--light,
h1 .heading__copy.heading__copy--light, h2.heading--light, h2 .heading__copy.heading__copy--light, h3.heading--light, h3 .heading__copy.heading__copy--light, h4.heading--light, h4 .heading__copy.heading__copy--light, h5.heading--light, h5 .heading__copy.heading__copy--light, h6.heading--light, h6 .heading__copy.heading__copy--light, .quote:not(.quote--collapsed) .quote__values .quote__value, .quote:not(.quote--collapsed) .quote__values .quote__value .field {
  font-weight: normal; }

.hero {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 1rem; }
  .hero:not(.hero--left):not(.hero--right) {
    text-align: center; }
  .hero.hero--left {
    text-align: left; }
  .hero.hero--centered {
    text-align: center; }
  .hero.hero--right {
    text-align: right; }

.hero__item {
  z-index: 2; }
  .hero__item.hero__item--expand {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.hero--filtered .hero__graphic {
  -webkit-filter: saturate(80%) contrast(90%) brightness(80%) blur(0.0625rem);
          filter: saturate(80%) contrast(90%) brightness(80%) blur(0.0625rem); }

.hero--shadow .hero__item:not(.hero__item--do), .module.module--topfold .hero .hero__item:not(.hero__item--do) {
  -webkit-filter: drop-shadow(0 0 0.1875rem black);
          filter: drop-shadow(0 0 0.1875rem black);
  overflow: hidden; }

.hero__graphic {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.fa-strava {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTRweCIgaGVpZ2h0PSI0OHB4IiB2aWV3Qm94PSIwIDAgNTQgNDgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiPg0KICAgIDxnIGlkPSJNeS1CYWRnZS1TcHJpdGVzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBza2V0Y2g6dHlwZT0iTVNQYWdlIj4NCiAgICAgICAgPGcgaWQ9InN0cmF2YS1sb2dvLXdoaXRlLSZhbXA7LW9yYW5nZSIgc2tldGNoOnR5cGU9Ik1TQXJ0Ym9hcmRHcm91cCI+DQogICAgICAgICAgICA8ZyBpZD0iZWNoZWxvbi1vcmFuZ2UiIHNrZXRjaDp0eXBlPSJNU0xheWVyR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzLjAwMDAwMCwgNC4wMDAwMDApIiBmaWxsPSIjRkZGIj4NCiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTEsMTQgTDE1LDIzIEwyMiwyMyBMMTEsMCBMMCwyMyBMNywyMyBMMTEsMTQiIGlkPSJGaWxsLTE1IiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj48L3BhdGg+DQogICAgICAgICAgICAgICAgPHBhdGggZD0iTTE5LDQwIEwxMSwyMyBMMTYsMjMgTDE5LDMwIEwyMiwyMyBMMjcsMjMgTDE5LDQwIiBpZD0iRmlsbC0xNCIgZmlsbC1vcGFjaXR5PSIxIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj48L3BhdGg+DQogICAgICAgICAgICA8L2c+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4=");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%; }

.image .image__caption p {
  margin: 0;
  padding: 0; }

.image.image .image__group:not(.image__group--wrap).image__group--show1 .image__wrap {
  min-width: 100%;
  margin-right: 1rem; }

.image.image .image__group:not(.image__group--wrap).image__group--show2 .image__wrap {
  min-width: 45%;
  min-width: calc((100% - 1rem) / 2); }
  .image.image .image__group:not(.image__group--wrap).image__group--show2 .image__wrap:not(:last-of-type) {
    margin-right: 1rem; }

.image.image .image__group:not(.image__group--wrap).image__group--show3 .image__wrap {
  min-width: 30%;
  min-width: calc((100% - 2rem) / 3); }
  .image.image .image__group:not(.image__group--wrap).image__group--show3 .image__wrap:not(:last-of-type) {
    margin-right: 1rem; }

.image.image .image__group:not(.image__group--wrap).image__group--show4 .image__wrap {
  min-width: 22.5%;
  min-width: calc((100% - 3rem) / 4); }
  .image.image .image__group:not(.image__group--wrap).image__group--show4 .image__wrap:not(:last-of-type) {
    margin-right: 1rem; }

.image.image .image__group:not(.image__group--wrap).image__group--show5 .image__wrap {
  min-width: 18%;
  min-width: calc((100% - 4rem) / 5); }
  .image.image .image__group:not(.image__group--wrap).image__group--show5 .image__wrap:not(:last-of-type) {
    margin-right: 1rem; }

.image.image .image__group:not(.image__group--wrap).image__group--show6 .image__wrap {
  min-width: 15%;
  min-width: calc((100% - 5rem) / 6); }
  .image.image .image__group:not(.image__group--wrap).image__group--show6 .image__wrap:not(:last-of-type) {
    margin-right: 1rem; }

.image.image .image__group.image__group--wrap.image__group--show1 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.link.link--unstyled {
  text-decoration: none; }

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

.loading {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-filter: opacity(50%) blur(0.125rem);
  -moz-filter: opacity(50%) blur(0.125rem);
  -ms-filter: opacity(50%) blur(0.125rem);
  filter: opacity(50%) blur(0.125rem); }
  .loading.done {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none; }

.logo {
  display: inline-block;
  background-image: url("../images/logos/Bikmo-Logo-9.375rem.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  max-width: 9.375rem;
  width: 100%;
  max-height: 1.8125rem;
  height: 100%; }
  .logo span {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }
  .logo.logo--small {
    max-width: 6.25rem;
    background-image: url("../images/logos/Bikmo-Logo-6.25rem.png"); }

.theme__invert .logo, .logo--light {
  background-image: url("../images/logos/Bikmo-Logo-9.375rem-White.png"); }
  .theme__invert .logo.logo--small, .logo--light.logo--small {
    background-image: url("../images/logos/Bikmo-Logo-6.25rem-White.png"); }

.modal, .fancybox-overlay, .fancybox-wrap, .fancybox-skin {
  position: absolute;
  top: 4rem;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100; }

.modal, .fancybox-overlay {
  background: rgba(255, 255, 255, 0.97); }

.modal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .modal .modal__controls, .modal .modal-close-container {
    display: block;
    height: 0rem;
    text-align: right;
    padding: .5rem;
    z-index: 1;
    margin-right: .3rem; }
    @media screen and (min-width: 32rem) {
      .modal .modal__controls, .modal .modal-close-container {
        margin-right: 2rem; } }
  .modal .modal__content, .modal .modal-content-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    @media screen and (min-height: 30rem) {
      .modal .modal__content:not(.modal__content--iframe) .modal__wrapper, .modal .modal-content-container:not(.modal__content--iframe) .modal__wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .modal .modal__placeholder {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .modal .modal__wrapper {
    border: none;
    width: 100%;
    height: 100%;
    padding: .5rem; }
  .modal .modal__close .fa, .modal .modal__close .fancybox-skin .fancybox-close:after, .fancybox-skin .modal .modal__close .fancybox-close:after, .modal .modal__close .progressbar__step:not(.progressbar__step--active):not(:last-of-type)::after, .modal .modal__close .stars__item::before, .modal .modal__close .stars--selectable .stars__item:hover > .stars__select::before, .stars--selectable .modal .modal__close .stars__item:hover > .stars__select::before, .modal .modal__close .ticklist__item::before, .modal .modal__close .optiontoggle__display--check::after, .modal .modal__close .optiontoggle__display--radio::after {
    font-size: 3rem !important; }

.fancybox-skin {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  .fancybox-skin .fancybox-close {
    display: block;
    height: 2rem;
    text-align: right; }
    .fancybox-skin .fancybox-close:before {
      content: "Close"; }
    .fancybox-skin .fancybox-close:after {
      content: "\f00d";
      padding: 0 1rem; }
  .fancybox-skin .fancybox-outer {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .fancybox-skin .fancybox-outer .fancybox-inner {
      height: auto !important;
      background: white;
      -webkit-box-shadow: 0 0 6.25rem 3.125rem white;
              box-shadow: 0 0 6.25rem 3.125rem white; }

.modal--menu {
  display: none;
  background-color: rgba(44, 145, 176, 0.95);
  top: 0;
  z-index: -2;
  position: fixed; }
  .modal--menu .modal__controls {
    margin-top: 4rem; }
  .modal--menu .modal__content {
    margin-top: 6rem; }
  .modal--menu .modal__wrapper > .navbar {
    width: 100%;
    padding: 0; }
    .modal--menu .modal__wrapper > .navbar .navbar {
      width: 100%;
      padding: 1rem;
      margin-bottom: 1rem; }
      .modal--menu .modal__wrapper > .navbar .navbar .navbar__link:not(:last-of-type) {
        border-right: 0.125rem solid #fff;
        padding-right: 1rem;
        margin-right: 1rem; }
    .modal--menu .modal__wrapper > .navbar > .navbar__link:not(.contains_btn) {
      padding: 1rem; }
    .modal--menu .modal__wrapper > .navbar > .navbar__link:hover, .modal--menu .modal__wrapper > .navbar > .navbar:hover {
      background: #fff; }
      .modal--menu .modal__wrapper > .navbar > .navbar__link:hover, .modal--menu .modal__wrapper > .navbar > .navbar__link:hover .navbar__link, .modal--menu .modal__wrapper > .navbar > .navbar:hover, .modal--menu .modal__wrapper > .navbar > .navbar:hover .navbar__link {
        color: #6d747b;
        border-color: #6d747b; }
      .modal--menu .modal__wrapper > .navbar > .navbar__link:hover .navbar__link:hover, .modal--menu .modal__wrapper > .navbar > .navbar:hover .navbar__link:hover {
        text-decoration: underline; }

.module {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
  .module.module--small {
    min-height: 20rem; }
  .module.module--medium {
    min-height: 30rem; }
  .module.module--large {
    min-height: 50rem; }
  .module.module--xlarge {
    min-height: 50rem;
    min-height: 90vh; }
  .module.module--background_top {
    background-position-y: top; }
  .module.module--background_right {
    background-position-x: right; }
  .module.module--background_bottom {
    background-position-y: bottom; }
  .module.module--background_left {
    background-position-x: left; }
  .module.module--background_center_y {
    background-position-y: center; }
  .module.module--background_center_x {
    background-position-x: center; }
  .module.module--background_repeat_none {
    background-repeat: no-repeat; }
  .module.module--background_repeat_x {
    background-repeat: repeat-x; }
  .module.module--background_repeat_y {
    background-repeat: repeat-y; }
  .module.module--background_fit {
    background-size: contain; }
  .module.module--background_fill {
    background-size: cover; }
  .module :not(.module) .module__title, .module :not(.module) .module__content, .module :not(.module) .module__actions {
    padding: 0 1rem; }
  .module .module {
    min-height: auto; }
  .module:not(.module--collapse) > :first-child:not(.module__component) {
    padding-top: 4rem; }
  .module:not(.module--collapse) > :last-child:not(.module__component) {
    padding-bottom: 4rem; }
  .module .module__title:not(:last-child), .module .module__content:not(:last-child), .module:not(.module--hero):not(.module--blog) .module__component:not(:last-child), .module .module__actions:not(:last-child) {
    margin-bottom: 2rem; }
  .module .module__actions {
    margin-top: 2rem; }
  .module.module--person {
    position: relative; }
    .module.module--person .module__component {
      position: absolute;
      right: calc((100% - 75rem)/2);
      top: 0;
      bottom: 0;
      left: calc((100% - 75rem)/2); }
      .module.module--person .module__component .card {
        position: absolute;
        bottom: -2rem;
        width: 26rem;
        max-width: 90%;
        right: 0;
        padding: 2rem; }
      .module.module--person .module__component .card__content p {
        color: #79C0DF; }
  .module.module--hero .module__component {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .module.module--hero .module__component:first-child:last-child {
      -webkit-box-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .module.module--hero .module__component .hero {
      -webkit-box-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  @media screen and (max-width: 50rem) {
    .module.module--split {
      background-size: contain; }
      .module.module--split.module--split_narrow_top {
        background-position-y: bottom; }
        .module.module--split.module--split_narrow_top:after {
          display: block;
          content: '';
          width: 100%;
          padding-top: 50%; }
      .module.module--split.module--split_narrow_bottom {
        background-position-y: top; }
        .module.module--split.module--split_narrow_bottom:before {
          display: block;
          content: '';
          width: 100%;
          padding-top: 50%; } }
  @media screen and (min-width: 50rem) {
    .module.module--split.module--split_wide_1_2 {
      background-size: 50% auto;
      background-size: calc(50% - 1rem) auto; }
      .module.module--split.module--split_wide_1_2 .module__component {
        width: 50%; }
    .module.module--split.module--split_wide_1_3 {
      background-size: 66% auto;
      background-size: calc(66% - 1rem) auto; }
      .module.module--split.module--split_wide_1_3 .module__component {
        width: 33%; }
    .module.module--split.module--split_wide_2_3 {
      background-size: 33% auto;
      background-size: calc(33% - 1rem) auto; }
      .module.module--split.module--split_wide_2_3 .module__component {
        width: 66%; }
    .module.module--split.module--split_wide_1_4 {
      background-size: 75% auto;
      background-size: calc(75% - 1rem) auto; }
      .module.module--split.module--split_wide_1_4 .module__component {
        width: 25%; }
    .module.module--split.module--split_wide_left {
      background-position-x: right; }
      .module.module--split.module--split_wide_left .module__component {
        margin-right: auto;
        margin-left: 0; }
    .module.module--split.module--split_wide_right {
      background-position-x: left; }
      .module.module--split.module--split_wide_right .module__component {
        margin-left: auto;
        margin-right: 0; } }
  .module.module--topfold .field.field--active {
    border-bottom-width: 0.25rem;
    line-height: .9em; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .module {
    height: 0.0625rem; }
  .module--hero {
    height: 0.0625rem; } }

.navbar {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .navbar.navbar--horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .navbar.navbar--vertical, .sitemap .navbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .navbar.navbar--centered {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .navbar.navbar--around {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .navbar.navbar--between, .sitemap .navbar {
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .navbar.navbar--start {
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .navbar.navbar--end {
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.navbar__spacer {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.navbar__link {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  text-decoration: none; }

.navbar:not(.navbar--vertical):not(.sitemap .navbar) > .navbar__link:not(:last-of-type) {
  margin-right: .5rem; }

.navbar--vertical > .navbar__link:not(:last-of-type), .sitemap .navbar > .navbar__link:not(:last-of-type) {
  margin-bottom: .5rem; }

.navbar--vertical > .navbar__link--expand, .sitemap .navbar > .navbar__link--expand {
  width: 100%; }

.navbar__link--stretchy {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.navbar__link--pushright {
  margin-left: auto; }

.navbar__link--pushleft {
  margin-right: auto; }

.navbar__link--centered {
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.notification .notification__message {
  border: 0.0625rem solid grey;
  padding: .5rem;
  margin: .5rem;
  text-align: center; }
  .notification .notification__message.notification__message--error {
    border-color: #E84C3D;
    color: #E84C3D; }
  .notification .notification__message.notification__message--success {
    border-color: #30AD23;
    color: #30AD23; }

.errors .error {
  color: #E84C3D; }

.stripe.account h1 {
  font-size: 1.4rem !important; }

.stripe.account h2 {
  font-size: 1.2rem !important; }

.stripe.account h3 {
  font-size: 1.1rem !important; }

.stripe.account h4 {
  font-size: 1.1rem !important; }

.stripe.account h5 {
  font-size: 1.1rem !important; }

.stripe.account h6 {
  font-size: 1rem !important; }

.stripe.account p, .stripe.account li, .stripe.account td, .stripe.account th, .stripe.account div {
  font-size: .9rem !important; }

.pagefooter .pagefooter__item--dark {
  background: #6C737A; }

.header {
  background-color: #08648E;
  color: #fff;
  padding: 0.625rem 0;
  position: fixed;
  width: 100%;
  z-index: 999; }
  .header .inner {
    max-width: 63rem;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
    .header .inner::after {
      clear: both;
      content: "";
      display: block; }
  .header a, .header .link {
    text-decoration: none; }
  .header .nav__header {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%; }
    .header .nav__header:last-child {
      margin-right: 0; }
    @media screen and (min-width: 55rem) {
      .header .nav__header {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 74.41059%; }
        .header .nav__header:last-child {
          margin-right: 0; } }
  .header .menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    min-height: 3.125rem; }
    .header .menu .button {
      margin-bottom: 0; }
  .header .logo a, .header .logo .link,
  .header .menu-item a,
  .header .menu-item .link {
    color: #fff; }
  .header .logo {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%; }
    .header .logo:last-child {
      margin-right: 0; }
    @media screen and (min-width: 55rem) {
      .header .logo {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .header .logo:last-child {
          margin-right: 0; } }
    .header .logo img {
      max-width: 9.0625rem; }

.header .menu-item,
.header .menu-divider {
  padding-left: 1.25rem; }
  @media screen and (min-width: 40rem) and (max-width: 42.8125rem) {
    .header .menu-item,
    .header .menu-divider {
      padding-left: 0.8125rem; } }
  @media screen and (min-width: 42.875rem) and (max-width: 58.3125rem) {
    .header .menu-item,
    .header .menu-divider {
      padding-left: 0.875rem; } }

.header .menu-item a, .header .menu-item .link {
  font-weight: 500;
  letter-spacing: 0.04688rem; }

.logo {
  max-width: 5.9375rem; }
  @media screen and (min-width: 40rem) {
    .logo {
      max-width: 9.0625rem; } }
  @media screen and (min-width: 55rem) {
    .logo {
      max-width: 11.875rem; } }

.account-header {
  background-color: #EBE9E8;
  padding-bottom: 0.0625rem; }
  .account-header.has-image {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url("https://images.unsplash.com/photo-1471506480208-91b3a4cc78be");
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("https://images.unsplash.com/photo-1471506480208-91b3a4cc78be");
    background-position: 50% 70%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff; }
    .account-header.has-image .account-menu .menu-item.active,
    .account-header.has-image .account-menu .menu-item:hover {
      border-color: #fff; }
    .account-header.has-image .account-menu .menu-item a, .account-header.has-image .account-menu .menu-item .link,
    .account-header.has-image .profile .welcome-message,
    .account-header.has-image .title {
      color: #fff; }

.panel__dropdown {
  background-color: #035074;
  position: fixed;
  width: 100%;
  z-index: 998; }
  .panel__dropdown ul {
    margin-top: 0;
    padding-left: 0; }
  .panel__dropdown li {
    list-style: none; }
  .panel__dropdown a, .panel__dropdown .link {
    color: #fff;
    text-decoration: none; }
    .panel__dropdown a:hover, .panel__dropdown .link:hover, .panel__dropdown a:focus, .panel__dropdown .link:focus {
      text-decoration: underline; }

.dropdown-section {
  border-bottom: 0.0625rem solid #0189B4; }
  .dropdown-section .menu-title {
    padding-top: 1.25rem; }

.panel__dropdown {
  display: none; }
  .panel__dropdown.visible {
    display: block;
    padding-top: 4.8125rem; }
  .panel__dropdown .menu__dropdown {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 1.25rem; }
    .panel__dropdown .menu__dropdown .menu-item__dropdown {
      max-width: 50%;
      padding: 1.25rem 0 0; }
      @media screen and (min-width: 40rem) {
        .panel__dropdown .menu__dropdown .menu-item__dropdown {
          max-width: 33%; } }
      @media screen and (min-width: 55rem) {
        .panel__dropdown .menu__dropdown .menu-item__dropdown {
          max-width: 25%; } }
  .panel__dropdown .menu-item__dropdown {
    width: 100%; }
  .panel__dropdown .title__menu {
    color: #9ED1E1;
    font-size: 1rem !important;
    font-weight: 400 !important;
    margin-bottom: 0;
    margin-top: 0; }
    .panel__dropdown .title__menu a, .panel__dropdown .title__menu .link {
      color: #9ED1E1;
      font-weight: 400; }

.social-inner-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 2.5rem; }
  .social-inner-menu svg:hover, .social-inner-menu svg:focus {
    fill: #fff; }

.icon__menu {
  background-color: #035074;
  border: 0.0625rem solid #fff;
  border-radius: 0.1875rem;
  padding: 0.375rem 0.4375rem 0.375rem 0.5625rem;
  text-align: center; }
  .icon__menu:hover, .icon__menu:focus {
    background-color: #08648E; }

.primary-links {
  width: 100%; }

.dropdown-arrow {
  margin-left: 0.3125rem; }
  .dropdown-arrow.open {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

/*@if ($importDependencies) {
    @import "../bower_components/font-awesome/scss/variables";
    @import "../bower_components/font-awesome/scss/path";
    @import "../bower_components/font-awesome/scss/core";
}*/
.test-1 {
  background: #31B7D7;
  background: -webkit-gradient(linear, left top, left bottom, from(#31B7D7), to(#EDAC7D));
  background: linear-gradient(180deg, #31B7D7, #EDAC7D); }

.test-2 {
  background: #E47D7D;
  background: -webkit-gradient(linear, left top, right top, from(#E47D7D), color-stop(50%, #C195D3), to(#4FB4E8));
  background: linear-gradient(to right, #E47D7D 0%, #C195D3 50%, #4FB4E8 100%); }

.test-3 {
  background: #B58234;
  background: linear-gradient(42deg, #B58234 0%, #D2B545 50%, #D7C04D 50.01%, #FFFFFF 100%); }

.progressbar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #3092B8;
  background: #3092B8;
  background: linear-gradient(30deg, #3092B8, #76C1E0); }
  .progressbar > :first-child {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    text-align: right;
    background: #035074;
    background: linear-gradient(30deg, #035074, #00628E); }

.progressbar:not(.progressbar--complete)::after {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  content: " "; }

.progressbar__step {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  height: 3rem;
  line-height: 3rem;
  padding: 0 3rem;
  background: transparent;
  color: #035074;
  font-weight: 700;
  position: relative; }
  .progressbar__step:not(.progressbar__step--active):not(:last-of-type)::after {
    position: absolute;
    height: 3rem;
    line-height: 3rem !important;
    left: 99%;
    z-index: 1;
    content: ""; }
  .progressbar__step:last-of-type.progressbar__step--complete {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  @media screen and (max-width: 32rem) {
    .progressbar__step {
      font-size: .8rem; } }
  .progressbar__step a, .progressbar__step .link {
    text-decoration: none;
    color: inherit; }

.progressbar__step--complete {
  background-color: #00628E;
  color: #fff; }

.progressbar__step--active {
  background-color: #00628E;
  color: #fff;
  position: relative; }
  .progressbar__step--active::after, .progressbar__step--active::before {
    content: '';
    position: absolute;
    border: 0.75rem solid #00628E;
    left: 100%;
    z-index: 1; }
  .progressbar__step--active::before {
    border-top-color: transparent;
    border-right-color: transparent;
    top: 0;
    bottom: 50%; }
  .progressbar__step--active::after {
    border-bottom-color: transparent;
    border-right-color: transparent;
    position: absolute;
    bottom: 0;
    top: 50%; }

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 18.75rem) and (max-device-width: 47.5rem) {
  .progressbar__step {
    padding: 0 1.7rem; }
  .progressbar__step--active {
    padding: 0 1rem; } }

.purchasesteps .purchasesteps__step {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  width: calc(100% - 2rem);
  padding: 2rem;
  text-align: center; }
  .purchasesteps .purchasesteps__step .heading {
    margin: 3rem auto 2rem; }
  .purchasesteps .purchasesteps__step .btn {
    margin-bottom: 1rem; }

.purchasesteps .purchasesteps__done {
  background-image: url("../images/mountain-bg.png");
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: contain; }

.purchasesteps .purchasesteps__field {
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem; }

.purchasesteps .purchasesteps__actions {
  margin-top: 2rem; }
  @media screen and (max-width: 32rem) {
    .purchasesteps .purchasesteps__actions {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
         -moz-box-orient: vertical;
         -moz-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

.quoteform {
  padding-top: 1rem;
  min-height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../images/mountain-bg.png");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat; }
  .quoteform .quoteform__wrapper {
    width: 100%; }
  .quoteform .heading {
    text-align: center; }
  .quoteform p {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    width: calc(100% - 2rem);
    text-align: center; }
  .quoteform .errors.error__label {
    display: block; }
  .quoteform .quoteform__premium {
    margin-top: 3rem;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .quoteform .quoteform__pricing {
    margin-left: auto;
    margin-right: auto;
    max-width: 25rem; }
    .quoteform .quoteform__pricing .quote__premiums .wrapper .optiontoggle .optiontoggle__display {
      display: block;
      padding: 1.5rem 1rem;
      margin: 0; }
    .quoteform .quoteform__pricing .quote__premiums .wrapper .quote__premium {
      -webkit-box-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .quoteform .quoteform__pricing .quote__premiums .wrapper .quote__term {
      display: block;
      line-height: 1.2rem; }
    .quoteform .quoteform__pricing .quote__coupon {
      margin: .5rem 0; }
      .quoteform .quoteform__pricing .quote__coupon .coupon__prompt {
        padding: 1rem;
        background-color: #E9F3F3;
        color: #08648E;
        text-align: center;
        display: block; }
        @media screen and (max-width: 32rem) {
          .quoteform .quoteform__pricing .quote__coupon .coupon__prompt {
            display: block;
            border-top: 0.0625rem solid #79C0DF; } }
        @media screen and (min-width: 32rem) {
          .quoteform .quoteform__pricing .quote__coupon .coupon__prompt {
            border: 0.0625rem solid #79C0DF; } }
        .quoteform .quoteform__pricing .quote__coupon .coupon__prompt .link {
          text-decoration: none;
          color: #08648E; }
      .quoteform .quoteform__pricing .quote__coupon .quote__couponmessage {
        text-align: center; }
  .quoteform [type=number] {
    padding-left: .5rem;
    text-align: center; }
  .quoteform .divider {
    margin: 2rem 0; }
  .quoteform .quoteform__fieldgroup {
    -webkit-transition: visibility 0.3s ease-in-out;
    transition: visibility 0.3s ease-in-out; }
  .quoteform .quoteform__fieldgroup--hidden {
    visibility: hidden; }
  .quoteform [name=postcode]:invalid ~ #values-section,
  .quoteform form:invalid .quoteform__premium {
    opacity: .2; }
    .quoteform [name=postcode]:invalid ~ #values-section *,
    .quoteform form:invalid .quoteform__premium * {
      pointer-events: none; }

.reviews {
  background-color: #0189B4;
  color: #fff;
  padding: 3.125rem 0; }
  .reviews__layout {
    max-width: 63rem;
    margin-left: auto;
    margin-right: auto; }
    .reviews__layout::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (max-width: 63rem) {
      .reviews__layout {
        padding-left: 0.75rem;
        padding-right: 0.75rem; } }
  .reviews .logo-review-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 55rem) {
      .reviews .logo-review-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 3.125rem;
        max-width: 100%; } }
  .reviews .logo--feefo {
    -ms-flex-item-align: end;
        align-self: flex-end;
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 8.75rem; }
    @media screen and (min-width: 55rem) {
      .reviews .logo--feefo {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%;
        margin-left: 8.5298%;
        -ms-flex-item-align: center;
            align-self: center;
        max-width: 100%;
        -webkit-box-ordinal-group: 2;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
        .reviews .logo--feefo:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 55rem) {
      .reviews .logo--feefo {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
        margin-left: 0%; }
        .reviews .logo--feefo:last-child {
          margin-right: 0; } }
    .reviews .logo--feefo img {
      margin-bottom: 0.9375rem;
      width: 100%; }
  .reviews .slider {
    margin-bottom: 2.5rem;
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    padding: 0 2.1875rem; }
    @media screen and (min-width: 55rem) {
      .reviews .slider {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-left: 8.5298%;
        margin-bottom: 0;
        -webkit-box-ordinal-group: 3;
           -moz-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        text-align: left; }
        .reviews .slider:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 55rem) {
      .reviews .slider {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%;
        margin-left: 8.5298%; }
        .reviews .slider:last-child {
          margin-right: 0; } }
    .reviews .slider .title {
      margin-bottom: 0.5rem; }
    .reviews .slider .rating {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 1rem; }
      @media screen and (min-width: 55rem) {
        .reviews .slider .rating {
          -webkit-box-pack: start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
    .reviews .slider .who {
      font-size: 0.75rem;
      font-weight: 700; }
    .reviews .slider .quote {
      font-weight: 700;
      margin-bottom: 0; }
  .reviews .cta {
    display: none; }
    @media screen and (min-width: 55rem) {
      .reviews .cta {
        display: block;
        text-align: center; } }
  .reviews .reviews-by {
    display: block;
    font-size: 0.75rem;
    margin-bottom: 0.5rem; }
    @media screen and (min-width: 55rem) {
      .reviews .reviews-by {
        display: none; } }
  .reviews .weAreAwesome {
    display: none; }
    @media screen and (min-width: 55rem) {
      .reviews .weAreAwesome {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        max-width: 20rem; } }
    .reviews .weAreAwesome .score,
    .reviews .weAreAwesome .basedOn {
      display: block;
      line-height: 1.2;
      margin: 0;
      text-align: left; }
    .reviews .weAreAwesome .score {
      border-right: 0.125rem solid #fff;
      font-size: 1.375rem;
      font-weight: 700;
      margin-right: 0.3125rem;
      padding-right: 0.3125rem; }
    .reviews .weAreAwesome .basedOn {
      font-size: 0.75rem; }
      @media screen and (min-width: 55rem) {
        .reviews .weAreAwesome .basedOn {
          font-size: 0.875rem; } }
  .reviews .stars__item {
    font-size: 1.375rem; }
    .reviews .stars__item:before {
      color: #FFDB38 !important; }

.sitemap {
  background: #6C737A;
  color: #fff;
  padding: 4rem 0; }
  @media screen and (max-width: 32rem) {
    .sitemap {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

@media screen and (max-width: 32rem) {
  .sitemap__area {
    -ms-flex-preferred-size: calc( ( ( (100% - (0rem * 2)) / 2 ) * 1 ) - (1rem / 2));
        flex-basis: calc( ( ( (100% - (0rem * 2)) / 2 ) * 1 ) - (1rem / 2)); } }

@media screen and (min-width: 32rem) {
  .sitemap__area {
    -ms-flex-preferred-size: calc( ( ( (100% - (0rem * 2)) / 4 ) * 1 ) - (1rem / 4));
        flex-basis: calc( ( ( (100% - (0rem * 2)) / 4 ) * 1 ) - (1rem / 4)); } }

.sitemap__area .logo {
  margin-top: 1.7rem; }

.sitemap__area .heading {
  margin-bottom: 2rem; }

.sitemap__area .navbar__link {
  color: #bababa; }

.slides {
  min-width: 100%;
  overflow: hidden;
  position: relative; }

.slides__container {
  margin: 0;
  position: relative;
  -webkit-transition: left 1s ease-in-out;
  transition: left 1s ease-in-out;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.slides__slide {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  position: relative; }
  .slides__slide .slides__nextlink, .slides__slide .slides__backlink {
    bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    text-decoration: none;
    top: 0;
    width: 40%;
    z-index: 5;
    -webkit-transition: -webkit-box-shadow .2s ease-in-out;
    transition: -webkit-box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out; }
  .slides__slide .slides__backlink {
    left: 0;
    text-align: left; }
    .slides__slide .slides__backlink:hover {
      -webkit-box-shadow: inset 1.0625rem 0 3.0625rem -1.25rem rgba(255, 255, 255, 0.2);
              box-shadow: inset 1.0625rem 0 3.0625rem -1.25rem rgba(255, 255, 255, 0.2); }
  .slides__slide .slides__nextlink {
    right: 0;
    text-align: right; }
    .slides__slide .slides__nextlink:hover {
      -webkit-box-shadow: inset -1.0625rem 0 3.0625rem -1.25rem rgba(255, 255, 255, 0.2);
              box-shadow: inset -1.0625rem 0 3.0625rem -1.25rem rgba(255, 255, 255, 0.2); }

.slides__target {
  position: fixed;
  top: 0; }

.slides__target:target:nth-of-type(1) ~ .slides__container {
  left: 0%; }

.slides__target:target:nth-of-type(1) ~ .slides__controls .slides__link:nth-of-type(1) {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.5); }

.slides__target:target:nth-of-type(2) ~ .slides__container {
  left: -100%; }

.slides__target:target:nth-of-type(2) ~ .slides__controls .slides__link:nth-of-type(2) {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.5); }

.slides__target:target:nth-of-type(3) ~ .slides__container {
  left: -200%; }

.slides__target:target:nth-of-type(3) ~ .slides__controls .slides__link:nth-of-type(3) {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.5); }

.slides__target:target:nth-of-type(4) ~ .slides__container {
  left: -300%; }

.slides__target:target:nth-of-type(4) ~ .slides__controls .slides__link:nth-of-type(4) {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.5); }

.slides__target:target:nth-of-type(5) ~ .slides__container {
  left: -400%; }

.slides__target:target:nth-of-type(5) ~ .slides__controls .slides__link:nth-of-type(5) {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.5); }

.slides__target:target:nth-of-type(6) ~ .slides__container {
  left: -500%; }

.slides__target:target:nth-of-type(6) ~ .slides__controls .slides__link:nth-of-type(6) {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.5); }

.slides__target:target:nth-of-type(7) ~ .slides__container {
  left: -600%; }

.slides__target:target:nth-of-type(7) ~ .slides__controls .slides__link:nth-of-type(7) {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.5); }

.slides__target:target:nth-of-type(8) ~ .slides__container {
  left: -700%; }

.slides__target:target:nth-of-type(8) ~ .slides__controls .slides__link:nth-of-type(8) {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.5); }

.slides__target:target:nth-of-type(9) ~ .slides__container {
  left: -800%; }

.slides__target:target:nth-of-type(9) ~ .slides__controls .slides__link:nth-of-type(9) {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.5); }

.slides__controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.slides__link {
  display: inline-block;
  height: .7rem;
  width: .7rem;
  margin: .5rem;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0.0625rem solid rgba(0, 0, 0, 0.5); }

.snippetGrid .card .card__header .heading {
  color: #6d747b;
  margin-bottom: 0; }

.snippetGrid .card .card__content p {
  color: #bababa; }

@media screen and (max-width: 32rem) {
  .snippetGrid {
    min-width: 100%;
    overflow: hidden;
    position: relative; }
    .snippetGrid .snippetGrid__container {
      margin: 0;
      position: relative;
      left: 0;
      -webkit-transition: left .3s ease-in-out;
      transition: left .3s ease-in-out;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
    .snippetGrid .snippetGrid__slide {
      -webkit-box-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      position: relative;
      padding: 1rem; }
      .snippetGrid .snippetGrid__slide .snippetGrid__nextlink, .snippetGrid .snippetGrid__slide .snippetGrid__backlink {
        bottom: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: absolute;
        text-decoration: none;
        top: 0;
        width: 40%;
        z-index: 5; }
      .snippetGrid .snippetGrid__slide .snippetGrid__backlink {
        left: 0;
        text-align: left; }
      .snippetGrid .snippetGrid__slide .snippetGrid__nextlink {
        right: 0;
        text-align: right; }
    .snippetGrid .snippetGrid__target {
      position: fixed;
      top: 0; }
    .snippetGrid .snippetGrid__target:target:nth-of-type(1) ~ .snippetGrid__container, .snippetGrid .snippetGrid__target.snippetGrid__target--active:nth-of-type(1) ~ .snippetGrid__container {
      left: 0%; }
    .snippetGrid .snippetGrid__target:target:nth-of-type(1) ~ .snippetGrid__controls .snippetGrid__link:nth-of-type(1), .snippetGrid .snippetGrid__target.snippetGrid__target--active:nth-of-type(1) ~ .snippetGrid__controls .snippetGrid__link:nth-of-type(1) {
      border-color: rgba(0, 0, 0, 0.5);
      background-color: rgba(255, 255, 255, 0.5); }
    .snippetGrid .snippetGrid__target:target:nth-of-type(2) ~ .snippetGrid__container, .snippetGrid .snippetGrid__target.snippetGrid__target--active:nth-of-type(2) ~ .snippetGrid__container {
      left: -100%; }
    .snippetGrid .snippetGrid__target:target:nth-of-type(2) ~ .snippetGrid__controls .snippetGrid__link:nth-of-type(2), .snippetGrid .snippetGrid__target.snippetGrid__target--active:nth-of-type(2) ~ .snippetGrid__controls .snippetGrid__link:nth-of-type(2) {
      border-color: rgba(0, 0, 0, 0.5);
      background-color: rgba(255, 255, 255, 0.5); }
    .snippetGrid .snippetGrid__target:target:nth-of-type(3) ~ .snippetGrid__container, .snippetGrid .snippetGrid__target.snippetGrid__target--active:nth-of-type(3) ~ .snippetGrid__container {
      left: -200%; }
    .snippetGrid .snippetGrid__target:target:nth-of-type(3) ~ .snippetGrid__controls .snippetGrid__link:nth-of-type(3), .snippetGrid .snippetGrid__target.snippetGrid__target--active:nth-of-type(3) ~ .snippetGrid__controls .snippetGrid__link:nth-of-type(3) {
      border-color: rgba(0, 0, 0, 0.5);
      background-color: rgba(255, 255, 255, 0.5); }
    .snippetGrid .snippetGrid__target:target:nth-of-type(4) ~ .snippetGrid__container, .snippetGrid .snippetGrid__target.snippetGrid__target--active:nth-of-type(4) ~ .snippetGrid__container {
      left: -300%; }
    .snippetGrid .snippetGrid__target:target:nth-of-type(4) ~ .snippetGrid__controls .snippetGrid__link:nth-of-type(4), .snippetGrid .snippetGrid__target.snippetGrid__target--active:nth-of-type(4) ~ .snippetGrid__controls .snippetGrid__link:nth-of-type(4) {
      border-color: rgba(0, 0, 0, 0.5);
      background-color: rgba(255, 255, 255, 0.5); }
    .snippetGrid .snippetGrid__target:target:nth-of-type(5) ~ .snippetGrid__container, .snippetGrid .snippetGrid__target.snippetGrid__target--active:nth-of-type(5) ~ .snippetGrid__container {
      left: -400%; }
    .snippetGrid .snippetGrid__target:target:nth-of-type(5) ~ .snippetGrid__controls .snippetGrid__link:nth-of-type(5), .snippetGrid .snippetGrid__target.snippetGrid__target--active:nth-of-type(5) ~ .snippetGrid__controls .snippetGrid__link:nth-of-type(5) {
      border-color: rgba(0, 0, 0, 0.5);
      background-color: rgba(255, 255, 255, 0.5); }
    .snippetGrid .snippetGrid__target:target:nth-of-type(6) ~ .snippetGrid__container, .snippetGrid .snippetGrid__target.snippetGrid__target--active:nth-of-type(6) ~ .snippetGrid__container {
      left: -500%; }
    .snippetGrid .snippetGrid__target:target:nth-of-type(6) ~ .snippetGrid__controls .snippetGrid__link:nth-of-type(6), .snippetGrid .snippetGrid__target.snippetGrid__target--active:nth-of-type(6) ~ .snippetGrid__controls .snippetGrid__link:nth-of-type(6) {
      border-color: rgba(0, 0, 0, 0.5);
      background-color: rgba(255, 255, 255, 0.5); }
    .snippetGrid .snippetGrid__target:target:nth-of-type(7) ~ .snippetGrid__container, .snippetGrid .snippetGrid__target.snippetGrid__target--active:nth-of-type(7) ~ .snippetGrid__container {
      left: -600%; }
    .snippetGrid .snippetGrid__target:target:nth-of-type(7) ~ .snippetGrid__controls .snippetGrid__link:nth-of-type(7), .snippetGrid .snippetGrid__target.snippetGrid__target--active:nth-of-type(7) ~ .snippetGrid__controls .snippetGrid__link:nth-of-type(7) {
      border-color: rgba(0, 0, 0, 0.5);
      background-color: rgba(255, 255, 255, 0.5); }
    .snippetGrid .snippetGrid__target:target:nth-of-type(8) ~ .snippetGrid__container, .snippetGrid .snippetGrid__target.snippetGrid__target--active:nth-of-type(8) ~ .snippetGrid__container {
      left: -700%; }
    .snippetGrid .snippetGrid__target:target:nth-of-type(8) ~ .snippetGrid__controls .snippetGrid__link:nth-of-type(8), .snippetGrid .snippetGrid__target.snippetGrid__target--active:nth-of-type(8) ~ .snippetGrid__controls .snippetGrid__link:nth-of-type(8) {
      border-color: rgba(0, 0, 0, 0.5);
      background-color: rgba(255, 255, 255, 0.5); }
    .snippetGrid .snippetGrid__target:target:nth-of-type(9) ~ .snippetGrid__container, .snippetGrid .snippetGrid__target.snippetGrid__target--active:nth-of-type(9) ~ .snippetGrid__container {
      left: -800%; }
    .snippetGrid .snippetGrid__target:target:nth-of-type(9) ~ .snippetGrid__controls .snippetGrid__link:nth-of-type(9), .snippetGrid .snippetGrid__target.snippetGrid__target--active:nth-of-type(9) ~ .snippetGrid__controls .snippetGrid__link:nth-of-type(9) {
      border-color: rgba(0, 0, 0, 0.5);
      background-color: rgba(255, 255, 255, 0.5); }
    .snippetGrid .snippetGrid__controls {
      position: absolute;
      bottom: 0;
      width: 100%;
      text-align: center;
      z-index: 6;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
    .snippetGrid .snippetGrid__link {
      display: inline-block;
      height: .7rem;
      width: .7rem;
      margin: .5rem;
      border-radius: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      border: 0.0625rem solid rgba(255, 255, 255, 0.5); } }

@media screen and (min-width: 32rem) {
  .snippetGrid .snippetGrid__container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .snippetGrid .snippetGrid__slide {
    -ms-flex-preferred-size: calc( ( ( (100% - (1rem * 2)) / 3 ) * 1 ) - (1rem / 3));
        flex-basis: calc( ( ( (100% - (1rem * 2)) / 3 ) * 1 ) - (1rem / 3)); }
  .snippetGrid .snippetGrid__controls {
    display: none; }
  .snippetGrid .snippetGrid__nextlink, .snippetGrid .snippetGrid__backlink {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .snippetGrid__slide {
    height: 0.0625rem;
    min-height: 18.75rem; } }

.stars--1 > .stars__item::before, .stars--2 > .stars__item::before, .stars--2 > .stars__item > .stars__item::before, .stars--3 > .stars__item::before, .stars--3 > .stars__item > .stars__item::before, .stars--3 > .stars__item > .stars__item > .stars__item::before, .stars--4 > .stars__item::before, .stars--4 > .stars__item > .stars__item::before, .stars--4 > .stars__item > .stars__item > .stars__item::before, .stars--4 > .stars__item > .stars__item > .stars__item > .stars__item::before, .stars--5 > .stars__item::before, .stars--5 > .stars__item > .stars__item::before, .stars--5 > .stars__item > .stars__item > .stars__item::before, .stars--5 > .stars__item > .stars__item > .stars__item > .stars__item::before, .stars--5 > .stars__item > .stars__item > .stars__item > .stars__item > .stars__item::before {
  content: ""; }

.stars__item::before {
  border: 0.0625rem solid transparent;
  content: "";
  color: #3498db; }

.stars--selectable .stars__item:hover::before {
  display: none; }

.stars--selectable .stars__item:hover > .stars__select::before {
  border: 0.0625rem solid transparent;
  content: "";
  color: #FC9315;
  text-shadow: 0 0 0.5rem #fc9315; }

.sticky {
  position: fixed;
  left: 0;
  right: 0; }

.sticky ~ .purchasesteps {
  margin-top: 4rem; }

.ticklist {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0rem; }

.ticklist--horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.ticklist__item::before {
  content: "";
  margin-right: .5rem; }

.ticklist--horizontal .ticklist__item {
  padding-right: .5rem; }

.ticklist__item--ticked::before {
  content: ""; }

.ticklist__item--crossed::before {
  content: ""; }

.ticklist__item--boxed::before {
  content: ""; }

.ticklist__item--boxed.ticklist__item--ticked::before {
  content: ""; }

.ticklist--1-2 .ticklist__item, .ticklist__item--1-2 {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%; }

.ticklist--1-3 .ticklist__item, .ticklist__item--1-3 {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%; }

.ticklist--1-4 .ticklist__item, .ticklist__item--1-4 {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%; }

.ticklist--1-5 .ticklist__item, .ticklist__item--1-5 {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 1 19%;
          flex: 0 1 19%; }

.ticklist--1-6 .ticklist__item, .ticklist__item--1-6 {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 1 16%;
          flex: 0 1 16%; }

.optiontoggle__selector {
  display: none; }

.optiontoggle__display {
  overflow: hidden; }

.optiontoggle__display--active,
.optiontoggle__selector:checked ~ .optiontoggle__display {
  /* Adds a 'cut-off' corner in the bottom right as per early design
    &::before {
        content: "";
        position: absolute;
        bottom: 2px;
        right: 2px;
        border: .75rem solid transparent;
        border-bottom-color: $palette__white--1;
        border-right-color: $palette__white--1;
    }
    */ }
  .optiontoggle__display--active::after,
  .optiontoggle__selector:checked ~ .optiontoggle__display::after {
    color: rgba(255, 255, 255, 0.2); }

.optiontoggle__display--check, .optiontoggle__display--radio {
  position: relative; }
  .optiontoggle__display--check::after, .optiontoggle__display--radio::after {
    color: rgba(109, 116, 123, 0.1);
    position: absolute;
    bottom: -.2em;
    right: -.2em;
    font-size: 3em !important; }

.optiontoggle__display--check::after {
  content: ""; }

.optiontoggle__display--radio::after {
  content: ""; }

.ortoggle__selector--hide {
  display: none; }

.ortoggle__selector:checked ~ .ortoggle__primary:not(.ortoggle__primary--nohide) {
  display: none; }

.ortoggle__secondary:not(.ortoggle__secondary--nohide) {
  display: none; }

.ortoggle__selector:checked ~ .ortoggle__secondary {
  display: initial; }

.util--invisible, .modal .modal__close .link {
  position: absolute !important;
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem); }

.util--hide {
  display: none; }

@media screen and (max-width: 26rem) {
  .util--hidetiny {
    display: none !important; } }

@media screen and (min-width: 26rem) and (max-width: 32rem) {
  .util--hidesmall {
    display: none !important; } }

@media screen and (max-width: 32rem) {
  .util--hidesmalldown {
    display: none !important; } }

@media screen and (min-width: 26rem) {
  .util--hidesmallup {
    display: none !important; } }

@media screen and (min-width: 32rem) and (max-width: 50rem) {
  .util--hidemedium {
    display: none !important; } }

@media screen and (max-width: 50rem) {
  .util--hidemediumdown {
    display: none !important; } }

@media screen and (min-width: 32rem) {
  .util--hidemediumup {
    display: none !important; } }

@media screen and (min-width: 50rem) and (max-width: 64rem) {
  .util--hidelarge {
    display: none !important; } }

@media screen and (max-width: 64rem) {
  .util--hidelargedown {
    display: none !important; } }

@media screen and (min-width: 50rem) {
  .util--hidelargeup {
    display: none !important; } }

@media screen and (min-width: 64rem) {
  .util--hidexlarge {
    display: none !important; } }

.quotestrip {
  background-color: #F1FAFF; }

.quotestrip__item {
  margin: 0.75rem 0;
  display: inline-block;
  font-size: 1rem; }

.quotestrip__layout {
  max-width: 65.625rem;
  margin: 0 auto; }

.quotestrip__coupon {
  width: 12.29rem; }

.quotestrip__toggle {
  margin-right: 0.7143rem;
  margin-top: 0.7143rem; }

.quotestrip__summary {
  width: 28.57rem; }
  .quotestrip__summary .quote__btn {
    margin-right: 0.7143rem; }
  .quotestrip__summary .quote__coupon {
    display: none; }
  .quotestrip__summary .optiontoggle__selector:checked ~ .optiontoggle__display.quote__display,
  .quotestrip__summary .optiontoggle__display.quote__display {
    width: 7.857rem;
    padding: 0.5rem 0;
    font-size: 0.7143rem; }
    .quotestrip__summary .optiontoggle__selector:checked ~ .optiontoggle__display.quote__display .quote__display--emphasis,
    .quotestrip__summary .optiontoggle__display.quote__display .quote__display--emphasis {
      font-size: 1.2rem; }
  .quotestrip__summary.loading .quote__btn {
    position: relative; }
    .quotestrip__summary.loading .quote__btn:before {
      text-align: center;
      content: "***";
      font-size: 0.8rem;
      position: absolute;
      top: 48%;
      left: 16%;
      width: 10rem;
      height: 3.2rem;
      margin: -1em 0 0 -.75em;
      background: rgba(255, 255, 255, 0.7);
      -webkit-box-shadow: 0rem 0rem 0.625rem 0.625rem rgba(255, 255, 255, 0.7);
              box-shadow: 0rem 0rem 0.625rem 0.625rem rgba(255, 255, 255, 0.7);
      z-index: 101; }

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 18.75rem) and (max-device-width: 47.5rem) {
  .quotestrip__item {
    display: none; }
  .quotestrip__toggle {
    margin-bottom: 0.7143rem; }
  .quotestrip__summary {
    width: 100%; }
    .quotestrip__summary .quote__btn--grouping {
      width: 100%; }
    .quotestrip__summary .quote__links--grouping {
      width: 100%;
      display: block; } }

.register {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  width: calc(100% - 2rem); }

.register__section {
  text-align: center; }
  .register__section .heading {
    margin: 3rem auto 2rem; }
  .register__section .btn {
    margin-bottom: 1rem; }
  .register__section .register__field {
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem; }
  .register__section .register__actions {
    margin-top: 2rem; }
    @media screen and (max-width: 32rem) {
      .register__section .register__actions {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
           -moz-box-orient: vertical;
           -moz-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }

.register__section--social .btn {
  max-width: 14.75rem;
  margin-left: auto;
  margin-right: auto; }

.register {
  /*display: flex;
    flex-direction:column;
    margin: 25px 0;*/ }

/*
.register--bg--mountain{
    background-image: url("../img/mountain-bg.png");
    background-position: center bottom;
    background-repeat: repeat-x;
}

.register--bg--covered{
    background-image: url("../img/mountain-bg.png");
}

.register__header, legend.register__header {
    text-align: center;
    margin-bottom: 2.857rem!important;
}

.register__item {
    margin: 0;
    display: flex;
    justify-content: center;
    text-align: center;
}

// rows
.register__row--spacing--normal{
    display: flex;
    justify-content: center;
    margin: 0 0.7143rem 3.857rem 0.7143rem; // 0 10px 54px 10px
}

.register__row--spacing--none{
    display: flex;
    justify-content: center;
    margin: 0; // 0 10px 30px 10px
}

.register__row--spacing--multiple{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0.7143rem 0 3.857rem 0.7143rem; // 0 10px 54px 10px
}

.register__row--spacing--btns{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 0 3.857rem 0; // 0 10px 54px 10px
}

.register__row--spacing--small{
    display: flex;
    justify-content: center;
    margin: 0 0.7143rem 2.143rem 0.7143rem; // 0 10px 30px 10px
}

// Fields
.register__field--width{

    font-weight: normal;
    max-width: 580px;

}

.register__field--width--small{
    font-weight: normal;
    margin-right: 10px;
}

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

// Button
.register__btn--size{
    width: 17.86rem;
    height: 3.214rem;
    line-height: 3.214rem;
}

.register__btn--spacing--single{
    display: flex;
    justify-content: center;
    margin: 0 0 3.857rem 0;
}

.register__btn--spacing--multiple{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 0 3.857rem 0;
}

.register__list{
    list-style-type: none;
    padding-left: 0;
    margin-top: 40px;
    margin-bottom: 0.7143rem;
    .register__list--item{
        margin-bottom: 20px;
    }
}

.register__social{
    width: $register__social--width;
    height: $register__social--height;
    font-size: $register__social--font--size;
    font-weight: normal;

    .register__social--height{
        line-height: $register__social--line--height;
        padding-top:  0.7143rem;
        padding-bottom:  0.7143rem;
    }
    .register__social--aligin--left{
        text-align: left;
        padding-left: 2.143rem;
    }
}

.register_checkbox--size--medium{
    height: 20px;
    width: 20px;
    display: inline-block;
}

@media screen and (min-width: $screen--break--width) {

    .register{
        width: 42.86rem; // 600px
    }

    .register__field--width--small{
        width: 260px;
    }

    .register__select--width{
        width: 280px; // 300
    }

}


/* Smartphones (portrait and landscape) ----------- * /
@media only screen and (min-device-width : $mob__device--width--min) and (max-device-width : $mob__device--width--max) {

    .register{
        margin: 0 10px;
    }

    .register__select--width{
        width: 90%;
    }

    .register__header, legend.register__header {
        margin-left: 10px;
        margin-right: 10px;
    }

    .register__btn--size{
        width: 21.43rem; // 300
    }

    .register__row--spacing--btns{
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        margin: 0 0 0 0.7143rem; // 0 10px 54px 10px
    }

    .register__field--width{
        width: 21.43rem; // 300
    }
}
*/
.quote:not(.quote--collapsed) {
  padding-top: 2rem;
  background-image: url("../images/mountain-bg.png");
  background-repeat: repeat-x; }
  @media screen and (max-width: 32rem) {
    .quote:not(.quote--collapsed) {
      background-position: center 10rem; } }
  @media screen and (min-width: 32rem) {
    .quote:not(.quote--collapsed) {
      background-position: center bottom; } }
  @media screen and (min-width: 32rem) {
    .quote:not(.quote--collapsed) .quote__container {
      max-width: 75rem;
      margin-left: auto;
      margin-right: auto;
      width: 90%;
      width: calc(100% - 2rem);
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      .quote:not(.quote--collapsed) .quote__container .quote__values {
        -ms-flex-preferred-size: calc( ( ( (100% - (0rem * 2)) / 5 ) * 2 ) - (2.714rem / 5));
            flex-basis: calc( ( ( (100% - (0rem * 2)) / 5 ) * 2 ) - (2.714rem / 5)); }
      .quote:not(.quote--collapsed) .quote__container .quote__summary {
        -ms-flex-preferred-size: calc( ( ( (100% - (0rem * 2)) / 5 ) * 3 ) - (2.714rem / 5));
            flex-basis: calc( ( ( (100% - (0rem * 2)) / 5 ) * 3 ) - (2.714rem / 5)); } }
  .quote:not(.quote--collapsed) .quote__values .quote__label.quote__label--compact {
    display: none; }
  .quote:not(.quote--collapsed) .quote__values .quote__value {
    margin-bottom: 1rem; }
    .quote:not(.quote--collapsed) .quote__values .quote__value .field, .quote:not(.quote--collapsed) .quote__values .quote__value .field .field__item {
      text-align: center; }
  @media screen and (max-width: 32rem) {
    .quote:not(.quote--collapsed) .quote__values {
      padding: 0 1rem 2rem; }
      .quote:not(.quote--collapsed) .quote__values .label--composite {
        border: none; } }
  @media screen and (min-width: 32rem) {
    .quote:not(.quote--collapsed) .quote__values {
      margin-right: 2.714rem;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media screen and (max-width: 32rem) {
    .quote:not(.quote--collapsed) .quote__divider {
      border-bottom: 0.125rem solid #f2f2f2;
      padding: 0 1rem; } }
  @media screen and (min-width: 32rem) {
    .quote:not(.quote--collapsed) .quote__divider {
      border-right: 0.125rem solid #f2f2f2; } }
  @media screen and (max-width: 32rem) {
    .quote:not(.quote--collapsed) .quote__summary {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
         -moz-box-orient: vertical;
         -moz-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  @media screen and (min-width: 32rem) {
    .quote:not(.quote--collapsed) .quote__summary {
      -webkit-box-pack: between;
         -moz-box-pack: between;
          -ms-flex-pack: between;
              justify-content: between; } }
  .quote:not(.quote--collapsed) .quote__optionalsection .quote__optionaltoggleselector {
    display: none; }
  @media screen and (max-width: 32rem) {
    .quote:not(.quote--collapsed) .quote__optionalsection .quote__optionaltoggleprimary {
      display: block;
      padding: 1rem;
      background-color: #E9F3F3;
      color: #08648E;
      text-align: center;
      border-top: 0.0625rem solid #79C0DF; }
      .quote:not(.quote--collapsed) .quote__optionalsection .quote__optionaltoggleprimary .link {
        text-decoration: none;
        color: #08648E; }
    .quote:not(.quote--collapsed) .quote__optionalsection .quote__optionaltoggleselector ~ .quote__optionaltogglesecondary {
      display: none; }
    .quote:not(.quote--collapsed) .quote__optionalsection .quote__optionaltoggleselector:checked ~ .quote__optionaltogglesecondary {
      display: block;
      background-color: white;
      padding: 1rem; } }
  @media screen and (min-width: 32rem) {
    .quote:not(.quote--collapsed) .quote__optionalsection .quote__optionaltoggleprimary:not(.quote__optionaltoggleprimary--nohide) {
      display: none; } }
  @media screen and (min-width: 32rem) {
    .quote:not(.quote--collapsed) .quote__cover {
      margin-left: 2.714rem; } }
  @media screen and (min-width: 32rem) {
    .quote:not(.quote--collapsed) .quote__cover .ticklist {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .quote:not(.quote--collapsed) .quote__cover .ticklist .ticklist__item {
        -ms-flex-preferred-size: calc( ( ( (100% - (0rem * 2)) / 2 ) * 1 ) - (1rem / 2));
            flex-basis: calc( ( ( (100% - (0rem * 2)) / 2 ) * 1 ) - (1rem / 2)); } }
  .quote:not(.quote--collapsed) .quote__cover .ticklist__item {
    display: block;
    color: #0088B3; }
    .quote:not(.quote--collapsed) .quote__cover .ticklist__item .ticklist__text {
      color: #6d747b; }
  .quote:not(.quote--collapsed) .quote__pricing {
    position: relative; }
    @media screen and (max-width: 32rem) {
      .quote:not(.quote--collapsed) .quote__pricing:after, .quote:not(.quote--collapsed) .quote__pricing:before {
        border: solid transparent;
        content: " ";
        height: 0;
        left: 50%;
        position: absolute;
        top: -0.125rem;
        width: 0; }
      .quote:not(.quote--collapsed) .quote__pricing:after {
        border-top-color: #fff;
        border-width: 0.875rem;
        margin-left: -0.875rem; }
      .quote:not(.quote--collapsed) .quote__pricing:before {
        border-top-color: #f2f2f2;
        border-width: 1rem;
        margin-left: -1rem; }
      .quote:not(.quote--collapsed) .quote__pricing .heading {
        text-align: center;
        padding-top: 1rem; } }
    @media screen and (min-width: 32rem) {
      .quote:not(.quote--collapsed) .quote__pricing {
        padding-left: 2.714rem; }
        .quote:not(.quote--collapsed) .quote__pricing:after, .quote:not(.quote--collapsed) .quote__pricing:before {
          left: -0.125rem;
          top: 60%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute; }
        .quote:not(.quote--collapsed) .quote__pricing:after {
          border-left-color: #FFF;
          border-width: 0.875rem;
          margin-top: -0.875rem; }
        .quote:not(.quote--collapsed) .quote__pricing:before {
          border-left-color: #f2f2f2;
          border-width: 1rem;
          margin-top: -1rem; } }
  .quote:not(.quote--collapsed) .quote__pricingoptions .heading {
    text-align: center; }
  @media screen and (min-width: 32rem) {
    .quote:not(.quote--collapsed) .quote__pricingoptions {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .quote:not(.quote--collapsed) .quote__pricingoptions .quote__premiums {
        -ms-flex-preferred-size: calc( ( ( (100% - (0rem * 2)) / 2 ) * 1 ) - (1rem / 2));
            flex-basis: calc( ( ( (100% - (0rem * 2)) / 2 ) * 1 ) - (1rem / 2)); }
      .quote:not(.quote--collapsed) .quote__pricingoptions .quote__coupon {
        -ms-flex-preferred-size: calc( ( ( (100% - (0rem * 2)) / 2 ) * 1 ) - (1rem / 2));
            flex-basis: calc( ( ( (100% - (0rem * 2)) / 2 ) * 1 ) - (1rem / 2));
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .quote:not(.quote--collapsed) .quote__premiums .wrapper {
    width: 100%; }
    @media screen and (max-width: 32rem) {
      .quote:not(.quote--collapsed) .quote__premiums .wrapper {
        margin: 0 1rem 2rem; } }
    .quote:not(.quote--collapsed) .quote__premiums .wrapper .optiontoggle .optiontoggle__display {
      display: block;
      padding: 1.5rem 1rem; }
    .quote:not(.quote--collapsed) .quote__premiums .wrapper .quote__premium {
      -webkit-box-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .quote:not(.quote--collapsed) .quote__premiums .wrapper .quote__term {
      display: block;
      line-height: 1.2rem; }
  .quote:not(.quote--collapsed) .quote__coupon {
    /*.ortoggle__primary {
                @media screen and (max-width: $media__width--medium) {
                    display: block;
                    border-top: 1px solid $palette__swatch--icons;
                }
                @media screen and (min-width: $media__width--medium) {
                    border: 1px solid $palette__swatch--icons;
                }
                padding: 1rem;
                background-color: $palette__faqcolor--hover;
                color: $palette__swatch--progress;
                text-align: center;
                .link {
                    text-decoration: none;
                    color: $palette__swatch--progress;
                }
            }
            .ortoggle__secondary .layout.layout--column {
                > div {
                    width: 100%
                }
                > .btn {
                    margin-left: 0;
                    margin-right: 0;
                    width: 100%;
                }
            }
            .quote__couponmessage {
                text-align: center;
            }*/ }
    @media screen and (min-width: 32rem) {
      .quote:not(.quote--collapsed) .quote__coupon {
        margin: .5rem 0; } }
    .quote:not(.quote--collapsed) .quote__coupon .coupon__prompt {
      padding: 1rem;
      background-color: #E9F3F3;
      color: #08648E;
      text-align: center; }
      @media screen and (max-width: 32rem) {
        .quote:not(.quote--collapsed) .quote__coupon .coupon__prompt {
          display: block;
          border-top: 0.0625rem solid #79C0DF; } }
      @media screen and (min-width: 32rem) {
        .quote:not(.quote--collapsed) .quote__coupon .coupon__prompt {
          border: 0.0625rem solid #79C0DF; } }
      .quote:not(.quote--collapsed) .quote__coupon .coupon__prompt .link {
        text-decoration: none;
        color: #08648E; }
  @media screen and (min-width: 32rem) {
    .quote:not(.quote--collapsed) .quote__date {
      padding: 1rem 2.714rem 0 0;
      min-height: 4rem;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .quote:not(.quote--collapsed) .quote__date .quote__optionaltogglesecondary {
        -ms-flex-preferred-size: calc( ( ( (100% - (0rem * 2)) / 5 ) * 3 ) - (0rem / 5));
            flex-basis: calc( ( ( (100% - (0rem * 2)) / 5 ) * 3 ) - (0rem / 5)); } }

.quote.quote--collapsed {
  background-color: #F1FAFF; }
  .quote.quote--collapsed .quote__coupon, .quote.quote--collapsed .quote__date, .quote.quote--collapsed .quote__cover, .quote.quote--collapsed .quote__pricing .heading,
  .quote.quote--collapsed .quote__pricing:before, .quote.quote--collapsed .quote__pricing:after, .quote.quote--collapsed .errors, .quote.quote--collapsed .quote__label.quote__label--full {
    display: none; }
  @media screen and (max-width: 32rem) {
    .quote.quote--collapsed {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .quote.quote--collapsed .quote__divider, .quote.quote--collapsed .quote__values {
        display: none; }
      .quote.quote--collapsed .quote__premiums {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around; } }
  @media screen and (min-width: 32rem) {
    .quote.quote--collapsed .quote__divider {
      border-right: 0.125rem solid #f2f2f2;
      -webkit-box-flex: 0;
         -moz-box-flex: 0;
          -ms-flex: 0;
              flex: 0;
      margin: 0 1rem; }
    .quote.quote--collapsed .quote__container {
      max-width: 75rem;
      margin-left: auto;
      margin-right: auto;
      width: 90%;
      width: calc(100% - 2rem);
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .quote.quote--collapsed .quote__values {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .quote.quote--collapsed .quote__values .label--composite {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
           -moz-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
        border: none; }
        .quote.quote--collapsed .quote__values .label--composite input {
          text-align: center; }
    .quote.quote--collapsed .quote__premium {
      -webkit-box-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1; } }

.nonadvisory p {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  width: calc(100% - 2rem);
  text-align: center; }

.nonadvisory .copy--info {
  text-align: justify; }

/*
.quote {
    margin: 4.286rem auto 0 auto; // 60px
    background-image: url("../img/mountain-bg.png");
    background-position: center bottom;
    background-repeat: repeat-x;
}

.quote__summary{

}

.quote--border--bottom{
    border-bottom: 1px solid $palette__blue--3;
    margin-bottom: 1.429rem; // 20px
    line-height: 4.643rem; // 65px
}

.quote__column--left{
    flex-basis: 35.5%;
}

.quote__column--right{
    flex-basis: 64.5%;

}
.quote__btn{
    margin-right: 25px;
}

.quote__pointer {
    position: relative;
    border:0;
    border-left: $palette__dividercolor--grey 2px solid;
    width: 0;

    padding: 0;

    padding-left: $quote__seperator--spacing;
    margin-left: $quote__seperator--spacing;
    background-color: none;
    &:after, &:before {
        left: -2px;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
    &:after {
        border-left-color: $palette__white--1;
        border-width: 14px;
        margin-top: -14px;
    }
    &:before {
        border-left-color: $palette__dividercolor--grey;
        border-width: 16px;
        margin-top: -16px;
    }
}

.quote__seperator{
    padding-left: $quote__seperator--spacing;
    padding-bottom: 1px;
    margin: 10px 0 0 $quote__seperator--spacing;
    border-left: $palette__dividercolor--grey 2px solid;


    &.quote__seperator--border--none{
        border-color: transparent;
        margin-top: 2.143rem;
        margin-bottom: 40px;
    }
}

.quote__header--margin--none{
    padding: 0;
    margin: 0;
    line-height: 1rem;
}

.quote__header--topmargin--none{
    padding: 0;
    margin: 0 0 10px 0;
}



.quote__list{
    color: $palette__blue--4;
    font-size: 1rem;
    margin-bottom: 25px;

    .quote__list--colour--grey{
        color: $font__color;
    }
}


.quote__field--font--size{
    font-size: 2rem;
}

.quote__field--case--upper{
    text-transform: uppercase;
}


.optiontoggle__selector:checked ~ .optiontoggle__display,
.optiontoggle__display{
    &.quote__display{
        width: 12rem;
        padding:1rem 0;
        line-height: normal;
        height: auto;
        font-weight: normal;

        .quote__display--emphasis{
            display:block;
            font-size: 1.6rem;
            font-weight: bold;
        }
    }
}

.quote__container{
     display: flex;

    @media screen and (min-width: $screen--break--width) {
        max-width: $screen--break--width;
        margin: 0 auto;
    }

    .quote__column--left {
        flex-basis: 35.5%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;


    }
    .quote__column--right{
        flex-basis: 64.5%;
    }
}

.quote__price--row{
    display: flex;
    flex-direction: row;
}

.quote__btn--grouping, .quote__links--grouping{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.quote__text--icon--cone{
    background: no-repeat left center;
    background-image: url('../images/icons/icon-cone.svg');
    background-size: 20px 23px;
    padding-left: 32px;
}

// Smartphones (portrait and landscape) -----------
@media only screen and (min-device-width : $mob__device--width--min) and (max-device-width : $mob__device--width--max) {

    .quote{
        background: transparent;
    }

    .quote__container {
        display: block;
        margin: 10px;

        .quote__column--left{
            width: 100%;
        }

        .quote__column--right{
            width: 100%;
        }
        &.quote__date{
            display: block;
            .quote__column--right{
                flex-basis: 100%;
            }
            .quote__seperator{
                display: block;

                border-color: transparent;

                margin: 0;
                &.quote__seperator--border--none{
                    padding-left: 0;
                    margin-left: 0;

                }
            }
        }
    }

    .quote__row{
        margin-bottom: 1.2rem;
    }

    .quote {
        margin-top: 0;
    }

    .quote__pointer{
        display: none;
        &:after, &:before {
            display: none;
            border: none;
        }
    }
    .quote__seperator{
        .quote__list {
            display: none;
        }
        .quote__header--margin--none{
            display: none;
        }
    }

    .quote__pointer--mobile {

        position: relative;
        border:0;
        border-top: $palette__dividercolor--grey 2px solid;
        width: 0;
        padding: 0 0 10px 0;
        width: 100%;
        background-color: transparent;
        margin-left: 0;
        &:after, &:before {
            top: -2px;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }
        &:after {
            border-top-color: #fff;
            border-width: 14px;
            margin-left: -14px;
        }
        &:before {
            border-top-color: $palette__dividercolor--grey;
            border-width: 16px;
            margin-left: -16px;
        }
    }

    .quote__header--topmargin--none{
        margin-top: 20px;
        margin-bottom: 2px;
        text-align: center;
    }

    .quote__price--row{
        display: block;
    }

    .optiontoggle__selector:checked ~ .optiontoggle__display,
    .optiontoggle__display{
        &.quote__display{
            width: 12rem;
            display: inline-block;
            /*
            .quote__display--emphasis{
                display:block;
                font-size: 1.6rem;
                font-weight: bold;
            }
            * /
        }
    }

    .quote__btn{
        margin-right: 0;
    }

    .quote__btn--grouping{
        justify-content: space-around;
    }
    .quote__links--grouping{
        display: block;
    }

    .quote--border--bottom{
        border-bottom: 1px solid $palette__blue--3;
        margin-bottom: 1rem;
        line-height: 1.7rem;
        padding: 10px 30px;
    }

    .quote .label--composite{
        border-bottom: none;
    }

    .quote__price--row{
        display: block;
    }

    .quote__coupon{
        margin-top: 10px;
        width: 100%;
        display: block;
        clear: both;
        background-color: $palette__dividercolor--grey;
        padding: 0.5rem;
    }

}



.quote__footer {
    p {
        margin-left: auto;
        margin-right: auto;
        max-width: 500px;
        min-height: 3rem;
        text-align: center;
        &.copy--info {
            text-align: justify;
        }
    }
}
*/
fieldset.coupon {
  border: none; }

.coupon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 1.5625rem 0;
  width: 18.75rem; }

.coupon__header, legend.coupon__header {
  text-align: center;
  margin-bottom: 0 !important;
  color: #4892B9; }

.coupon__field {
  font-weight: normal;
  width: 100%;
  text-transform: uppercase; }

.coupon__text--state--error {
  color: #E84C3D;
  font-size: 0.9rem;
  text-align: center; }

.coupon__text--state--normal {
  text-align: left; }

.coupon__btn--close {
  color: #000;
  background: url("../images/icons/icon-cross.svg") center center no-repeat;
  padding: 0.9375rem;
  margin: 0 0.625rem; }

.is_password:not(.is_password--active) .shows_password {
  display: none; }

.is_password .is_password--active ~ .is_password {
  display: none; }

.eligibility-criteria {
  display: none; }
  .eligibility-criteria.visible {
    display: block; }

.theme__invert :not(.theme__invert--disabled) {
  color: #fff; }
  .theme__invert :not(.theme__invert--disabled).card {
    background-color: rgba(0, 0, 0, 0.95); }
  .theme__invert :not(.theme__invert--disabled).btn {
    background-color: rgba(3, 80, 116, 0.2);
    -webkit-box-shadow: inset 0 0 0 0.125rem #EBF4F5;
            box-shadow: inset 0 0 0 0.125rem #EBF4F5; }
    .theme__invert :not(.theme__invert--disabled).btn, .theme__invert :not(.theme__invert--disabled).btn .btn__item {
      color: #fff; }
    .theme__invert :not(.theme__invert--disabled).btn:hover {
      -webkit-box-shadow: none;
              box-shadow: none; }
  .theme__invert :not(.theme__invert--disabled).btn--cta, .theme__invert .optiontoggle__display--active:not(.theme__invert--disabled), .theme__invert
  .optiontoggle__selector:checked ~ .optiontoggle__display:not(.theme__invert--disabled) {
    background-color: #fff; }
    .theme__invert :not(.theme__invert--disabled).btn--cta, .theme__invert .optiontoggle__display--active:not(.theme__invert--disabled), .theme__invert
    .optiontoggle__selector:checked ~ .optiontoggle__display:not(.theme__invert--disabled), .theme__invert :not(.theme__invert--disabled).btn--cta .btn__item, .theme__invert .optiontoggle__display--active:not(.theme__invert--disabled) .btn__item, .theme__invert
    .optiontoggle__selector:checked ~ .optiontoggle__display:not(.theme__invert--disabled) .btn__item {
      color: #FC9315; }
  .theme__invert :not(.theme__invert--disabled).stars__item:before {
    color: #fff; }

.theme__invert .theme__invert--disabled:not(.btn) {
  color: #6d747b; }
  .theme__invert .theme__invert--disabled:not(.btn) .btn {
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 0 0 0.125rem #035074;
            box-shadow: inset 0 0 0 0.125rem #035074; }
    .theme__invert .theme__invert--disabled:not(.btn) .btn, .theme__invert .theme__invert--disabled:not(.btn) .btn .btn__item {
      color: #035074; }
    .theme__invert .theme__invert--disabled:not(.btn) .btn:hover {
      -webkit-box-shadow: none;
              box-shadow: none; }
  .theme__invert .theme__invert--disabled:not(.btn) .btn--cta, .theme__invert .theme__invert--disabled:not(.btn) .optiontoggle__display--active, .theme__invert .theme__invert--disabled:not(.btn)
  .optiontoggle__selector:checked ~ .optiontoggle__display {
    background-color: #FC9315; }
    .theme__invert .theme__invert--disabled:not(.btn) .btn--cta, .theme__invert .theme__invert--disabled:not(.btn) .optiontoggle__display--active, .theme__invert .theme__invert--disabled:not(.btn)
    .optiontoggle__selector:checked ~ .optiontoggle__display, .theme__invert .theme__invert--disabled:not(.btn) .btn--cta .btn__item, .theme__invert .theme__invert--disabled:not(.btn) .optiontoggle__display--active .btn__item, .theme__invert .theme__invert--disabled:not(.btn)
    .optiontoggle__selector:checked ~ .optiontoggle__display .btn__item {
      color: #fff; }
