/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * 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.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px 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 styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * 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
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * 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 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  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.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -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;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * 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: 1px solid #c0c0c0;
  margin: 0 2px;
  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;
}
@font-face {
  font-family: 'webflow-icons';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('woff');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  font-family: 'webflow-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
}
.w-clearfix:after {
  clear: both;
}
.w-preserve-3d {
  transform-style: preserve-3d;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
a:focus {
  outline: 0;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-image: -webkit-linear-gradient(white 0%, #f3f3f3 100%);
  background-image: linear-gradient(white 0%, #f3f3f3 100%);
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-checkbox,
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-checkbox:before,
.w-radio:before,
.w-checkbox:after,
.w-radio:after {
  content: " ";
  display: table;
}
.w-checkbox:after,
.w-radio:after {
  clear: both;
}
.w-checkbox-input,
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  width: 90% !important;
  height: auto !important;
  top: 7px !important;
  left: 6% !important;
  display: inline;
  text-align: center;
  overflow: hidden;
}
.w-widget-map .gm-style-iw + div {
  display: none;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
  margin-left: 7px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-widget-gplus {
  overflow: hidden;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  /*color: #0082f3;*/
}
.w-nav[data-collapse="all"] .w-dropdown,
.w-nav[data-collapse="all"] .w-dropdown-toggle {
  display: block;
}
.w-nav[data-collapse="all"] .w-dropdown-list {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-dropdown,
  .w-nav[data-collapse="medium"] .w-dropdown-toggle {
    display: block;
  }
  .w-nav[data-collapse="medium"] .w-dropdown-list {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-dropdown,
  .w-nav[data-collapse="small"] .w-dropdown-toggle {
    display: block;
  }
  .w-nav[data-collapse="small"] .w-dropdown-list {
    position: static;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-dropdown,
  .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
    display: block;
  }
  .w-nav[data-collapse="tiny"] .w-dropdown-list {
    position: static;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: .3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5;
  }
  .w-lightbox-close {
    opacity: .8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
}
.w-richtext:after {
  clear: both;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure[data-rt-type="video"] > div:before {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before,
.w-richtext figure img {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  /*color: #0082f3;*/
}
.w-nav-menu {
  position: relative;
  float: right;
}
.w--nav-menu-open {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay .w--nav-menu-open {
  top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] .w--nav-menu-open {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] .w--nav-menu-open {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  /*background-color: #C8C8C8;*/
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-condition-invisible {
  display: none !important;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

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

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

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

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

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

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

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

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

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

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

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

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }
/*!
 *  Font Awesome 4.7.0 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(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot);
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix) format('embedded-opentype'), url(/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2) format('woff2'), url(/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff) format('woff'), url(/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf) format('truetype'), url(/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/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.33333333em;
  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 {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  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);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-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);
  -ms-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 {
  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: #ffffff;
}
/* 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: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}
/* line 1, app/assets/stylesheets/vl-jobb.webflow.scss */
body {
  padding-bottom: 20px;
  background-color: #343434;
  font-family: 'Brevenews book', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}

/* line 10, app/assets/stylesheets/vl-jobb.webflow.scss */
h1 {
  margin-top: 25px;
  margin-bottom: 20px;
  font-family: 'Brandon light', sans-serif;
  font-size: 60px;
  line-height: 53px;
  font-weight: 400;
}

/* line 19, app/assets/stylesheets/vl-jobb.webflow.scss */
p {
  margin-bottom: 10px;
}

/* line 23, app/assets/stylesheets/vl-jobb.webflow.scss */
a {
  font-family: 'Brandon reg', sans-serif;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 31, app/assets/stylesheets/vl-jobb.webflow.scss */
.navbar {
  height: 64px;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

/* line 38, app/assets/stylesheets/vl-jobb.webflow.scss */
.navbar-logo {
  width: 200px;
  margin-top: 20px;
}

/* line 43, app/assets/stylesheets/vl-jobb.webflow.scss */
.navbar-link {
  padding-right: 12px;
  padding-left: 12px;
  font-family: 'Brandon med', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

/* line 53, app/assets/stylesheets/vl-jobb.webflow.scss */
.navbar-link.navbar-link-secondary {
  color: #92918f;
}

/* line 57, app/assets/stylesheets/vl-jobb.webflow.scss */
.navbar-link.navbar-link-secondary.navbar-link-secondary-story {
  color: #fff;
}

/* line 61, app/assets/stylesheets/vl-jobb.webflow.scss */
.header {
  padding-top: 70px;
  padding-bottom: 50px;
}

/* line 66, app/assets/stylesheets/vl-jobb.webflow.scss */
.header-logo {
  position: relative;
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}

/* line 74, app/assets/stylesheets/vl-jobb.webflow.scss */
.header-sublogo {
  position: relative;
  left: 50%;
  display: inline-block;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #fff;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  text-align: center;
}

/* line 87, app/assets/stylesheets/vl-jobb.webflow.scss */
.rounded-link-block {
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}

/* line 99, app/assets/stylesheets/vl-jobb.webflow.scss */
.rounded-link-block:hover {
  background-color: #fff;
  color: #343434;
}

/* line 104, app/assets/stylesheets/vl-jobb.webflow.scss */
.bold {
  font-family: 'Brandon blk', sans-serif;
}

/* line 108, app/assets/stylesheets/vl-jobb.webflow.scss */
.full-width {
  width: 100%;
}

/* line 112, app/assets/stylesheets/vl-jobb.webflow.scss */
.tag {
  display: inline-block;
  max-width: 100%;
  padding: 2px 4px;
  background-color: #fff;
  color: #6ea6da;
  font-size: 11px;
  line-height: 14px;
}

/* line 122, app/assets/stylesheets/vl-jobb.webflow.scss */
.tag.desktop-only {
  position: absolute;
  left: 15px;
  top: 0px;
  line-height: 11px;
}

/* line 129, app/assets/stylesheets/vl-jobb.webflow.scss */
.tag.mobile {
  display: none;
}

/* line 133, app/assets/stylesheets/vl-jobb.webflow.scss */
.tag.story-tag {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 11px;
  line-height: 14px;
}

/* line 141, app/assets/stylesheets/vl-jobb.webflow.scss */
.section-heading {
  font-family: 'Brandon blk', sans-serif;
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
  text-transform: uppercase;
}

/* line 149, app/assets/stylesheets/vl-jobb.webflow.scss */
.section-heading.story-section-heading {
  margin-top: 0px;
}

/* line 153, app/assets/stylesheets/vl-jobb.webflow.scss */
.section-heading.margin-top {
  margin-top: 120px;
}

/* line 157, app/assets/stylesheets/vl-jobb.webflow.scss */
.button {
  padding: 3px 15px;
  border: 1px solid #fff;
  border-radius: 15px;
  background-color: transparent;
  font-family: 'Brandon blk', sans-serif;
  font-size: 11px;
}

/* line 166, app/assets/stylesheets/vl-jobb.webflow.scss */
.button:hover {
  background-color: #fff;
  color: #343434;
}

/* line 171, app/assets/stylesheets/vl-jobb.webflow.scss */
.button.button-cta {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: none;
  border-radius: 2px;
  background-color: #6ea6da;
  font-size: 16px;
  line-height: 16px;
}

/* line 182, app/assets/stylesheets/vl-jobb.webflow.scss */
.button-seperator {
  display: inline-block;
  width: 10px;
  height: 10px;
}

/* line 188, app/assets/stylesheets/vl-jobb.webflow.scss */
.filter-nav {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-right: 30px;
  z-index: 10;
}

/* line 195, app/assets/stylesheets/vl-jobb.webflow.scss */
.filter-nav .filter-button {
  vertical-align: top;
  text-transform: uppercase;
  position: relative;
  background: #343434;
  text-align: center;
  color: #fff;
  width: 175px;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
}

/* line 211, app/assets/stylesheets/vl-jobb.webflow.scss */
.filter-nav .filter-button:focus {
  outline: 0;
}

/* line 214, app/assets/stylesheets/vl-jobb.webflow.scss */
.filter-nav .filter-button.show-dropdown .filter-dropdown {
  display: block;
}

/* line 219, app/assets/stylesheets/vl-jobb.webflow.scss */
.filter-nav .filter-button .filter-dropdown {
  position: relative;
  display: none;
  text-align: left;
  text-transform: none;
  font-size: 14px;
  font-family: 'Brandon reg', sans-serif;
}

/* line 227, app/assets/stylesheets/vl-jobb.webflow.scss */
.filter-nav .filter-button .filter-dropdown label.filter-label {
  font-weight: normal;
  margin-bottom: 0px;
}

/* line 231, app/assets/stylesheets/vl-jobb.webflow.scss */
.filter-nav .filter-button .filter-dropdown label.filter-label.hide {
  display: none;
}

/* line 236, app/assets/stylesheets/vl-jobb.webflow.scss */
.filter-nav .filter-button .filter-dropdown .filter-show-more {
  color: #6ea6da;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 8px;
}

/* line 243, app/assets/stylesheets/vl-jobb.webflow.scss */
.filter-nav .filter-button .filter-dropdown input[type="submit"] {
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 5px;
}

/* line 252, app/assets/stylesheets/vl-jobb.webflow.scss */
.visible-xs {
  display: none;
}

/* line 256, app/assets/stylesheets/vl-jobb.webflow.scss */
.filter-nav-wrapper {
  position: relative;
}

/* line 260, app/assets/stylesheets/vl-jobb.webflow.scss */
.section {
  padding-bottom: 20px;
}

/* line 264, app/assets/stylesheets/vl-jobb.webflow.scss */
.section.cta {
  text-align: center;
}

/* line 268, app/assets/stylesheets/vl-jobb.webflow.scss */
.job-card {
  overflow: hidden;
  position: relative;
  width: 90%;
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 7px 35px 7px 10px;
  border-radius: 2px;
  background-color: #fff;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/* line 285, app/assets/stylesheets/vl-jobb.webflow.scss */
.job-card.job-card-fullwidth {
  width: 100%;
}

/* line 289, app/assets/stylesheets/vl-jobb.webflow.scss */
.job-card-heading {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Brevetitle bold', sans-serif;
  font-weight: 100;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  text-transform: none;
}

/* line 300, app/assets/stylesheets/vl-jobb.webflow.scss */
.job-card-logo {
  height: 45px;
  margin-top: 0px;
  margin-bottom: 5px;
}

/* line 306, app/assets/stylesheets/vl-jobb.webflow.scss */
.job-card-description {
  color: #000;
  font-size: 12px;
  line-height: 15px;
}

/* line 312, app/assets/stylesheets/vl-jobb.webflow.scss */
.featured-story-heading {
  text-transform: none;
}

/* line 316, app/assets/stylesheets/vl-jobb.webflow.scss */
.featured-story-description {
  margin-bottom: 15px;
  font-family: 'Brevenews book', sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-transform: none;
}

/* line 324, app/assets/stylesheets/vl-jobb.webflow.scss */
.story-card {
  position: relative;
  width: 90%;
}

/* line 329, app/assets/stylesheets/vl-jobb.webflow.scss */
.story-heading {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 38px;
  line-height: 40px;
  text-transform: none;
}

/* line 337, app/assets/stylesheets/vl-jobb.webflow.scss */
.job-date-label {
  position: absolute;
  top: 4px;
  right: -5px;
  display: inline-block;
  padding: 2px 10px 2px 5px;
  background-color: #6ea6da;
  font-size: 10px;
  line-height: 10px;
}

/* line 348, app/assets/stylesheets/vl-jobb.webflow.scss */
.job-date-label.danger-label {
  background-color: #c6363f;
  text-transform: none;
}

/* line 353, app/assets/stylesheets/vl-jobb.webflow.scss */
.job-page {
  margin-top: 50px;
  margin-bottom: 60px;
}

/* line 358, app/assets/stylesheets/vl-jobb.webflow.scss */
.job-page-article {
  display: inline-block;
  width: 50%;
  margin-right: 7%;
  margin-left: 7%;
  float: left;
}

/* line 366, app/assets/stylesheets/vl-jobb.webflow.scss */
.page-heading {
  font-family: 'Brevetitle book', sans-serif;
  font-size: 45px;
  line-height: 45px;
  text-transform: none;
}

/* line 373, app/assets/stylesheets/vl-jobb.webflow.scss */
.job-page-intro {
  font-family: 'Brandon reg', sans-serif;
  color: #d2d2d1;
  font-size: 15px;
  line-height: 15px;
}

/* line 380, app/assets/stylesheets/vl-jobb.webflow.scss */
.job-page-intro-highlight {
  color: #bccfeb;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}

/* line 387, app/assets/stylesheets/vl-jobb.webflow.scss */
.job-page-description {
  margin-bottom: 5px;
  font-family: 'Brevenews semibold', sans-serif;
  line-height: 22px;
}

/* line 393, app/assets/stylesheets/vl-jobb.webflow.scss */
.job-page-body {
  font-size: 16px;
  line-height: 20px;
}

/* line 398, app/assets/stylesheets/vl-jobb.webflow.scss */
.job-page-body a {
  color: inherit;
  text-transform: none;
  text-decoration: underline;
  font-size: 16px;
  line-height: 20px;
  font-family: inherit;
}

/* line 406, app/assets/stylesheets/vl-jobb.webflow.scss */
.job-page-sidebar {
  display: inline-block;
  width: 35%;
  float: left;
  font-size: 14px;
  line-height: 15px;
}

/* line 414, app/assets/stylesheets/vl-jobb.webflow.scss */
.facts-card {
  display: inline-block;
  width: 75%;
  margin-top: 170px;
  margin-bottom: 15px;
}

/* line 421, app/assets/stylesheets/vl-jobb.webflow.scss */
.facts-header {
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #fff;
}

/* line 427, app/assets/stylesheets/vl-jobb.webflow.scss */
.facts-header-image {
  display: block;
  height: 45px;
  margin-right: auto;
  margin-left: auto;
}

/* line 434, app/assets/stylesheets/vl-jobb.webflow.scss */
.facts-button-cta {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 2px;
  background-color: #6ea6da;
  font-family: 'Brandon blk', sans-serif;
  font-size: 16px;
  text-align: center;
}

/* line 445, app/assets/stylesheets/vl-jobb.webflow.scss */
.facts-button-cta:hover {
  color: #343434;
}

/* line 449, app/assets/stylesheets/vl-jobb.webflow.scss */
.employer-card {
  width: 75%;
  margin-top: 15px;
}

/* line 454, app/assets/stylesheets/vl-jobb.webflow.scss */
.employer-card.no-margin-top {
  margin-top: 0px;
}

/* line 458, app/assets/stylesheets/vl-jobb.webflow.scss */
.employer-card.no-margin-top.full-width {
  width: 100%;
}

/* line 462, app/assets/stylesheets/vl-jobb.webflow.scss */
.employer-card.no-margin-top.full-width.border-top {
  border-top: 1px solid #fff;
}

/* line 466, app/assets/stylesheets/vl-jobb.webflow.scss */
.employer-card.no-margin-top.full-width.border-top.margin-bottom {
  margin-top: 15px;
  margin-bottom: 50px;
}

/* line 471, app/assets/stylesheets/vl-jobb.webflow.scss */
.employer-card.margin-top {
  margin-top: 90px;
}

/* line 475, app/assets/stylesheets/vl-jobb.webflow.scss */
.employer-map {
  width: 100%;
  border-bottom: 1px solid #fff;
}

/* line 480, app/assets/stylesheets/vl-jobb.webflow.scss */
.employer-row {
  padding: 5px 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  font-family: 'Brandon med', sans-serif;
  font-size: 14px;
  line-height: 14px;
}

/* line 490, app/assets/stylesheets/vl-jobb.webflow.scss */
.employer-row-link {
  font-family: 'Brandon med', sans-serif;
  color: #bccfeb;
  font-size: 14px;
  line-height: 14px;
  text-transform: none;
}

/* line 498, app/assets/stylesheets/vl-jobb.webflow.scss */
.table {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 0;
  width: 100%;
  margin-bottom: 15px;
}

/* line 506, app/assets/stylesheets/vl-jobb.webflow.scss */
.table tr {
  border-bottom: 1px solid #fff;
}

/* line 509, app/assets/stylesheets/vl-jobb.webflow.scss */
.table tr td {
  padding: 5px;
}

/* line 512, app/assets/stylesheets/vl-jobb.webflow.scss */
.table tr td.label {
  color: #c4c4c4;
  border-right: 1px solid #fff;
}

/* line 520, app/assets/stylesheets/vl-jobb.webflow.scss */
.button-share-icons {
  width: 32px;
  height: 32px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
}

/* line 532, app/assets/stylesheets/vl-jobb.webflow.scss */
.button-share-icons:hover {
  background-color: #fff;
  color: #343434;
}

/* line 537, app/assets/stylesheets/vl-jobb.webflow.scss */
.story-page {
  position: relative;
  top: 0px;
}

/* line 542, app/assets/stylesheets/vl-jobb.webflow.scss */
.story-hero {
  position: relative;
  top: -70px;
  width: 100%;
  height: 100vh;
}

/* line 549, app/assets/stylesheets/vl-jobb.webflow.scss */
.story-hero-background {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 10;
  opacity: 0.7;
}

/* line 558, app/assets/stylesheets/vl-jobb.webflow.scss */
.story-hero-fader {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 60vh;
  background-image: -webkit-linear-gradient(270deg, transparent, #343434);
  background-image: linear-gradient(180deg, transparent, #343434);
}

/* line 568, app/assets/stylesheets/vl-jobb.webflow.scss */
.story-container {
  position: relative;
}

/* line 572, app/assets/stylesheets/vl-jobb.webflow.scss */
.story-header-text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/* line 600, app/assets/stylesheets/vl-jobb.webflow.scss */
.story-title {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 50px;
}

/* line 607, app/assets/stylesheets/vl-jobb.webflow.scss */
.secondary-link {
  font-family: 'Brandon med', sans-serif;
  color: #bccfeb;
  font-size: 14px;
  line-height: 15px;
}

/* line 614, app/assets/stylesheets/vl-jobb.webflow.scss */
.secondary-link.smaller {
  font-size: 12px;
  line-height: 14px;
}

/* line 619, app/assets/stylesheets/vl-jobb.webflow.scss */
.secondary-link.downcase {
  text-transform: none;
}

/* line 623, app/assets/stylesheets/vl-jobb.webflow.scss */
.story-description {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 25px;
}

/* line 629, app/assets/stylesheets/vl-jobb.webflow.scss */
.story-body {
  display: block;
  width: 60%;
  margin-right: 7%;
  margin-left: 4%;
  float: left;
}

/* line 637, app/assets/stylesheets/vl-jobb.webflow.scss */
.story-sidebar {
  width: 28%;
  float: left;
}

/* line 642, app/assets/stylesheets/vl-jobb.webflow.scss */
.story-main-content {
  overflow: hidden;
  margin-top: -20px;
}

/* line 647, app/assets/stylesheets/vl-jobb.webflow.scss */
.story-body-image {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 653, app/assets/stylesheets/vl-jobb.webflow.scss */
.story-body-text {
  font-size: 16px;
  line-height: 22px;
}

/* line 658, app/assets/stylesheets/vl-jobb.webflow.scss */
.story-sidebar-text {
  font-family: 'Brandon reg', sans-serif;
  font-size: 14px;
  line-height: 15px;
}

/* line 664, app/assets/stylesheets/vl-jobb.webflow.scss */
.employer-body {
  width: 50%;
  margin-right: 7%;
  margin-bottom: 30px;
  margin-left: 7%;
  float: left;
}

/* line 672, app/assets/stylesheets/vl-jobb.webflow.scss */
.employer-sidebar {
  width: 35%;
  float: left;
}

/* line 677, app/assets/stylesheets/vl-jobb.webflow.scss */
.employer-page {
  overflow: hidden;
  margin-top: 50px;
}

/* line 682, app/assets/stylesheets/vl-jobb.webflow.scss */
.employer-card-header {
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #fff;
}

/* line 688, app/assets/stylesheets/vl-jobb.webflow.scss */
.employer-card-header-img {
  display: block;
  height: 45px;
  margin-right: auto;
  margin-left: auto;
}

/* line 695, app/assets/stylesheets/vl-jobb.webflow.scss */
.job-label {
  margin-right: 5px;
  padding: 0px 7px;
  background-color: #6ea6da;
  font-family: 'Brandon med', sans-serif;
  font-size: 12px;
  line-height: 12px;
}

/* line 704, app/assets/stylesheets/vl-jobb.webflow.scss */
.job-label.alert {
  background-color: #c6363f;
  font-family: 'Brandon reg', sans-serif;
  font-size: 12px;
}

/* line 710, app/assets/stylesheets/vl-jobb.webflow.scss */
.employer-job-card {
  margin-bottom: 15px;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/* line 730, app/assets/stylesheets/vl-jobb.webflow.scss */
.employer-job-card-text {
  margin-bottom: 20px;
  font-family: 'Brevenews book', sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-transform: none;
}

/* line 738, app/assets/stylesheets/vl-jobb.webflow.scss */
.employer-card-footer {
  margin-top: -1px;
  text-align: right;
}

/* line 743, app/assets/stylesheets/vl-jobb.webflow.scss */
.employer-card-footer-title {
  display: inline-block;
  margin-right: 10px;
  font-family: 'Brandon reg', sans-serif;
  font-size: 10px;
  line-height: 12px;
}

/* line 751, app/assets/stylesheets/vl-jobb.webflow.scss */
.employer-card-footer-button {
  display: inline-block;
  padding: 2px 7px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #bccfeb;
  text-transform: none;
}

/* line 760, app/assets/stylesheets/vl-jobb.webflow.scss */
.employer-card-footer-button:hover {
  background-color: #bccfeb;
  color: #343434;
}

/* line 765, app/assets/stylesheets/vl-jobb.webflow.scss */
.fa.fa-arrow-down.down-icon {
  font-size: 19px;
  line-height: 39px;
}

/* line 770, app/assets/stylesheets/vl-jobb.webflow.scss */
.fa.fa-plus.more-icon {
  font-size: 19px;
  line-height: 39px;
}

/* line 775, app/assets/stylesheets/vl-jobb.webflow.scss */
.icon-dropdown {
  position: relative;
  top: -1px;
  margin-left: 5px;
  font-family: Fontawesome, sans-serif;
  font-size: 18px;
  line-height: 15px;
  text-transform: none;
}

/* line 785, app/assets/stylesheets/vl-jobb.webflow.scss */
.site-footer {
  height: 100px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #fff;
  font-family: 'Brevetitle book', sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

@media (max-width: 991px) {
  /* line 799, app/assets/stylesheets/vl-jobb.webflow.scss */
  .navbar.front-navbar {
    border-bottom-style: none;
  }
  /* line 802, app/assets/stylesheets/vl-jobb.webflow.scss */
  .navbar.front-navbar .navbar-logo {
    display: none;
  }
  /* line 805, app/assets/stylesheets/vl-jobb.webflow.scss */
  .navbar-link {
    padding-top: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-family: 'Brandon blk', sans-serif;
    font-size: 14px;
    text-align: center;
  }
  /* line 813, app/assets/stylesheets/vl-jobb.webflow.scss */
  .header {
    margin-top: -64px;
  }
  /* line 816, app/assets/stylesheets/vl-jobb.webflow.scss */
  .navbar-menu-button {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
  }
  /* line 825, app/assets/stylesheets/vl-jobb.webflow.scss */
  .navbar-menu-button.w--open {
    background-color: transparent;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 200ms ease-out;
    transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  }
  /* line 835, app/assets/stylesheets/vl-jobb.webflow.scss */
  .navbar-menu {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #343434;
  }
  /* line 840, app/assets/stylesheets/vl-jobb.webflow.scss */
  .tag.desktop-only {
    left: 13px;
  }
  /* line 843, app/assets/stylesheets/vl-jobb.webflow.scss */
  .section-heading {
    font-size: 20px;
  }
  /* line 846, app/assets/stylesheets/vl-jobb.webflow.scss */
  .section-heading.hidden-mobile {
    line-height: 25px;
  }
  /* line 849, app/assets/stylesheets/vl-jobb.webflow.scss */
  .section-heading.story-section-heading {
    line-height: 22px;
  }
  /* line 852, app/assets/stylesheets/vl-jobb.webflow.scss */
  .filter-nav {
    margin-right: 23px;
  }
  /* line 855, app/assets/stylesheets/vl-jobb.webflow.scss */
  .job-card {
    width: 100%;
  }
  /* line 858, app/assets/stylesheets/vl-jobb.webflow.scss */
  .featured-story-heading {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 38px;
  }
  /* line 864, app/assets/stylesheets/vl-jobb.webflow.scss */
  .story-card {
    width: 100%;
  }
  /* line 867, app/assets/stylesheets/vl-jobb.webflow.scss */
  .story-heading {
    font-size: 25px;
    line-height: 28px;
  }
  /* line 871, app/assets/stylesheets/vl-jobb.webflow.scss */
  .page-heading {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 50px;
    line-height: 55px;
  }
  /* line 877, app/assets/stylesheets/vl-jobb.webflow.scss */
  .facts-card {
    width: 100%;
  }
  /* line 880, app/assets/stylesheets/vl-jobb.webflow.scss */
  .employer-card {
    width: 100%;
  }
  /* line 883, app/assets/stylesheets/vl-jobb.webflow.scss */
  .story-hero-fader {
    height: 60vh;
  }
  /* line 886, app/assets/stylesheets/vl-jobb.webflow.scss */
  .story-header-text {
    width: 75%;
  }
}

@media (max-width: 767px) {
  /* line 892, app/assets/stylesheets/vl-jobb.webflow.scss */
  .rounded-link-block.rounded-link-block-large {
    width: 60px;
    height: 60px;
  }
  /* line 896, app/assets/stylesheets/vl-jobb.webflow.scss */
  .tag.desktop-only {
    display: none;
  }
  /* line 899, app/assets/stylesheets/vl-jobb.webflow.scss */
  .tag.mobile {
    position: absolute;
    top: 1px;
    display: inline-block;
  }
  /* line 904, app/assets/stylesheets/vl-jobb.webflow.scss */
  .tag.story-tag {
    padding: 3px 5px;
    font-size: 16px;
    line-height: 20px;
  }
  /* line 909, app/assets/stylesheets/vl-jobb.webflow.scss */
  .section-heading {
    font-size: 22px;
    line-height: 28px;
  }
  /* line 913, app/assets/stylesheets/vl-jobb.webflow.scss */
  .section-heading.hidden-mobile {
    display: none;
  }
  /* line 916, app/assets/stylesheets/vl-jobb.webflow.scss */
  .section-heading.story-section-heading {
    margin-bottom: 10px;
  }
  /* line 919, app/assets/stylesheets/vl-jobb.webflow.scss */
  .section-heading.margin-top {
    margin-top: 50px;
  }
  /* line 922, app/assets/stylesheets/vl-jobb.webflow.scss */
  .button {
    padding: 7px 20px;
    font-size: 13px;
  }
  /* line 926, app/assets/stylesheets/vl-jobb.webflow.scss */
  .filter-nav {
    position: relative;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  /* line 931, app/assets/stylesheets/vl-jobb.webflow.scss */
  .section {
    margin-bottom: 50px;
  }
  /* line 934, app/assets/stylesheets/vl-jobb.webflow.scss */
  .section.min-padding {
    margin-right: 7px;
    margin-left: 7px;
  }
  /* line 938, app/assets/stylesheets/vl-jobb.webflow.scss */
  .section.cta {
    margin-top: 20px;
  }
  /* line 941, app/assets/stylesheets/vl-jobb.webflow.scss */
  .section.padding {
    margin-right: 15px;
    margin-left: 15px;
  }
  /* line 945, app/assets/stylesheets/vl-jobb.webflow.scss */
  .no-padding-mobile {
    padding-right: 0px;
    padding-left: 0px;
  }
  /* line 949, app/assets/stylesheets/vl-jobb.webflow.scss */
  .job-card {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
  }
  /* line 956, app/assets/stylesheets/vl-jobb.webflow.scss */
  .job-card-heading {
    font-size: 22px;
    line-height: 25px;
  }
  /* line 960, app/assets/stylesheets/vl-jobb.webflow.scss */
  .job-card-logo {
    height: 35px;
    margin-bottom: 5px;
  }
  /* line 964, app/assets/stylesheets/vl-jobb.webflow.scss */
  .job-card-description {
    font-size: 15px;
    line-height: 17px;
  }
  /* line 968, app/assets/stylesheets/vl-jobb.webflow.scss */
  .large {
    font-size: 20px;
    line-height: 27px;
  }
  /* line 972, app/assets/stylesheets/vl-jobb.webflow.scss */
  .featured-story-heading {
    margin-top: 10px;
  }
  /* line 975, app/assets/stylesheets/vl-jobb.webflow.scss */
  .featured-story-description {
    font-size: 12px;
    line-height: 14px;
  }
  /* line 979, app/assets/stylesheets/vl-jobb.webflow.scss */
  .story-card {
    margin-bottom: 30px;
  }
  /* line 982, app/assets/stylesheets/vl-jobb.webflow.scss */
  .col {
    padding-right: 0px;
    padding-left: 0px;
  }
  /* line 986, app/assets/stylesheets/vl-jobb.webflow.scss */
  .story-heading {
    font-size: 45px;
    line-height: 50px;
  }
  /* line 990, app/assets/stylesheets/vl-jobb.webflow.scss */
  .job-date-label {
    padding-right: 7px;
    font-size: 16px;
    line-height: 16px;
  }
  /* line 995, app/assets/stylesheets/vl-jobb.webflow.scss */
  .full-width-link {
    width: 100%;
  }
  /* line 998, app/assets/stylesheets/vl-jobb.webflow.scss */
  .job-page {
    margin-top: 30px;
  }
  /* line 1001, app/assets/stylesheets/vl-jobb.webflow.scss */
  .job-page-article {
    display: block;
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
  /* line 1007, app/assets/stylesheets/vl-jobb.webflow.scss */
  .page-heading {
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 45px;
    line-height: 50px;
  }
  /* line 1013, app/assets/stylesheets/vl-jobb.webflow.scss */
  .job-page-sidebar {
    display: block;
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
  /* line 1019, app/assets/stylesheets/vl-jobb.webflow.scss */
  .facts-card {
    margin-top: 50px;
  }
  /* line 1022, app/assets/stylesheets/vl-jobb.webflow.scss */
  .employer-card {
    margin-bottom: 50px;
  }
  /* line 1025, app/assets/stylesheets/vl-jobb.webflow.scss */
  .story-page {
    top: 0px;
  }
  /* line 1028, app/assets/stylesheets/vl-jobb.webflow.scss */
  .story-hero-fader {
    height: 80vh;
  }
  /* line 1031, app/assets/stylesheets/vl-jobb.webflow.scss */
  .story-container {
    margin-top: 0px;
  }
  /* line 1034, app/assets/stylesheets/vl-jobb.webflow.scss */
  .story-header-text {
    width: 70%;
    margin-top: 20px;
  }
  /* line 1038, app/assets/stylesheets/vl-jobb.webflow.scss */
  .story-body {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    float: none;
  }
  /* line 1045, app/assets/stylesheets/vl-jobb.webflow.scss */
  .story-sidebar {
    width: 100%;
    float: none;
  }
  /* line 1049, app/assets/stylesheets/vl-jobb.webflow.scss */
  .story-main-content {
    margin-right: 10px;
    margin-left: 10px;
  }
  /* line 1053, app/assets/stylesheets/vl-jobb.webflow.scss */
  .employer-body {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
  }
  /* line 1059, app/assets/stylesheets/vl-jobb.webflow.scss */
  .employer-sidebar {
    width: 100%;
    float: none;
  }
  /* line 1063, app/assets/stylesheets/vl-jobb.webflow.scss */
  .employer-page {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media (max-width: 479px) {
  /* line 1070, app/assets/stylesheets/vl-jobb.webflow.scss */
  h1 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 42px;
    line-height: 44px;
  }
  /* line 1076, app/assets/stylesheets/vl-jobb.webflow.scss */
  p {
    font-size: 15px;
    line-height: 20px;
  }
  /* line 1080, app/assets/stylesheets/vl-jobb.webflow.scss */
  .tag.story-tag {
    font-size: 14px;
    line-height: 18px;
  }
  /* line 1084, app/assets/stylesheets/vl-jobb.webflow.scss */
  .section-heading {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
  }
  /* line 1089, app/assets/stylesheets/vl-jobb.webflow.scss */
  .section-heading.story-section-heading {
    margin-bottom: 5px;
  }
  /* line 1092, app/assets/stylesheets/vl-jobb.webflow.scss */
  .button {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 12px;
  }
  /* line 1097, app/assets/stylesheets/vl-jobb.webflow.scss */
  .filter-nav {
    position: relative;
  }
  /* line 1100, app/assets/stylesheets/vl-jobb.webflow.scss */
  .job-card-heading {
    font-size: 20px;
    line-height: 22px;
  }
  /* line 1104, app/assets/stylesheets/vl-jobb.webflow.scss */
  .job-card-logo {
    height: 35px;
    max-width: none;
    margin-bottom: 3px;
  }
  /* line 1109, app/assets/stylesheets/vl-jobb.webflow.scss */
  .job-card-description {
    font-size: 14px;
    line-height: 18px;
  }
  /* line 1113, app/assets/stylesheets/vl-jobb.webflow.scss */
  .featured-story-description {
    font-size: 12px;
    line-height: 14px;
  }
  /* line 1117, app/assets/stylesheets/vl-jobb.webflow.scss */
  .story-heading {
    font-size: 37px;
    line-height: 39px;
  }
  /* line 1121, app/assets/stylesheets/vl-jobb.webflow.scss */
  .job-date-label {
    font-size: 14px;
    line-height: 14px;
  }
  /* line 1125, app/assets/stylesheets/vl-jobb.webflow.scss */
  .page-heading {
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 35px;
  }
  /* line 1131, app/assets/stylesheets/vl-jobb.webflow.scss */
  .employer-row {
    padding-right: 10px;
    padding-left: 10px;
  }
  /* line 1135, app/assets/stylesheets/vl-jobb.webflow.scss */
  .story-hero-fader {
    height: 100vh;
  }
  /* line 1138, app/assets/stylesheets/vl-jobb.webflow.scss */
  .story-header-text {
    width: 80%;
  }
  /* line 1141, app/assets/stylesheets/vl-jobb.webflow.scss */
  .filter-nav .filter-button {
    width: 100%;
  }
  /* line 1144, app/assets/stylesheets/vl-jobb.webflow.scss */
  .filter-nav .button-seperator {
    width: 1px;
    height: 7px;
    display: block;
  }
  /* line 1149, app/assets/stylesheets/vl-jobb.webflow.scss */
  .visible-xs {
    display: block;
  }
  /* line 1152, app/assets/stylesheets/vl-jobb.webflow.scss */
  .visible-sm-up {
    display: none;
  }
  /* line 1155, app/assets/stylesheets/vl-jobb.webflow.scss */
  .story-title {
    font-size: 40px;
    line-height: 40px;
  }
}

@font-face {
  font-family: 'Brandon reg it';
  src: url(/assets/brandon_reg_it-20af21c13a1605b606567ba4783783baf677010846e6a00f4268e0d88cb2ab20.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Brandon light';
  src: url(/assets/brandon_light-457fff5b89deb8a2726044f050ca2812bf63761be451ca76f1d40e39a28e60e8.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Brandon thin it';
  src: url(/assets/brandon_thin_it-5c876e17aabfc265bd22c3a0b7480b4ed27a56b8f2ba675a3b09e6da4c57d295.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Brandon bld';
  src: url(/assets/brandon_bld-36906b2b3f6a199b3c59e6d862bfb36ed52d5c8de14ce46da8a8c5890250eb17.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Brandon med it';
  src: url(/assets/brandon_med_it-c177e79de62544aec2ec10a217303f3b2c7aff111c63ed77b066da9ab1ba877b.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Brandon blk';
  src: url(/assets/brandon_blk-b6f59c7db553f699a9c4995ce7583b2b158eb3f767ba99514ffa9ae94c41a8ef.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Brandon med';
  src: url(/assets/brandon_med-1f9d6d92a89f1ccfea85b8384cb0861cfb916716923e2a461c96b621fe2d1626.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Brandon blk it';
  src: url(/assets/brandon_blk_it-7eeb4847bdd8da68030f751d62df699e3cffa45f32825d3be14c78fa4e363dfd.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Brandon bld it';
  src: url(/assets/brandon_bld_it-1fe9812f700fd9bfa982a8b57e16a1540bb7b9b35ad834ffa79ef1898abf40cb.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Brandon light it';
  src: url(/assets/brandon_light_it-6d98f67dab9ef4acd1bc04a4404a3d59ed9050cfbe5f8b1705ae16097ef91ac4.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Brandon thin';
  src: url(/assets/brandon_thin-0fc24cc0c32b383c22b2c73d31a5009314444578a0f40539f919107df82ed7f4.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Brandon reg';
  src: url(/assets/brandon_reg-f02b5750f291a5bd474f7cdbcb7b3fa79f2016c6af20d661b490b9bf945d41fc.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Brevenews book';
  src: url(/assets/BreveNews-Book-2468211cbb27053d1c65191697cab1a02b51b51c38cc8e875ba421563479f867.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Brevetitle bold';
  src: url(/assets/BreveTitle-Bold-c3f5379a0d1b9b4514d80452588e4cd7e37df979172072c1d75fe8b7a63f9587.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Brevetitle book';
  src: url(/assets/BreveTitle-Book-a0a92a403fd6e9563c79898a1eaa45ca7f6df94f909e3f973f8aef5deefcd9a9.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Brevenews semibold';
  src: url(/assets/BreveNews-SemiBold-5231bcbac99b399a96bf6a4af8baeebdc62d449e181781146adfbfa362ce21bd.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Fontawesome';
  src: url(/assets/FontAwesome-ecd72f31910a8ee2726fd17bd459be26f230779f3f3ed5f69ebf829e4b12e768.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}
/* line 4, app/assets/stylesheets/pricing.scss */
.pricing-page .main-col {
  display: block;
  margin: 0 auto;
  width: 51%;
}

/* line 9, app/assets/stylesheets/pricing.scss */
.pricing-page .main-col a {
  text-transform: none;
  font-size: inherit;
  font-family: inherit;
  text-decoration: underline;
}

@media (max-width: 991px) {
  /* line 4, app/assets/stylesheets/pricing.scss */
  .pricing-page .main-col {
    width: 70%;
  }
}

@media (max-width: 767px) {
  /* line 4, app/assets/stylesheets/pricing.scss */
  .pricing-page .main-col {
    width: 80%;
  }
}

@media (max-width: 479px) {
  /* line 4, app/assets/stylesheets/pricing.scss */
  .pricing-page .main-col {
    width: 90%;
  }
}

/* line 26, app/assets/stylesheets/pricing.scss */
.pricing-page .main-col img.pricing-header {
  width: 100%;
  margin-top: 20px;
}

/* line 31, app/assets/stylesheets/pricing.scss */
.pricing-page .main-col h1 {
  font-family: 'Brevetitle book', sans-serif;
  font-size: 60px;
  line-height: 60px;
}

@media (max-width: 479px) {
  /* line 31, app/assets/stylesheets/pricing.scss */
  .pricing-page .main-col h1 {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 20px;
  }
}

/* line 43, app/assets/stylesheets/pricing.scss */
.pricing-page .main-col p, .pricing-page .main-col li {
  font-size: 16px;
}

/* line 47, app/assets/stylesheets/pricing.scss */
.pricing-page .main-col p.intro {
  font-family: 'Brevenews semibold', sans-serif;
  font-size: 18px;
}

/* line 52, app/assets/stylesheets/pricing.scss */
.pricing-page .main-col .about-section {
  position: relative;
  margin-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  /* line 52, app/assets/stylesheets/pricing.scss */
  .pricing-page .main-col .about-section {
    padding-bottom: 0px;
  }
}

/* line 61, app/assets/stylesheets/pricing.scss */
.pricing-page .main-col .about-section ul {
  padding-left: 0;
  padding-left: 20px;
}

/* line 66, app/assets/stylesheets/pricing.scss */
.pricing-page .main-col .about-section .fancy-phone-box-mobile {
  display: none;
}

@media (max-width: 991px) {
  /* line 66, app/assets/stylesheets/pricing.scss */
  .pricing-page .main-col .about-section .fancy-phone-box-mobile {
    display: inline-block;
    width: 30%;
    margin: 0px;
    margin-right: 20px;
  }
  /* line 75, app/assets/stylesheets/pricing.scss */
  .pricing-page .main-col .about-section .fancy-phone-box-mobile.left {
    float: left;
  }
  /* line 78, app/assets/stylesheets/pricing.scss */
  .pricing-page .main-col .about-section .fancy-phone-box-mobile.right {
    float: right;
  }
}

/* line 84, app/assets/stylesheets/pricing.scss */
.pricing-page .main-col .about-section .fancy-phone-box-desktop {
  border-bottom: 1px solid #fff;
  width: 720px;
  position: absolute;
  bottom: 0px;
}

@media (max-width: 991px) {
  /* line 84, app/assets/stylesheets/pricing.scss */
  .pricing-page .main-col .about-section .fancy-phone-box-desktop {
    display: none;
  }
}

/* line 94, app/assets/stylesheets/pricing.scss */
.pricing-page .main-col .about-section .fancy-phone-box-desktop.right-aligned {
  left: 0px;
}

/* line 97, app/assets/stylesheets/pricing.scss */
.pricing-page .main-col .about-section .fancy-phone-box-desktop.right-aligned .fancy-phone {
  position: absolute;
  bottom: 0px;
  right: -5px;
  width: 217px;
}

/* line 104, app/assets/stylesheets/pricing.scss */
.pricing-page .main-col .about-section .fancy-phone-box-desktop.left-aligned {
  right: 0px;
}

/* line 107, app/assets/stylesheets/pricing.scss */
.pricing-page .main-col .about-section .fancy-phone-box-desktop.left-aligned .fancy-phone {
  position: absolute;
  bottom: 0px;
  left: -5px;
  width: 217px;
}

/* line 117, app/assets/stylesheets/pricing.scss */
.pricing-page .main-col .table-heading {
  font-family: 'Brandon reg', sans-serif;
  font-weight: bold;
  margin-bottom: 2px;
}

/* line 122, app/assets/stylesheets/pricing.scss */
.pricing-page .main-col .table {
  font-size: 14px;
  font-family: 'Brandon med', sans-serif;
}

/* line 125, app/assets/stylesheets/pricing.scss */
.pricing-page .main-col .table td {
  padding: 4px 7px;
}

/* line 128, app/assets/stylesheets/pricing.scss */
.pricing-page .main-col .table .label {
  width: 60%;
  color: #fff;
}

/* line 134, app/assets/stylesheets/pricing.scss */
.pricing-page .main-col .contact-section {
  margin-top: 0px;
  text-align: center;
}

@media (max-width: 991px) {
  /* line 134, app/assets/stylesheets/pricing.scss */
  .pricing-page .main-col .contact-section {
    margin-top: 50px;
  }
}

/* line 143, app/assets/stylesheets/pricing.scss */
.pricing-page .main-col .contact-section h2 {
  font-family: 'Brevetitle bold', sans-serif;
  font-size: 30px;
}

/* line 147, app/assets/stylesheets/pricing.scss */
.pricing-page .main-col .contact-section h3 {
  font-family: 'Brevetitle book', sans-serif;
  font-size: 30px;
}
html, body {
  -webkit-font-smoothing:antialiased;
}
/* line 1, app/assets/stylesheets/embed.scss */
body.embed-page {
  background: #fff;
  overflow: hidden;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
}

/* line 11, app/assets/stylesheets/embed.scss */
body.embed-page:focus {
  outline: 0;
}

/* line 13, app/assets/stylesheets/embed.scss */
body.embed-page .embed-story {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #343434;
}

/* line 19, app/assets/stylesheets/embed.scss */
body.embed-page .embed-story .top {
  position: absolute;
  top: 0px;
  left: 10px;
  width: 90%;
}

/* line 25, app/assets/stylesheets/embed.scss */
body.embed-page .embed-story .top .tag {
  max-width: 100%;
  top: -3px;
  position: relative;
}

/* line 30, app/assets/stylesheets/embed.scss */
body.embed-page .embed-story .top h2.section-heading {
  margin-top: 0px;
}

/* line 35, app/assets/stylesheets/embed.scss */
body.embed-page .embed-story .story-header-text {
  text-align: left;
  text-transform: none;
  margin: 0;
  margin-left: 15px;
  margin-bottom: 10px;
  width: 90%;
}

/* line 43, app/assets/stylesheets/embed.scss */
body.embed-page .embed-story .story-header-text h1.story-title {
  margin: 0;
  font-family: 'Brandon reg', sans-serif;
  line-height: 60px;
}

@media (max-width: 767px) {
  /* line 43, app/assets/stylesheets/embed.scss */
  body.embed-page .embed-story .story-header-text h1.story-title {
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 5px;
  }
}

/* line 54, app/assets/stylesheets/embed.scss */
body.embed-page .embed-story .story-header-text .story-description {
  max-width: 350px;
}

@media (max-width: 767px) {
  /* line 54, app/assets/stylesheets/embed.scss */
  body.embed-page .embed-story .story-header-text .story-description {
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 5px;
  }
}

/* line 62, app/assets/stylesheets/embed.scss */
body.embed-page .embed-story .story-header-text .story-about {
  text-transform: uppercase;
  color: silver;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  /* line 62, app/assets/stylesheets/embed.scss */
  body.embed-page .embed-story .story-header-text .story-about {
    font-size: 10px;
    line-height: 12px;
  }
}

/* line 73, app/assets/stylesheets/embed.scss */
body.embed-page .embed-story .story-hero-fader {
  height: 50vh;
}

/* line 78, app/assets/stylesheets/embed.scss */
body.embed-page .embed-jobs {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #343434;
  border-radius: 4px;
}

/* line 85, app/assets/stylesheets/embed.scss */
body.embed-page .embed-jobs .embed-job-header {
  height: 25vh;
  position: relative;
  z-index: 100;
}

/* line 90, app/assets/stylesheets/embed.scss */
body.embed-page .embed-jobs .embed-job-header .logo {
  position: absolute;
  width: 40%;
  max-width: 240px;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 103, app/assets/stylesheets/embed.scss */
body.embed-page .embed-jobs .embed-job-header .embed-job-header-right {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 40%;
  text-align: right;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 115, app/assets/stylesheets/embed.scss */
body.embed-page .embed-jobs .embed-job-header .embed-job-header-right .text {
  display: inline-block;
  vertical-align: middle;
}

/* line 120, app/assets/stylesheets/embed.scss */
body.embed-page .embed-jobs .embed-job-header .embed-job-header-right .rounded {
  border-radius: 50%;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

/* line 129, app/assets/stylesheets/embed.scss */
body.embed-page .embed-jobs .embed-job-header .embed-job-header-right .rounded:hover {
  background-color: #fff;
  color: #343434;
}

@media (max-width: 767px) {
  /* line 120, app/assets/stylesheets/embed.scss */
  body.embed-page .embed-jobs .embed-job-header .embed-job-header-right .rounded {
    display: none;
  }
}

/* line 138, app/assets/stylesheets/embed.scss */
body.embed-page .embed-jobs .embed-job-header .embed-job-header-right .rounded .fa {
  font-size: 25px;
  line-height: 25px;
  position: relative;
  top: 6px;
}

/* line 148, app/assets/stylesheets/embed.scss */
body.embed-page .embed-jobs .owl-carousel {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 75vh;
  margin-top: 25vh;
}

/* line 157, app/assets/stylesheets/embed.scss */
body.embed-page .embed-jobs .owl-carousel .owl-item img {
  max-width: 100%;
  width: auto;
}

/* line 163, app/assets/stylesheets/embed.scss */
body.embed-page .embed-jobs .job-card {
  position: relative;
  height: 73vh;
  padding: 7px 7px 7px 10px;
  width: 100%;
}

/* line 169, app/assets/stylesheets/embed.scss */
body.embed-page .embed-jobs .job-card-heading {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  /* line 169, app/assets/stylesheets/embed.scss */
  body.embed-page .embed-jobs .job-card-heading {
    font-size: 18px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  /* line 177, app/assets/stylesheets/embed.scss */
  body.embed-page .embed-jobs .job-card-description {
    font-size: 12px;
    line-height: 13px;
  }
}

/* line 183, app/assets/stylesheets/embed.scss */
body.embed-page .embed-jobs .job-date-label {
  right: 0px;
  top: auto;
  bottom: 7px;
}

@media (max-width: 767px) {
  /* line 183, app/assets/stylesheets/embed.scss */
  body.embed-page .embed-jobs .job-date-label {
    font-size: 11px;
    line-height: 11px;
  }
}

/* line 193, app/assets/stylesheets/embed.scss */
body.embed-page .embed-jobs .job-date-label .job-date-label-helper {
  position: absolute;
  left: 0px;
  transform: translateX(-100%);
  color: #343434;
  width: 100px;
  text-align: right;
  padding-right: 5px;
}
/* line 1, app/assets/stylesheets/carousel.scss */
.owl-item {
  padding: 0;
  padding-left: 5px;
  padding-right: 5px;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *










 */
/* line 26, app/assets/stylesheets/application.scss */
.clearfix::before, .clearfix::after {
  clear: both;
  content: "";
  line-height: 0;
  display: table;
}

/* line 34, app/assets/stylesheets/application.scss */
.story-hero {
  top: 0;
  margin-bottom: 30px;
  height: 70vh;
}

@media only screen and (max-width: 767px) {
  /* line 34, app/assets/stylesheets/application.scss */
  .story-hero {
    margin-bottom: 0;
    max-height: 40vh;
  }
  /* line 41, app/assets/stylesheets/application.scss */
  .story-hero .story-hero-background {
    background-repeat: no-repeat;
    background-size: contain;
  }
}

/* line 46, app/assets/stylesheets/application.scss */
.story-hero .story-hero-background {
  opacity: 1;
}

/* line 51, app/assets/stylesheets/application.scss */
.story-container .story-header-text {
  position: inherit;
  top: auto;
  left: auto;
  right: auto;
  left: auto;
  width: 100%;
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  /* line 51, app/assets/stylesheets/application.scss */
  .story-container .story-header-text {
    padding-left: 5%;
    padding-right: 5%;
  }
}
