/*! 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.
 */
/* line 9, ../../sass/vendors/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../../sass/vendors/_normalize.scss */
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.
 */
/* line 33, ../../sass/vendors/_normalize.scss */
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.
 */
/* line 54, ../../sass/vendors/_normalize.scss */
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.
 */
/* line 67, ../../sass/vendors/_normalize.scss */
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.
 */
/* line 77, ../../sass/vendors/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../../sass/vendors/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 98, ../../sass/vendors/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 110, ../../sass/vendors/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 118, ../../sass/vendors/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 127, ../../sass/vendors/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 136, ../../sass/vendors/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 145, ../../sass/vendors/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 154, ../../sass/vendors/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 162, ../../sass/vendors/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, ../../sass/vendors/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, ../../sass/vendors/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 185, ../../sass/vendors/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 193, ../../sass/vendors/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 204, ../../sass/vendors/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 212, ../../sass/vendors/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../../sass/vendors/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../../sass/vendors/_normalize.scss */
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.
 */
/* line 252, ../../sass/vendors/_normalize.scss */
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.
 */
/* line 266, ../../sass/vendors/_normalize.scss */
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.
 */
/* line 277, ../../sass/vendors/_normalize.scss */
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.
 */
/* line 290, ../../sass/vendors/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, ../../sass/vendors/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../../sass/vendors/_normalize.scss */
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.
 */
/* line 322, ../../sass/vendors/_normalize.scss */
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.
 */
/* line 334, ../../sass/vendors/_normalize.scss */
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`.
 */
/* line 346, ../../sass/vendors/_normalize.scss */
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.
 */
/* line 356, ../../sass/vendors/_normalize.scss */
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).
 */
/* line 367, ../../sass/vendors/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 376, ../../sass/vendors/_normalize.scss */
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.
 */
/* line 387, ../../sass/vendors/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 396, ../../sass/vendors/_normalize.scss */
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.
 */
/* line 405, ../../sass/vendors/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 416, ../../sass/vendors/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, ../../sass/vendors/_normalize.scss */
td,
th {
  padding: 0;
}

/**
 * Swiper 3.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: November 7, 2015
 */
/* line 15, ../../sass/vendors/_swiper.scss */
.swiper-container {
  margin: 0 auto;
  position: relative;
  /* Fix of Webkit flickering */
  overflow: hidden;
  z-index: 1;
}

/* line 22, ../../sass/vendors/_swiper.scss */
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

/* line 25, ../../sass/vendors/_swiper.scss */
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 32, ../../sass/vendors/_swiper.scss */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 51, ../../sass/vendors/_swiper.scss */
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

/* line 59, ../../sass/vendors/_swiper.scss */
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 66, ../../sass/vendors/_swiper.scss */
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* line 74, ../../sass/vendors/_swiper.scss */
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* a11y */
/* line 83, ../../sass/vendors/_swiper.scss */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
/* line 92, ../../sass/vendors/_swiper.scss */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* line 96, ../../sass/vendors/_swiper.scss */
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
/* line 101, ../../sass/vendors/_swiper.scss */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 116, ../../sass/vendors/_swiper.scss */
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

/* line 122, ../../sass/vendors/_swiper.scss */
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

/* line 128, ../../sass/vendors/_swiper.scss */
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

/* line 132, ../../sass/vendors/_swiper.scss */
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* line 136, ../../sass/vendors/_swiper.scss */
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

/* line 142, ../../sass/vendors/_swiper.scss */
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

/* line 146, ../../sass/vendors/_swiper.scss */
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
/* line 151, ../../sass/vendors/_swiper.scss */
.swiper-pagination {
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

/* line 163, ../../sass/vendors/_swiper.scss */
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* line 166, ../../sass/vendors/_swiper.scss */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

/* line 174, ../../sass/vendors/_swiper.scss */
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

/* line 184, ../../sass/vendors/_swiper.scss */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

/* line 187, ../../sass/vendors/_swiper.scss */
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

/* line 190, ../../sass/vendors/_swiper.scss */
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #5e6a71;
}

/* line 194, ../../sass/vendors/_swiper.scss */
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

/* line 197, ../../sass/vendors/_swiper.scss */
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

/* line 200, ../../sass/vendors/_swiper.scss */
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

/* line 209, ../../sass/vendors/_swiper.scss */
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

/* line 213, ../../sass/vendors/_swiper.scss */
.swiper-container-horizontal > .swiper-pagination {
  bottom: -5px;
  left: 0;
  width: 100%;
  padding: 5px 0;
}

/* line 219, ../../sass/vendors/_swiper.scss */
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}

/* 3D Container */
/* line 223, ../../sass/vendors/_swiper.scss */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

/* line 229, ../../sass/vendors/_swiper.scss */
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 241, ../../sass/vendors/_swiper.scss */
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

/* line 253, ../../sass/vendors/_swiper.scss */
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* line 265, ../../sass/vendors/_swiper.scss */
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* line 277, ../../sass/vendors/_swiper.scss */
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* line 289, ../../sass/vendors/_swiper.scss */
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
/* line 302, ../../sass/vendors/_swiper.scss */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Fade */
/* line 307, ../../sass/vendors/_swiper.scss */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 314, ../../sass/vendors/_swiper.scss */
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}

/* line 317, ../../sass/vendors/_swiper.scss */
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 320, ../../sass/vendors/_swiper.scss */
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Cube */
/* line 325, ../../sass/vendors/_swiper.scss */
.swiper-container-cube {
  overflow: visible;
}

/* line 328, ../../sass/vendors/_swiper.scss */
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* line 343, ../../sass/vendors/_swiper.scss */
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

/* line 349, ../../sass/vendors/_swiper.scss */
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* line 356, ../../sass/vendors/_swiper.scss */
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 366, ../../sass/vendors/_swiper.scss */
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Scrollbar */
/* line 379, ../../sass/vendors/_swiper.scss */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

/* line 385, ../../sass/vendors/_swiper.scss */
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

/* line 393, ../../sass/vendors/_swiper.scss */
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

/* line 401, ../../sass/vendors/_swiper.scss */
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

/* line 410, ../../sass/vendors/_swiper.scss */
.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
/* line 414, ../../sass/vendors/_swiper.scss */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

/* line 430, ../../sass/vendors/_swiper.scss */
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* line 441, ../../sass/vendors/_swiper.scss */
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* Magnific Popup CSS */
/* line 1, ../../sass/vendors/magnific-popup/_custom.scss */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

/* line 35, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 52, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 64, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 79, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 90, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 97, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 107, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 114, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 118, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 124, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 131, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 136, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 147, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 166, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-hide {
  display: none !important;
}

/* line 177, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
/* line 187, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-preloader a {
  color: #CCC;
}
/* line 189, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-preloader a:hover {
  color: #FFF;
}

/* line 197, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 204, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 211, ../../sass/vendors/magnific-popup/_main.scss */
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 225, ../../sass/vendors/magnific-popup/_main.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 233, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
/* line 254, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 262, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-close:active {
  top: 1px;
}

/* line 267, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* line 273, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 283, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 295, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
/* line 308, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-arrow:active {
  margin-top: -54px;
}
/* line 311, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 318, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
/* line 334, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
/* line 342, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 351, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-arrow-left {
  left: 0;
}
/* line 354, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
/* line 359, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 366, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-arrow-right {
  right: 0;
}
/* line 368, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
/* line 373, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

/* line 384, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 387, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
/* line 392, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 396, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
/* line 401, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
/* line 421, ../../sass/vendors/magnific-popup/_main.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 436, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-figure {
  line-height: 0;
}
/* line 438, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
/* line 452, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
/* line 458, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-figure figure {
  margin: 0;
}

/* line 462, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 470, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 479, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 486, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  /* line 499, ../../sass/vendors/magnific-popup/_main.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 504, ../../sass/vendors/magnific-popup/_main.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* line 510, ../../sass/vendors/magnific-popup/_main.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  /* line 514, ../../sass/vendors/magnific-popup/_main.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  /* line 519, ../../sass/vendors/magnific-popup/_main.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 529, ../../sass/vendors/magnific-popup/_main.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  /* line 533, ../../sass/vendors/magnific-popup/_main.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  /* line 537, ../../sass/vendors/magnific-popup/_main.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  /* line 557, ../../sass/vendors/magnific-popup/_main.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 561, ../../sass/vendors/magnific-popup/_main.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 565, ../../sass/vendors/magnific-popup/_main.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 569, ../../sass/vendors/magnific-popup/_main.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* line 581, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-ie7 .mfp-img {
  padding: 0;
}
/* line 584, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
/* line 591, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-ie7 .mfp-container {
  padding: 0;
}
/* line 594, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
/* line 597, ../../sass/vendors/magnific-popup/_main.scss */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=cb5f527a7efcd06d0a9e)
 * Config saved to config.json and https://gist.github.com/cb5f527a7efcd06d0a9e
 */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 17, ../../sass/vendors/_bootstrap.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 22, ../../sass/vendors/_bootstrap.scss */
body {
  margin: 0;
}

/* line 25, ../../sass/vendors/_bootstrap.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 40, ../../sass/vendors/_bootstrap.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 47, ../../sass/vendors/_bootstrap.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 51, ../../sass/vendors/_bootstrap.scss */
[hidden],
template {
  display: none;
}

/* line 55, ../../sass/vendors/_bootstrap.scss */
a {
  background-color: transparent;
}

/* line 58, ../../sass/vendors/_bootstrap.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 62, ../../sass/vendors/_bootstrap.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 65, ../../sass/vendors/_bootstrap.scss */
b,
strong {
  font-weight: bold;
}

/* line 69, ../../sass/vendors/_bootstrap.scss */
dfn {
  font-style: italic;
}

/* line 72, ../../sass/vendors/_bootstrap.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 76, ../../sass/vendors/_bootstrap.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 80, ../../sass/vendors/_bootstrap.scss */
small {
  font-size: 80%;
}

/* line 83, ../../sass/vendors/_bootstrap.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 90, ../../sass/vendors/_bootstrap.scss */
sup {
  top: -0.5em;
}

/* line 93, ../../sass/vendors/_bootstrap.scss */
sub {
  bottom: -0.25em;
}

/* line 96, ../../sass/vendors/_bootstrap.scss */
img {
  border: 0;
}

/* line 99, ../../sass/vendors/_bootstrap.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 102, ../../sass/vendors/_bootstrap.scss */
figure {
  margin: 1em 40px;
}

/* line 105, ../../sass/vendors/_bootstrap.scss */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 111, ../../sass/vendors/_bootstrap.scss */
pre {
  overflow: auto;
}

/* line 114, ../../sass/vendors/_bootstrap.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 121, ../../sass/vendors/_bootstrap.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 130, ../../sass/vendors/_bootstrap.scss */
button {
  overflow: visible;
}

/* line 133, ../../sass/vendors/_bootstrap.scss */
button,
select {
  text-transform: none;
}

/* line 137, ../../sass/vendors/_bootstrap.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 144, ../../sass/vendors/_bootstrap.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 148, ../../sass/vendors/_bootstrap.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 153, ../../sass/vendors/_bootstrap.scss */
input {
  line-height: normal;
}

/* line 156, ../../sass/vendors/_bootstrap.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/* line 163, ../../sass/vendors/_bootstrap.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 167, ../../sass/vendors/_bootstrap.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 173, ../../sass/vendors/_bootstrap.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 177, ../../sass/vendors/_bootstrap.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 182, ../../sass/vendors/_bootstrap.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 186, ../../sass/vendors/_bootstrap.scss */
textarea {
  overflow: auto;
}

/* line 189, ../../sass/vendors/_bootstrap.scss */
optgroup {
  font-weight: bold;
}

/* line 192, ../../sass/vendors/_bootstrap.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 196, ../../sass/vendors/_bootstrap.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 202, ../../sass/vendors/_bootstrap.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 211, ../../sass/vendors/_bootstrap.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 215, ../../sass/vendors/_bootstrap.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 218, ../../sass/vendors/_bootstrap.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 221, ../../sass/vendors/_bootstrap.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 225, ../../sass/vendors/_bootstrap.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 230, ../../sass/vendors/_bootstrap.scss */
  thead {
    display: table-header-group;
  }

  /* line 233, ../../sass/vendors/_bootstrap.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 237, ../../sass/vendors/_bootstrap.scss */
  img {
    max-width: 100% !important;
  }

  /* line 240, ../../sass/vendors/_bootstrap.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 246, ../../sass/vendors/_bootstrap.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 250, ../../sass/vendors/_bootstrap.scss */
  .navbar {
    display: none;
  }

  /* line 253, ../../sass/vendors/_bootstrap.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 257, ../../sass/vendors/_bootstrap.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 260, ../../sass/vendors/_bootstrap.scss */
  .table {
    border-collapse: collapse !important;
  }

  /* line 263, ../../sass/vendors/_bootstrap.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 267, ../../sass/vendors/_bootstrap.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* line 272, ../../sass/vendors/_bootstrap.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 277, ../../sass/vendors/_bootstrap.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 283, ../../sass/vendors/_bootstrap.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 287, ../../sass/vendors/_bootstrap.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

/* line 294, ../../sass/vendors/_bootstrap.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 302, ../../sass/vendors/_bootstrap.scss */
a {
  color: #337ab7;
  text-decoration: none;
}

/* line 306, ../../sass/vendors/_bootstrap.scss */
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

/* line 311, ../../sass/vendors/_bootstrap.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 316, ../../sass/vendors/_bootstrap.scss */
figure {
  margin: 0;
}

/* line 319, ../../sass/vendors/_bootstrap.scss */
img {
  vertical-align: middle;
}

/* line 322, ../../sass/vendors/_bootstrap.scss */
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 331, ../../sass/vendors/_bootstrap.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 334, ../../sass/vendors/_bootstrap.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 347, ../../sass/vendors/_bootstrap.scss */
.img-circle {
  border-radius: 50%;
}

/* line 350, ../../sass/vendors/_bootstrap.scss */
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 356, ../../sass/vendors/_bootstrap.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 366, ../../sass/vendors/_bootstrap.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 375, ../../sass/vendors/_bootstrap.scss */
[role="button"] {
  cursor: pointer;
}

/* line 378, ../../sass/vendors/_bootstrap.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 384, ../../sass/vendors/_bootstrap.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 391, ../../sass/vendors/_bootstrap.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 400, ../../sass/vendors/_bootstrap.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 407, ../../sass/vendors/_bootstrap.scss */
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

/* line 420, ../../sass/vendors/_bootstrap.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 428, ../../sass/vendors/_bootstrap.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 432, ../../sass/vendors/_bootstrap.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  /* line 439, ../../sass/vendors/_bootstrap.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 1100px) {
  /* line 444, ../../sass/vendors/_bootstrap.scss */
  .container {
    width: 1054px;
  }
}
@media (min-width: 1100px) {
  /* line 449, ../../sass/vendors/_bootstrap.scss */
  .container {
    width: container-large-desktop;
  }
}
/* line 453, ../../sass/vendors/_bootstrap.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 459, ../../sass/vendors/_bootstrap.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 463, ../../sass/vendors/_bootstrap.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 469, ../../sass/vendors/_bootstrap.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 472, ../../sass/vendors/_bootstrap.scss */
.col-xs-12 {
  width: 100%;
}

/* line 475, ../../sass/vendors/_bootstrap.scss */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 478, ../../sass/vendors/_bootstrap.scss */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 481, ../../sass/vendors/_bootstrap.scss */
.col-xs-9 {
  width: 75%;
}

/* line 484, ../../sass/vendors/_bootstrap.scss */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 487, ../../sass/vendors/_bootstrap.scss */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 490, ../../sass/vendors/_bootstrap.scss */
.col-xs-6 {
  width: 50%;
}

/* line 493, ../../sass/vendors/_bootstrap.scss */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 496, ../../sass/vendors/_bootstrap.scss */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 499, ../../sass/vendors/_bootstrap.scss */
.col-xs-3 {
  width: 25%;
}

/* line 502, ../../sass/vendors/_bootstrap.scss */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 505, ../../sass/vendors/_bootstrap.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 508, ../../sass/vendors/_bootstrap.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 511, ../../sass/vendors/_bootstrap.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 514, ../../sass/vendors/_bootstrap.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 517, ../../sass/vendors/_bootstrap.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 520, ../../sass/vendors/_bootstrap.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 523, ../../sass/vendors/_bootstrap.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 526, ../../sass/vendors/_bootstrap.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 529, ../../sass/vendors/_bootstrap.scss */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 532, ../../sass/vendors/_bootstrap.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 535, ../../sass/vendors/_bootstrap.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 538, ../../sass/vendors/_bootstrap.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 541, ../../sass/vendors/_bootstrap.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 544, ../../sass/vendors/_bootstrap.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 547, ../../sass/vendors/_bootstrap.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 550, ../../sass/vendors/_bootstrap.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 553, ../../sass/vendors/_bootstrap.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 556, ../../sass/vendors/_bootstrap.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 559, ../../sass/vendors/_bootstrap.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 562, ../../sass/vendors/_bootstrap.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 565, ../../sass/vendors/_bootstrap.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 568, ../../sass/vendors/_bootstrap.scss */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 571, ../../sass/vendors/_bootstrap.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 574, ../../sass/vendors/_bootstrap.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 577, ../../sass/vendors/_bootstrap.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 580, ../../sass/vendors/_bootstrap.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 583, ../../sass/vendors/_bootstrap.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 586, ../../sass/vendors/_bootstrap.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 589, ../../sass/vendors/_bootstrap.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 592, ../../sass/vendors/_bootstrap.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 595, ../../sass/vendors/_bootstrap.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 598, ../../sass/vendors/_bootstrap.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 601, ../../sass/vendors/_bootstrap.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 604, ../../sass/vendors/_bootstrap.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 607, ../../sass/vendors/_bootstrap.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 610, ../../sass/vendors/_bootstrap.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 613, ../../sass/vendors/_bootstrap.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 616, ../../sass/vendors/_bootstrap.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 619, ../../sass/vendors/_bootstrap.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 622, ../../sass/vendors/_bootstrap.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  /* line 626, ../../sass/vendors/_bootstrap.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 629, ../../sass/vendors/_bootstrap.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 632, ../../sass/vendors/_bootstrap.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }

  /* line 635, ../../sass/vendors/_bootstrap.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }

  /* line 638, ../../sass/vendors/_bootstrap.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 641, ../../sass/vendors/_bootstrap.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }

  /* line 644, ../../sass/vendors/_bootstrap.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }

  /* line 647, ../../sass/vendors/_bootstrap.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 650, ../../sass/vendors/_bootstrap.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }

  /* line 653, ../../sass/vendors/_bootstrap.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }

  /* line 656, ../../sass/vendors/_bootstrap.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 659, ../../sass/vendors/_bootstrap.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }

  /* line 662, ../../sass/vendors/_bootstrap.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }

  /* line 665, ../../sass/vendors/_bootstrap.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 668, ../../sass/vendors/_bootstrap.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  /* line 671, ../../sass/vendors/_bootstrap.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  /* line 674, ../../sass/vendors/_bootstrap.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 677, ../../sass/vendors/_bootstrap.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  /* line 680, ../../sass/vendors/_bootstrap.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  /* line 683, ../../sass/vendors/_bootstrap.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 686, ../../sass/vendors/_bootstrap.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  /* line 689, ../../sass/vendors/_bootstrap.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  /* line 692, ../../sass/vendors/_bootstrap.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 695, ../../sass/vendors/_bootstrap.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  /* line 698, ../../sass/vendors/_bootstrap.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  /* line 701, ../../sass/vendors/_bootstrap.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 704, ../../sass/vendors/_bootstrap.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 707, ../../sass/vendors/_bootstrap.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }

  /* line 710, ../../sass/vendors/_bootstrap.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }

  /* line 713, ../../sass/vendors/_bootstrap.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 716, ../../sass/vendors/_bootstrap.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }

  /* line 719, ../../sass/vendors/_bootstrap.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }

  /* line 722, ../../sass/vendors/_bootstrap.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 725, ../../sass/vendors/_bootstrap.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }

  /* line 728, ../../sass/vendors/_bootstrap.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }

  /* line 731, ../../sass/vendors/_bootstrap.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 734, ../../sass/vendors/_bootstrap.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }

  /* line 737, ../../sass/vendors/_bootstrap.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }

  /* line 740, ../../sass/vendors/_bootstrap.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 743, ../../sass/vendors/_bootstrap.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }

  /* line 746, ../../sass/vendors/_bootstrap.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 749, ../../sass/vendors/_bootstrap.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 752, ../../sass/vendors/_bootstrap.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 755, ../../sass/vendors/_bootstrap.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 758, ../../sass/vendors/_bootstrap.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 761, ../../sass/vendors/_bootstrap.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 764, ../../sass/vendors/_bootstrap.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 767, ../../sass/vendors/_bootstrap.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 770, ../../sass/vendors/_bootstrap.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 773, ../../sass/vendors/_bootstrap.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 776, ../../sass/vendors/_bootstrap.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 779, ../../sass/vendors/_bootstrap.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1100px) {
  /* line 784, ../../sass/vendors/_bootstrap.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 787, ../../sass/vendors/_bootstrap.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 790, ../../sass/vendors/_bootstrap.scss */
  .col-md-11 {
    width: 91.66666667%;
  }

  /* line 793, ../../sass/vendors/_bootstrap.scss */
  .col-md-10 {
    width: 83.33333333%;
  }

  /* line 796, ../../sass/vendors/_bootstrap.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 799, ../../sass/vendors/_bootstrap.scss */
  .col-md-8 {
    width: 66.66666667%;
  }

  /* line 802, ../../sass/vendors/_bootstrap.scss */
  .col-md-7 {
    width: 58.33333333%;
  }

  /* line 805, ../../sass/vendors/_bootstrap.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 808, ../../sass/vendors/_bootstrap.scss */
  .col-md-5 {
    width: 41.66666667%;
  }

  /* line 811, ../../sass/vendors/_bootstrap.scss */
  .col-md-4 {
    width: 33.33333333%;
  }

  /* line 814, ../../sass/vendors/_bootstrap.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 817, ../../sass/vendors/_bootstrap.scss */
  .col-md-2 {
    width: 16.66666667%;
  }

  /* line 820, ../../sass/vendors/_bootstrap.scss */
  .col-md-1 {
    width: 8.33333333%;
  }

  /* line 823, ../../sass/vendors/_bootstrap.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 826, ../../sass/vendors/_bootstrap.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }

  /* line 829, ../../sass/vendors/_bootstrap.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }

  /* line 832, ../../sass/vendors/_bootstrap.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 835, ../../sass/vendors/_bootstrap.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }

  /* line 838, ../../sass/vendors/_bootstrap.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }

  /* line 841, ../../sass/vendors/_bootstrap.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 844, ../../sass/vendors/_bootstrap.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }

  /* line 847, ../../sass/vendors/_bootstrap.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }

  /* line 850, ../../sass/vendors/_bootstrap.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 853, ../../sass/vendors/_bootstrap.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }

  /* line 856, ../../sass/vendors/_bootstrap.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }

  /* line 859, ../../sass/vendors/_bootstrap.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 862, ../../sass/vendors/_bootstrap.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 865, ../../sass/vendors/_bootstrap.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }

  /* line 868, ../../sass/vendors/_bootstrap.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }

  /* line 871, ../../sass/vendors/_bootstrap.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 874, ../../sass/vendors/_bootstrap.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }

  /* line 877, ../../sass/vendors/_bootstrap.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }

  /* line 880, ../../sass/vendors/_bootstrap.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 883, ../../sass/vendors/_bootstrap.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }

  /* line 886, ../../sass/vendors/_bootstrap.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }

  /* line 889, ../../sass/vendors/_bootstrap.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 892, ../../sass/vendors/_bootstrap.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }

  /* line 895, ../../sass/vendors/_bootstrap.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }

  /* line 898, ../../sass/vendors/_bootstrap.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 901, ../../sass/vendors/_bootstrap.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }

  /* line 904, ../../sass/vendors/_bootstrap.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 907, ../../sass/vendors/_bootstrap.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 910, ../../sass/vendors/_bootstrap.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 913, ../../sass/vendors/_bootstrap.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 916, ../../sass/vendors/_bootstrap.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 919, ../../sass/vendors/_bootstrap.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 922, ../../sass/vendors/_bootstrap.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 925, ../../sass/vendors/_bootstrap.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 928, ../../sass/vendors/_bootstrap.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 931, ../../sass/vendors/_bootstrap.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 934, ../../sass/vendors/_bootstrap.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 937, ../../sass/vendors/_bootstrap.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1100px) {
  /* line 942, ../../sass/vendors/_bootstrap.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 945, ../../sass/vendors/_bootstrap.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 948, ../../sass/vendors/_bootstrap.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }

  /* line 951, ../../sass/vendors/_bootstrap.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }

  /* line 954, ../../sass/vendors/_bootstrap.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 957, ../../sass/vendors/_bootstrap.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }

  /* line 960, ../../sass/vendors/_bootstrap.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }

  /* line 963, ../../sass/vendors/_bootstrap.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 966, ../../sass/vendors/_bootstrap.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }

  /* line 969, ../../sass/vendors/_bootstrap.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }

  /* line 972, ../../sass/vendors/_bootstrap.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 975, ../../sass/vendors/_bootstrap.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }

  /* line 978, ../../sass/vendors/_bootstrap.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }

  /* line 981, ../../sass/vendors/_bootstrap.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 984, ../../sass/vendors/_bootstrap.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  /* line 987, ../../sass/vendors/_bootstrap.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  /* line 990, ../../sass/vendors/_bootstrap.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 993, ../../sass/vendors/_bootstrap.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  /* line 996, ../../sass/vendors/_bootstrap.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  /* line 999, ../../sass/vendors/_bootstrap.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 1002, ../../sass/vendors/_bootstrap.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  /* line 1005, ../../sass/vendors/_bootstrap.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  /* line 1008, ../../sass/vendors/_bootstrap.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 1011, ../../sass/vendors/_bootstrap.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  /* line 1014, ../../sass/vendors/_bootstrap.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  /* line 1017, ../../sass/vendors/_bootstrap.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 1020, ../../sass/vendors/_bootstrap.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 1023, ../../sass/vendors/_bootstrap.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }

  /* line 1026, ../../sass/vendors/_bootstrap.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }

  /* line 1029, ../../sass/vendors/_bootstrap.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 1032, ../../sass/vendors/_bootstrap.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }

  /* line 1035, ../../sass/vendors/_bootstrap.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }

  /* line 1038, ../../sass/vendors/_bootstrap.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 1041, ../../sass/vendors/_bootstrap.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }

  /* line 1044, ../../sass/vendors/_bootstrap.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }

  /* line 1047, ../../sass/vendors/_bootstrap.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 1050, ../../sass/vendors/_bootstrap.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }

  /* line 1053, ../../sass/vendors/_bootstrap.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }

  /* line 1056, ../../sass/vendors/_bootstrap.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 1059, ../../sass/vendors/_bootstrap.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }

  /* line 1062, ../../sass/vendors/_bootstrap.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 1065, ../../sass/vendors/_bootstrap.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 1068, ../../sass/vendors/_bootstrap.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 1071, ../../sass/vendors/_bootstrap.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 1074, ../../sass/vendors/_bootstrap.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 1077, ../../sass/vendors/_bootstrap.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 1080, ../../sass/vendors/_bootstrap.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 1083, ../../sass/vendors/_bootstrap.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 1086, ../../sass/vendors/_bootstrap.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 1089, ../../sass/vendors/_bootstrap.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 1092, ../../sass/vendors/_bootstrap.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 1095, ../../sass/vendors/_bootstrap.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* line 1099, ../../sass/vendors/_bootstrap.scss */
table {
  background-color: transparent;
}

/* line 1102, ../../sass/vendors/_bootstrap.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 1108, ../../sass/vendors/_bootstrap.scss */
th {
  text-align: left;
}

/* line 1111, ../../sass/vendors/_bootstrap.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}

/* line 1116, ../../sass/vendors/_bootstrap.scss */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

/* line 1127, ../../sass/vendors/_bootstrap.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

/* line 1131, ../../sass/vendors/_bootstrap.scss */
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 1139, ../../sass/vendors/_bootstrap.scss */
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

/* line 1142, ../../sass/vendors/_bootstrap.scss */
.table .table {
  background-color: #ffffff;
}

/* line 1145, ../../sass/vendors/_bootstrap.scss */
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 1153, ../../sass/vendors/_bootstrap.scss */
.table-bordered {
  border: 1px solid #dddddd;
}

/* line 1156, ../../sass/vendors/_bootstrap.scss */
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

/* line 1164, ../../sass/vendors/_bootstrap.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 1168, ../../sass/vendors/_bootstrap.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 1171, ../../sass/vendors/_bootstrap.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 1174, ../../sass/vendors/_bootstrap.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 1179, ../../sass/vendors/_bootstrap.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 1185, ../../sass/vendors/_bootstrap.scss */
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 1199, ../../sass/vendors/_bootstrap.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 1206, ../../sass/vendors/_bootstrap.scss */
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 1220, ../../sass/vendors/_bootstrap.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 1227, ../../sass/vendors/_bootstrap.scss */
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 1241, ../../sass/vendors/_bootstrap.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 1248, ../../sass/vendors/_bootstrap.scss */
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 1262, ../../sass/vendors/_bootstrap.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 1269, ../../sass/vendors/_bootstrap.scss */
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 1283, ../../sass/vendors/_bootstrap.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 1290, ../../sass/vendors/_bootstrap.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  /* line 1295, ../../sass/vendors/_bootstrap.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }

  /* line 1302, ../../sass/vendors/_bootstrap.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }

  /* line 1305, ../../sass/vendors/_bootstrap.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  /* line 1313, ../../sass/vendors/_bootstrap.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }

  /* line 1316, ../../sass/vendors/_bootstrap.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  /* line 1324, ../../sass/vendors/_bootstrap.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  /* line 1332, ../../sass/vendors/_bootstrap.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* line 1339, ../../sass/vendors/_bootstrap.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 1345, ../../sass/vendors/_bootstrap.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 1356, ../../sass/vendors/_bootstrap.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 1362, ../../sass/vendors/_bootstrap.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1367, ../../sass/vendors/_bootstrap.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 1373, ../../sass/vendors/_bootstrap.scss */
input[type="file"] {
  display: block;
}

/* line 1376, ../../sass/vendors/_bootstrap.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 1380, ../../sass/vendors/_bootstrap.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 1384, ../../sass/vendors/_bootstrap.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 1391, ../../sass/vendors/_bootstrap.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
}

/* line 1398, ../../sass/vendors/_bootstrap.scss */
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  /*background-image: none;*/
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 1416, ../../sass/vendors/_bootstrap.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 1422, ../../sass/vendors/_bootstrap.scss */
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

/* line 1426, ../../sass/vendors/_bootstrap.scss */
.form-control:-ms-input-placeholder {
  color: #999999;
}

/* line 1429, ../../sass/vendors/_bootstrap.scss */
.form-control::-webkit-input-placeholder {
  color: #999999;
}

/* line 1432, ../../sass/vendors/_bootstrap.scss */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

/* line 1438, ../../sass/vendors/_bootstrap.scss */
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 1442, ../../sass/vendors/_bootstrap.scss */
textarea.form-control {
  height: auto;
}

/* line 1445, ../../sass/vendors/_bootstrap.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 1449, ../../sass/vendors/_bootstrap.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px;
  }

  /* line 1455, ../../sass/vendors/_bootstrap.scss */
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }

  /* line 1465, ../../sass/vendors/_bootstrap.scss */
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}
/* line 1476, ../../sass/vendors/_bootstrap.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 1479, ../../sass/vendors/_bootstrap.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1486, ../../sass/vendors/_bootstrap.scss */
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 1494, ../../sass/vendors/_bootstrap.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 1502, ../../sass/vendors/_bootstrap.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 1506, ../../sass/vendors/_bootstrap.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 1516, ../../sass/vendors/_bootstrap.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 1521, ../../sass/vendors/_bootstrap.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 1529, ../../sass/vendors/_bootstrap.scss */
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 1535, ../../sass/vendors/_bootstrap.scss */
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 1541, ../../sass/vendors/_bootstrap.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px;
}

/* line 1547, ../../sass/vendors/_bootstrap.scss */
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

/* line 1552, ../../sass/vendors/_bootstrap.scss */
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 1559, ../../sass/vendors/_bootstrap.scss */
select.input-sm {
  height: 33px;
  line-height: 33px;
}

/* line 1563, ../../sass/vendors/_bootstrap.scss */
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

/* line 1567, ../../sass/vendors/_bootstrap.scss */
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 1574, ../../sass/vendors/_bootstrap.scss */
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}

/* line 1578, ../../sass/vendors/_bootstrap.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

/* line 1582, ../../sass/vendors/_bootstrap.scss */
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

/* line 1589, ../../sass/vendors/_bootstrap.scss */
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 1596, ../../sass/vendors/_bootstrap.scss */
select.input-lg {
  height: 49px;
  line-height: 49px;
}

/* line 1600, ../../sass/vendors/_bootstrap.scss */
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

/* line 1604, ../../sass/vendors/_bootstrap.scss */
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 1611, ../../sass/vendors/_bootstrap.scss */
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}

/* line 1615, ../../sass/vendors/_bootstrap.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

/* line 1619, ../../sass/vendors/_bootstrap.scss */
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}

/* line 1626, ../../sass/vendors/_bootstrap.scss */
.has-feedback {
  position: relative;
}

/* line 1629, ../../sass/vendors/_bootstrap.scss */
.has-feedback .form-control {
  padding-right: 45px;
}

/* line 1632, ../../sass/vendors/_bootstrap.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}

/* line 1644, ../../sass/vendors/_bootstrap.scss */
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

/* line 1651, ../../sass/vendors/_bootstrap.scss */
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

/* line 1658, ../../sass/vendors/_bootstrap.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

/* line 1670, ../../sass/vendors/_bootstrap.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 1675, ../../sass/vendors/_bootstrap.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 1680, ../../sass/vendors/_bootstrap.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

/* line 1685, ../../sass/vendors/_bootstrap.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 1688, ../../sass/vendors/_bootstrap.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

/* line 1700, ../../sass/vendors/_bootstrap.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 1705, ../../sass/vendors/_bootstrap.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 1710, ../../sass/vendors/_bootstrap.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 1715, ../../sass/vendors/_bootstrap.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 1718, ../../sass/vendors/_bootstrap.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

/* line 1730, ../../sass/vendors/_bootstrap.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 1735, ../../sass/vendors/_bootstrap.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 1740, ../../sass/vendors/_bootstrap.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

/* line 1745, ../../sass/vendors/_bootstrap.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 1748, ../../sass/vendors/_bootstrap.scss */
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}

/* line 1751, ../../sass/vendors/_bootstrap.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 1754, ../../sass/vendors/_bootstrap.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 1761, ../../sass/vendors/_bootstrap.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 1766, ../../sass/vendors/_bootstrap.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 1771, ../../sass/vendors/_bootstrap.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }

  /* line 1774, ../../sass/vendors/_bootstrap.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 1778, ../../sass/vendors/_bootstrap.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  /* line 1783, ../../sass/vendors/_bootstrap.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }

  /* line 1786, ../../sass/vendors/_bootstrap.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 1790, ../../sass/vendors/_bootstrap.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 1797, ../../sass/vendors/_bootstrap.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  /* line 1801, ../../sass/vendors/_bootstrap.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  /* line 1806, ../../sass/vendors/_bootstrap.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
/* line 1810, ../../sass/vendors/_bootstrap.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

/* line 1818, ../../sass/vendors/_bootstrap.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}

/* line 1822, ../../sass/vendors/_bootstrap.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  /* line 1827, ../../sass/vendors/_bootstrap.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 1833, ../../sass/vendors/_bootstrap.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 1837, ../../sass/vendors/_bootstrap.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  /* line 1843, ../../sass/vendors/_bootstrap.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
/* line 1848, ../../sass/vendors/_bootstrap.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 1869, ../../sass/vendors/_bootstrap.scss */
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 1879, ../../sass/vendors/_bootstrap.scss */
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}

/* line 1885, ../../sass/vendors/_bootstrap.scss */
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 1892, ../../sass/vendors/_bootstrap.scss */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1901, ../../sass/vendors/_bootstrap.scss */
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 1905, ../../sass/vendors/_bootstrap.scss */
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

/* line 1910, ../../sass/vendors/_bootstrap.scss */
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 1916, ../../sass/vendors/_bootstrap.scss */
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 1921, ../../sass/vendors/_bootstrap.scss */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 1928, ../../sass/vendors/_bootstrap.scss */
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 1941, ../../sass/vendors/_bootstrap.scss */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

/* line 1946, ../../sass/vendors/_bootstrap.scss */
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

/* line 1967, ../../sass/vendors/_bootstrap.scss */
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}

/* line 1971, ../../sass/vendors/_bootstrap.scss */
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 1976, ../../sass/vendors/_bootstrap.scss */
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}

/* line 1982, ../../sass/vendors/_bootstrap.scss */
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 1987, ../../sass/vendors/_bootstrap.scss */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 1994, ../../sass/vendors/_bootstrap.scss */
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 2007, ../../sass/vendors/_bootstrap.scss */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 2012, ../../sass/vendors/_bootstrap.scss */
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 2033, ../../sass/vendors/_bootstrap.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}

/* line 2037, ../../sass/vendors/_bootstrap.scss */
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 2042, ../../sass/vendors/_bootstrap.scss */
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 2048, ../../sass/vendors/_bootstrap.scss */
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 2053, ../../sass/vendors/_bootstrap.scss */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 2060, ../../sass/vendors/_bootstrap.scss */
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}

/* line 2073, ../../sass/vendors/_bootstrap.scss */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

/* line 2078, ../../sass/vendors/_bootstrap.scss */
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 2099, ../../sass/vendors/_bootstrap.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}

/* line 2103, ../../sass/vendors/_bootstrap.scss */
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 2108, ../../sass/vendors/_bootstrap.scss */
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 2114, ../../sass/vendors/_bootstrap.scss */
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 2119, ../../sass/vendors/_bootstrap.scss */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 2126, ../../sass/vendors/_bootstrap.scss */
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 2139, ../../sass/vendors/_bootstrap.scss */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

/* line 2144, ../../sass/vendors/_bootstrap.scss */
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 2165, ../../sass/vendors/_bootstrap.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}

/* line 2169, ../../sass/vendors/_bootstrap.scss */
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 2174, ../../sass/vendors/_bootstrap.scss */
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}

/* line 2180, ../../sass/vendors/_bootstrap.scss */
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 2185, ../../sass/vendors/_bootstrap.scss */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 2192, ../../sass/vendors/_bootstrap.scss */
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 2205, ../../sass/vendors/_bootstrap.scss */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

/* line 2210, ../../sass/vendors/_bootstrap.scss */
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 2231, ../../sass/vendors/_bootstrap.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}

/* line 2235, ../../sass/vendors/_bootstrap.scss */
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 2240, ../../sass/vendors/_bootstrap.scss */
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}

/* line 2246, ../../sass/vendors/_bootstrap.scss */
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 2251, ../../sass/vendors/_bootstrap.scss */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 2258, ../../sass/vendors/_bootstrap.scss */
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}

/* line 2271, ../../sass/vendors/_bootstrap.scss */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

/* line 2276, ../../sass/vendors/_bootstrap.scss */
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 2297, ../../sass/vendors/_bootstrap.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}

/* line 2301, ../../sass/vendors/_bootstrap.scss */
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

/* line 2306, ../../sass/vendors/_bootstrap.scss */
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2315, ../../sass/vendors/_bootstrap.scss */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

/* line 2321, ../../sass/vendors/_bootstrap.scss */
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

/* line 2327, ../../sass/vendors/_bootstrap.scss */
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 2334, ../../sass/vendors/_bootstrap.scss */
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 2341, ../../sass/vendors/_bootstrap.scss */
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2348, ../../sass/vendors/_bootstrap.scss */
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2355, ../../sass/vendors/_bootstrap.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 2359, ../../sass/vendors/_bootstrap.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 2362, ../../sass/vendors/_bootstrap.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 2367, ../../sass/vendors/_bootstrap.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 2373, ../../sass/vendors/_bootstrap.scss */
.fade.in {
  opacity: 1;
}

/* line 2376, ../../sass/vendors/_bootstrap.scss */
.collapse {
  display: none;
}

/* line 2379, ../../sass/vendors/_bootstrap.scss */
.collapse.in {
  display: block;
}

/* line 2382, ../../sass/vendors/_bootstrap.scss */
tr.collapse.in {
  display: table-row;
}

/* line 2385, ../../sass/vendors/_bootstrap.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 2388, ../../sass/vendors/_bootstrap.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 2402, ../../sass/vendors/_bootstrap.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 2413, ../../sass/vendors/_bootstrap.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 2417, ../../sass/vendors/_bootstrap.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 2420, ../../sass/vendors/_bootstrap.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 2442, ../../sass/vendors/_bootstrap.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 2446, ../../sass/vendors/_bootstrap.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 2452, ../../sass/vendors/_bootstrap.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

/* line 2461, ../../sass/vendors/_bootstrap.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 2467, ../../sass/vendors/_bootstrap.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

/* line 2475, ../../sass/vendors/_bootstrap.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}

/* line 2480, ../../sass/vendors/_bootstrap.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 2488, ../../sass/vendors/_bootstrap.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 2491, ../../sass/vendors/_bootstrap.scss */
.open > a {
  outline: 0;
}

/* line 2494, ../../sass/vendors/_bootstrap.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 2498, ../../sass/vendors/_bootstrap.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 2502, ../../sass/vendors/_bootstrap.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}

/* line 2510, ../../sass/vendors/_bootstrap.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 2518, ../../sass/vendors/_bootstrap.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 2522, ../../sass/vendors/_bootstrap.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

/* line 2529, ../../sass/vendors/_bootstrap.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 2536, ../../sass/vendors/_bootstrap.scss */
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  /* line 2540, ../../sass/vendors/_bootstrap.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 2545, ../../sass/vendors/_bootstrap.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 2551, ../../sass/vendors/_bootstrap.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 2556, ../../sass/vendors/_bootstrap.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 2566, ../../sass/vendors/_bootstrap.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 2572, ../../sass/vendors/_bootstrap.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 2575, ../../sass/vendors/_bootstrap.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 2580, ../../sass/vendors/_bootstrap.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 2585, ../../sass/vendors/_bootstrap.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 2588, ../../sass/vendors/_bootstrap.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 2591, ../../sass/vendors/_bootstrap.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 2595, ../../sass/vendors/_bootstrap.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 2600, ../../sass/vendors/_bootstrap.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 2603, ../../sass/vendors/_bootstrap.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 2606, ../../sass/vendors/_bootstrap.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 2611, ../../sass/vendors/_bootstrap.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 2615, ../../sass/vendors/_bootstrap.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 2619, ../../sass/vendors/_bootstrap.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 2623, ../../sass/vendors/_bootstrap.scss */
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 2627, ../../sass/vendors/_bootstrap.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 2631, ../../sass/vendors/_bootstrap.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2635, ../../sass/vendors/_bootstrap.scss */
.btn .caret {
  margin-left: 0;
}

/* line 2638, ../../sass/vendors/_bootstrap.scss */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 2642, ../../sass/vendors/_bootstrap.scss */
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

/* line 2645, ../../sass/vendors/_bootstrap.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 2653, ../../sass/vendors/_bootstrap.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 2656, ../../sass/vendors/_bootstrap.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 2663, ../../sass/vendors/_bootstrap.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 2666, ../../sass/vendors/_bootstrap.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2671, ../../sass/vendors/_bootstrap.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 2676, ../../sass/vendors/_bootstrap.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 2679, ../../sass/vendors/_bootstrap.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2684, ../../sass/vendors/_bootstrap.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 2688, ../../sass/vendors/_bootstrap.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 2694, ../../sass/vendors/_bootstrap.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

/* line 2700, ../../sass/vendors/_bootstrap.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 2703, ../../sass/vendors/_bootstrap.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 2706, ../../sass/vendors/_bootstrap.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 2714, ../../sass/vendors/_bootstrap.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 2719, ../../sass/vendors/_bootstrap.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 2724, ../../sass/vendors/_bootstrap.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 2731, ../../sass/vendors/_bootstrap.scss */
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 2740, ../../sass/vendors/_bootstrap.scss */
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}

/* line 2746, ../../sass/vendors/_bootstrap.scss */
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

/* line 2754, ../../sass/vendors/_bootstrap.scss */
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2763, ../../sass/vendors/_bootstrap.scss */
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}

/* line 2769, ../../sass/vendors/_bootstrap.scss */
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

/* line 2777, ../../sass/vendors/_bootstrap.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 2782, ../../sass/vendors/_bootstrap.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 2787, ../../sass/vendors/_bootstrap.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 2793, ../../sass/vendors/_bootstrap.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

/* line 2804, ../../sass/vendors/_bootstrap.scss */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}

/* line 2809, ../../sass/vendors/_bootstrap.scss */
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}

/* line 2814, ../../sass/vendors/_bootstrap.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 2818, ../../sass/vendors/_bootstrap.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 2828, ../../sass/vendors/_bootstrap.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 2831, ../../sass/vendors/_bootstrap.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 2841, ../../sass/vendors/_bootstrap.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 2844, ../../sass/vendors/_bootstrap.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 2849, ../../sass/vendors/_bootstrap.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 2852, ../../sass/vendors/_bootstrap.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 2855, ../../sass/vendors/_bootstrap.scss */
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

/* line 2860, ../../sass/vendors/_bootstrap.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 2864, ../../sass/vendors/_bootstrap.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 2869, ../../sass/vendors/_bootstrap.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

/* line 2874, ../../sass/vendors/_bootstrap.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 2878, ../../sass/vendors/_bootstrap.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 2883, ../../sass/vendors/_bootstrap.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 2888, ../../sass/vendors/_bootstrap.scss */
.nav > li.disabled > a {
  color: #777777;
}

/* line 2891, ../../sass/vendors/_bootstrap.scss */
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

/* line 2898, ../../sass/vendors/_bootstrap.scss */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

/* line 2904, ../../sass/vendors/_bootstrap.scss */
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 2910, ../../sass/vendors/_bootstrap.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 2913, ../../sass/vendors/_bootstrap.scss */
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

/* line 2916, ../../sass/vendors/_bootstrap.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 2920, ../../sass/vendors/_bootstrap.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 2926, ../../sass/vendors/_bootstrap.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

/* line 2929, ../../sass/vendors/_bootstrap.scss */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 2938, ../../sass/vendors/_bootstrap.scss */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

/* line 2942, ../../sass/vendors/_bootstrap.scss */
.nav-tabs.nav-justified > li {
  float: none;
}

/* line 2945, ../../sass/vendors/_bootstrap.scss */
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 2949, ../../sass/vendors/_bootstrap.scss */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 2954, ../../sass/vendors/_bootstrap.scss */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 2958, ../../sass/vendors/_bootstrap.scss */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 2962, ../../sass/vendors/_bootstrap.scss */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 2966, ../../sass/vendors/_bootstrap.scss */
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  /* line 2972, ../../sass/vendors/_bootstrap.scss */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 2976, ../../sass/vendors/_bootstrap.scss */
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
/* line 2982, ../../sass/vendors/_bootstrap.scss */
.nav-pills > li {
  float: left;
}

/* line 2985, ../../sass/vendors/_bootstrap.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 2988, ../../sass/vendors/_bootstrap.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 2991, ../../sass/vendors/_bootstrap.scss */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}

/* line 2997, ../../sass/vendors/_bootstrap.scss */
.nav-stacked > li {
  float: none;
}

/* line 3000, ../../sass/vendors/_bootstrap.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 3004, ../../sass/vendors/_bootstrap.scss */
.nav-justified {
  width: 100%;
}

/* line 3007, ../../sass/vendors/_bootstrap.scss */
.nav-justified > li {
  float: none;
}

/* line 3010, ../../sass/vendors/_bootstrap.scss */
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 3014, ../../sass/vendors/_bootstrap.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 3019, ../../sass/vendors/_bootstrap.scss */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 3023, ../../sass/vendors/_bootstrap.scss */
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 3027, ../../sass/vendors/_bootstrap.scss */
.nav-tabs-justified {
  border-bottom: 0;
}

/* line 3030, ../../sass/vendors/_bootstrap.scss */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 3034, ../../sass/vendors/_bootstrap.scss */
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  /* line 3040, ../../sass/vendors/_bootstrap.scss */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }

  /* line 3044, ../../sass/vendors/_bootstrap.scss */
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
/* line 3050, ../../sass/vendors/_bootstrap.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 3053, ../../sass/vendors/_bootstrap.scss */
.tab-content > .active {
  display: block;
}

/* line 3056, ../../sass/vendors/_bootstrap.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 3061, ../../sass/vendors/_bootstrap.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  /* line 3068, ../../sass/vendors/_bootstrap.scss */
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  /* line 3073, ../../sass/vendors/_bootstrap.scss */
  .navbar-header {
    float: left;
  }
}
/* line 3077, ../../sass/vendors/_bootstrap.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 3086, ../../sass/vendors/_bootstrap.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 3090, ../../sass/vendors/_bootstrap.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* line 3096, ../../sass/vendors/_bootstrap.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  /* line 3102, ../../sass/vendors/_bootstrap.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }

  /* line 3105, ../../sass/vendors/_bootstrap.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 3112, ../../sass/vendors/_bootstrap.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 3117, ../../sass/vendors/_bootstrap.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
/* line 3122, ../../sass/vendors/_bootstrap.scss */
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 3130, ../../sass/vendors/_bootstrap.scss */
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 3138, ../../sass/vendors/_bootstrap.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 3143, ../../sass/vendors/_bootstrap.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}
/* line 3147, ../../sass/vendors/_bootstrap.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 3155, ../../sass/vendors/_bootstrap.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
/* line 3160, ../../sass/vendors/_bootstrap.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 3164, ../../sass/vendors/_bootstrap.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 3169, ../../sass/vendors/_bootstrap.scss */
.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 50px;
}

/* line 3176, ../../sass/vendors/_bootstrap.scss */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

/* line 3180, ../../sass/vendors/_bootstrap.scss */
.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 3184, ../../sass/vendors/_bootstrap.scss */
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
/* line 3189, ../../sass/vendors/_bootstrap.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 3201, ../../sass/vendors/_bootstrap.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 3204, ../../sass/vendors/_bootstrap.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 3210, ../../sass/vendors/_bootstrap.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 3214, ../../sass/vendors/_bootstrap.scss */
  .navbar-toggle {
    display: none;
  }
}
/* line 3218, ../../sass/vendors/_bootstrap.scss */
.navbar-nav {
  margin: 7px -15px;
}

/* line 3221, ../../sass/vendors/_bootstrap.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}

@media (max-width: 767px) {
  /* line 3227, ../../sass/vendors/_bootstrap.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* line 3237, ../../sass/vendors/_bootstrap.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  /* line 3241, ../../sass/vendors/_bootstrap.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }

  /* line 3244, ../../sass/vendors/_bootstrap.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 3250, ../../sass/vendors/_bootstrap.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }

  /* line 3254, ../../sass/vendors/_bootstrap.scss */
  .navbar-nav > li {
    float: left;
  }

  /* line 3257, ../../sass/vendors/_bootstrap.scss */
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
/* line 3262, ../../sass/vendors/_bootstrap.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}

@media (min-width: 768px) {
  /* line 3274, ../../sass/vendors/_bootstrap.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 3279, ../../sass/vendors/_bootstrap.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 3284, ../../sass/vendors/_bootstrap.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }

  /* line 3287, ../../sass/vendors/_bootstrap.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 3291, ../../sass/vendors/_bootstrap.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  /* line 3296, ../../sass/vendors/_bootstrap.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  /* line 3299, ../../sass/vendors/_bootstrap.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 3303, ../../sass/vendors/_bootstrap.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 3310, ../../sass/vendors/_bootstrap.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  /* line 3314, ../../sass/vendors/_bootstrap.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  /* line 3319, ../../sass/vendors/_bootstrap.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 3324, ../../sass/vendors/_bootstrap.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  /* line 3327, ../../sass/vendors/_bootstrap.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 3332, ../../sass/vendors/_bootstrap.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
/* line 3343, ../../sass/vendors/_bootstrap.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 3348, ../../sass/vendors/_bootstrap.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3355, ../../sass/vendors/_bootstrap.scss */
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}

/* line 3359, ../../sass/vendors/_bootstrap.scss */
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}

/* line 3363, ../../sass/vendors/_bootstrap.scss */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 3367, ../../sass/vendors/_bootstrap.scss */
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  /* line 3372, ../../sass/vendors/_bootstrap.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  /* line 3379, ../../sass/vendors/_bootstrap.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 3382, ../../sass/vendors/_bootstrap.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  /* line 3386, ../../sass/vendors/_bootstrap.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 3390, ../../sass/vendors/_bootstrap.scss */
.navbar-default {
  background-color: #002b45;
  border-color: #001624;
}

/* line 3394, ../../sass/vendors/_bootstrap.scss */
.navbar-default .navbar-brand {
  color: #777777;
}

/* line 3397, ../../sass/vendors/_bootstrap.scss */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 3402, ../../sass/vendors/_bootstrap.scss */
.navbar-default .navbar-text {
  color: #777777;
}

/* line 3405, ../../sass/vendors/_bootstrap.scss */
.navbar-default .navbar-nav > li > a {
  color: #777777;
}

/* line 3408, ../../sass/vendors/_bootstrap.scss */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

/* line 3413, ../../sass/vendors/_bootstrap.scss */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #001624;
}

/* line 3419, ../../sass/vendors/_bootstrap.scss */
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

/* line 3425, ../../sass/vendors/_bootstrap.scss */
.navbar-default .navbar-toggle {
  border-color: #002b45;
}

/* line 3428, ../../sass/vendors/_bootstrap.scss */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #002b45;
}

/* line 3432, ../../sass/vendors/_bootstrap.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #002b45;
}

/* line 3435, ../../sass/vendors/_bootstrap.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #001624;
}

/* line 3439, ../../sass/vendors/_bootstrap.scss */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #001624;
  color: #555555;
}

@media (max-width: 767px) {
  /* line 3446, ../../sass/vendors/_bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }

  /* line 3449, ../../sass/vendors/_bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }

  /* line 3454, ../../sass/vendors/_bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #001624;
  }

  /* line 3460, ../../sass/vendors/_bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
/* line 3467, ../../sass/vendors/_bootstrap.scss */
.navbar-default .navbar-link {
  color: #777777;
}

/* line 3470, ../../sass/vendors/_bootstrap.scss */
.navbar-default .navbar-link:hover {
  color: #333333;
}

/* line 3473, ../../sass/vendors/_bootstrap.scss */
.navbar-default .btn-link {
  color: #777777;
}

/* line 3476, ../../sass/vendors/_bootstrap.scss */
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}

/* line 3480, ../../sass/vendors/_bootstrap.scss */
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}

/* line 3486, ../../sass/vendors/_bootstrap.scss */
.navbar-inverse {
  background-color: transparent;
  border-color: transparent;
}

/* line 3490, ../../sass/vendors/_bootstrap.scss */
.navbar-inverse .navbar-brand {
  color: #ffffff;
}

/* line 3493, ../../sass/vendors/_bootstrap.scss */
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: transparent;
  background-color: transparent;
}

/* line 3498, ../../sass/vendors/_bootstrap.scss */
.navbar-inverse .navbar-text {
  color: #002b45;
}

/* line 3501, ../../sass/vendors/_bootstrap.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}

/* line 3504, ../../sass/vendors/_bootstrap.scss */
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: inherit;
  background-color: transparent;
}

/* line 3509, ../../sass/vendors/_bootstrap.scss */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: inherit;
  background-color: transparent;
}

/* line 3515, ../../sass/vendors/_bootstrap.scss */
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

/* line 3521, ../../sass/vendors/_bootstrap.scss */
.navbar-inverse .navbar-toggle {
  border-color: transparent;
}

/* line 3524, ../../sass/vendors/_bootstrap.scss */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #002b45;
}

/* line 3528, ../../sass/vendors/_bootstrap.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #002b45;
}

/* line 3531, ../../sass/vendors/_bootstrap.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: transparent;
}

/* line 3535, ../../sass/vendors/_bootstrap.scss */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: inherit;
}

@media (max-width: 767px) {
  /* line 3542, ../../sass/vendors/_bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: transparent;
  }

  /* line 3545, ../../sass/vendors/_bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: transparent;
  }

  /* line 3548, ../../sass/vendors/_bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }

  /* line 3551, ../../sass/vendors/_bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: inherit;
    background-color: transparent;
  }

  /* line 3556, ../../sass/vendors/_bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: inherit;
    background-color: transparent;
  }

  /* line 3562, ../../sass/vendors/_bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
/* line 3569, ../../sass/vendors/_bootstrap.scss */
.navbar-inverse .navbar-link {
  color: #ffffff;
}

/* line 3572, ../../sass/vendors/_bootstrap.scss */
.navbar-inverse .navbar-link:hover {
  color: inherit;
}

/* line 3575, ../../sass/vendors/_bootstrap.scss */
.navbar-inverse .btn-link {
  color: #ffffff;
}

/* line 3578, ../../sass/vendors/_bootstrap.scss */
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: inherit;
}

/* line 3582, ../../sass/vendors/_bootstrap.scss */
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}

/* line 3588, ../../sass/vendors/_bootstrap.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 3595, ../../sass/vendors/_bootstrap.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 3598, ../../sass/vendors/_bootstrap.scss */
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}

/* line 3603, ../../sass/vendors/_bootstrap.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 3606, ../../sass/vendors/_bootstrap.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}

/* line 3612, ../../sass/vendors/_bootstrap.scss */
.pagination > li {
  display: inline;
}

/* line 3615, ../../sass/vendors/_bootstrap.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}

/* line 3627, ../../sass/vendors/_bootstrap.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 3633, ../../sass/vendors/_bootstrap.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 3638, ../../sass/vendors/_bootstrap.scss */
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}

/* line 3647, ../../sass/vendors/_bootstrap.scss */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

/* line 3659, ../../sass/vendors/_bootstrap.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}

/* line 3670, ../../sass/vendors/_bootstrap.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}

/* line 3676, ../../sass/vendors/_bootstrap.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

/* line 3681, ../../sass/vendors/_bootstrap.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 3686, ../../sass/vendors/_bootstrap.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}

/* line 3692, ../../sass/vendors/_bootstrap.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 3697, ../../sass/vendors/_bootstrap.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 3702, ../../sass/vendors/_bootstrap.scss */
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}

/* line 3708, ../../sass/vendors/_bootstrap.scss */
.pager li {
  display: inline;
}

/* line 3711, ../../sass/vendors/_bootstrap.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

/* line 3719, ../../sass/vendors/_bootstrap.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 3724, ../../sass/vendors/_bootstrap.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 3728, ../../sass/vendors/_bootstrap.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 3732, ../../sass/vendors/_bootstrap.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}

/* line 3740, ../../sass/vendors/_bootstrap.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 3752, ../../sass/vendors/_bootstrap.scss */
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 3758, ../../sass/vendors/_bootstrap.scss */
.label:empty {
  display: none;
}

/* line 3761, ../../sass/vendors/_bootstrap.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 3765, ../../sass/vendors/_bootstrap.scss */
.label-default {
  background-color: #777777;
}

/* line 3768, ../../sass/vendors/_bootstrap.scss */
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 3772, ../../sass/vendors/_bootstrap.scss */
.label-primary {
  background-color: #337ab7;
}

/* line 3775, ../../sass/vendors/_bootstrap.scss */
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

/* line 3779, ../../sass/vendors/_bootstrap.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 3782, ../../sass/vendors/_bootstrap.scss */
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

/* line 3786, ../../sass/vendors/_bootstrap.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 3789, ../../sass/vendors/_bootstrap.scss */
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 3793, ../../sass/vendors/_bootstrap.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 3796, ../../sass/vendors/_bootstrap.scss */
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 3800, ../../sass/vendors/_bootstrap.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 3803, ../../sass/vendors/_bootstrap.scss */
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 3807, ../../sass/vendors/_bootstrap.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

/* line 3821, ../../sass/vendors/_bootstrap.scss */
.badge:empty {
  display: none;
}

/* line 3824, ../../sass/vendors/_bootstrap.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 3828, ../../sass/vendors/_bootstrap.scss */
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 3833, ../../sass/vendors/_bootstrap.scss */
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 3839, ../../sass/vendors/_bootstrap.scss */
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}

/* line 3844, ../../sass/vendors/_bootstrap.scss */
.list-group-item > .badge {
  float: right;
}

/* line 3847, ../../sass/vendors/_bootstrap.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 3850, ../../sass/vendors/_bootstrap.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 3853, ../../sass/vendors/_bootstrap.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

/* line 3860, ../../sass/vendors/_bootstrap.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 3864, ../../sass/vendors/_bootstrap.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}

/* line 3869, ../../sass/vendors/_bootstrap.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 3872, ../../sass/vendors/_bootstrap.scss */
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}

/* line 3876, ../../sass/vendors/_bootstrap.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 3880, ../../sass/vendors/_bootstrap.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  /* line 3884, ../../sass/vendors/_bootstrap.scss */
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  /* line 3889, ../../sass/vendors/_bootstrap.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}
/* line 3894, ../../sass/vendors/_bootstrap.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

/* line 3906, ../../sass/vendors/_bootstrap.scss */
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}

/* line 3911, ../../sass/vendors/_bootstrap.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 3916, ../../sass/vendors/_bootstrap.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 3920, ../../sass/vendors/_bootstrap.scss */
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 3926, ../../sass/vendors/_bootstrap.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 3930, ../../sass/vendors/_bootstrap.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 3933, ../../sass/vendors/_bootstrap.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 3937, ../../sass/vendors/_bootstrap.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 3940, ../../sass/vendors/_bootstrap.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 3944, ../../sass/vendors/_bootstrap.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 3951, ../../sass/vendors/_bootstrap.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

/* line 3956, ../../sass/vendors/_bootstrap.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 3959, ../../sass/vendors/_bootstrap.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 3962, ../../sass/vendors/_bootstrap.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

/* line 3967, ../../sass/vendors/_bootstrap.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 3970, ../../sass/vendors/_bootstrap.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 3973, ../../sass/vendors/_bootstrap.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

/* line 3978, ../../sass/vendors/_bootstrap.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 3981, ../../sass/vendors/_bootstrap.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 3984, ../../sass/vendors/_bootstrap.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

/* line 3989, ../../sass/vendors/_bootstrap.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 3992, ../../sass/vendors/_bootstrap.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 4019, ../../sass/vendors/_bootstrap.scss */
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 4028, ../../sass/vendors/_bootstrap.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 4043, ../../sass/vendors/_bootstrap.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

/* line 4051, ../../sass/vendors/_bootstrap.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 4057, ../../sass/vendors/_bootstrap.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 4060, ../../sass/vendors/_bootstrap.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 4065, ../../sass/vendors/_bootstrap.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 4068, ../../sass/vendors/_bootstrap.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 4073, ../../sass/vendors/_bootstrap.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 4076, ../../sass/vendors/_bootstrap.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 4081, ../../sass/vendors/_bootstrap.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 4084, ../../sass/vendors/_bootstrap.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 4089, ../../sass/vendors/_bootstrap.scss */
.media {
  margin-top: 15px;
}

/* line 4092, ../../sass/vendors/_bootstrap.scss */
.media:first-child {
  margin-top: 0;
}

/* line 4095, ../../sass/vendors/_bootstrap.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 4100, ../../sass/vendors/_bootstrap.scss */
.media-body {
  width: 10000px;
}

/* line 4103, ../../sass/vendors/_bootstrap.scss */
.media-object {
  display: block;
}

/* line 4106, ../../sass/vendors/_bootstrap.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 4109, ../../sass/vendors/_bootstrap.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 4113, ../../sass/vendors/_bootstrap.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 4117, ../../sass/vendors/_bootstrap.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 4123, ../../sass/vendors/_bootstrap.scss */
.media-middle {
  vertical-align: middle;
}

/* line 4126, ../../sass/vendors/_bootstrap.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 4129, ../../sass/vendors/_bootstrap.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 4133, ../../sass/vendors/_bootstrap.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 4137, ../../sass/vendors/_bootstrap.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 4141, ../../sass/vendors/_bootstrap.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

/* line 4149, ../../sass/vendors/_bootstrap.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 4153, ../../sass/vendors/_bootstrap.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 4158, ../../sass/vendors/_bootstrap.scss */
a.list-group-item,
button.list-group-item {
  color: #555555;
}

/* line 4162, ../../sass/vendors/_bootstrap.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}

/* line 4166, ../../sass/vendors/_bootstrap.scss */
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}

/* line 4174, ../../sass/vendors/_bootstrap.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 4178, ../../sass/vendors/_bootstrap.scss */
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

/* line 4185, ../../sass/vendors/_bootstrap.scss */
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 4190, ../../sass/vendors/_bootstrap.scss */
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

/* line 4195, ../../sass/vendors/_bootstrap.scss */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 4203, ../../sass/vendors/_bootstrap.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 4214, ../../sass/vendors/_bootstrap.scss */
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

/* line 4219, ../../sass/vendors/_bootstrap.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 4223, ../../sass/vendors/_bootstrap.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

/* line 4227, ../../sass/vendors/_bootstrap.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 4231, ../../sass/vendors/_bootstrap.scss */
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 4238, ../../sass/vendors/_bootstrap.scss */
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4248, ../../sass/vendors/_bootstrap.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 4252, ../../sass/vendors/_bootstrap.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

/* line 4256, ../../sass/vendors/_bootstrap.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 4260, ../../sass/vendors/_bootstrap.scss */
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 4267, ../../sass/vendors/_bootstrap.scss */
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4277, ../../sass/vendors/_bootstrap.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 4281, ../../sass/vendors/_bootstrap.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 4285, ../../sass/vendors/_bootstrap.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 4289, ../../sass/vendors/_bootstrap.scss */
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 4296, ../../sass/vendors/_bootstrap.scss */
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4306, ../../sass/vendors/_bootstrap.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 4310, ../../sass/vendors/_bootstrap.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

/* line 4314, ../../sass/vendors/_bootstrap.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 4318, ../../sass/vendors/_bootstrap.scss */
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 4325, ../../sass/vendors/_bootstrap.scss */
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 4335, ../../sass/vendors/_bootstrap.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 4339, ../../sass/vendors/_bootstrap.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 4343, ../../sass/vendors/_bootstrap.scss */
.panel {
  margin-bottom: 22px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 4351, ../../sass/vendors/_bootstrap.scss */
.panel-body {
  padding: 15px;
}

/* line 4354, ../../sass/vendors/_bootstrap.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 4360, ../../sass/vendors/_bootstrap.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 4363, ../../sass/vendors/_bootstrap.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}

/* line 4369, ../../sass/vendors/_bootstrap.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 4376, ../../sass/vendors/_bootstrap.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 4383, ../../sass/vendors/_bootstrap.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 4387, ../../sass/vendors/_bootstrap.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 4392, ../../sass/vendors/_bootstrap.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 4398, ../../sass/vendors/_bootstrap.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 4404, ../../sass/vendors/_bootstrap.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 4408, ../../sass/vendors/_bootstrap.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 4411, ../../sass/vendors/_bootstrap.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 4414, ../../sass/vendors/_bootstrap.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 4419, ../../sass/vendors/_bootstrap.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 4425, ../../sass/vendors/_bootstrap.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 4430, ../../sass/vendors/_bootstrap.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 4437, ../../sass/vendors/_bootstrap.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 4447, ../../sass/vendors/_bootstrap.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 4457, ../../sass/vendors/_bootstrap.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 4462, ../../sass/vendors/_bootstrap.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 4469, ../../sass/vendors/_bootstrap.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 4479, ../../sass/vendors/_bootstrap.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 4489, ../../sass/vendors/_bootstrap.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}

/* line 4495, ../../sass/vendors/_bootstrap.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 4499, ../../sass/vendors/_bootstrap.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 4503, ../../sass/vendors/_bootstrap.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 4517, ../../sass/vendors/_bootstrap.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 4531, ../../sass/vendors/_bootstrap.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 4541, ../../sass/vendors/_bootstrap.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 4551, ../../sass/vendors/_bootstrap.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 4555, ../../sass/vendors/_bootstrap.scss */
.panel-group {
  margin-bottom: 22px;
}

/* line 4558, ../../sass/vendors/_bootstrap.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 4562, ../../sass/vendors/_bootstrap.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 4565, ../../sass/vendors/_bootstrap.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 4568, ../../sass/vendors/_bootstrap.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}

/* line 4572, ../../sass/vendors/_bootstrap.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 4575, ../../sass/vendors/_bootstrap.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

/* line 4578, ../../sass/vendors/_bootstrap.scss */
.panel-default {
  border-color: #dddddd;
}

/* line 4581, ../../sass/vendors/_bootstrap.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

/* line 4586, ../../sass/vendors/_bootstrap.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}

/* line 4589, ../../sass/vendors/_bootstrap.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

/* line 4593, ../../sass/vendors/_bootstrap.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}

/* line 4596, ../../sass/vendors/_bootstrap.scss */
.panel-primary {
  border-color: #337ab7;
}

/* line 4599, ../../sass/vendors/_bootstrap.scss */
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 4604, ../../sass/vendors/_bootstrap.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

/* line 4607, ../../sass/vendors/_bootstrap.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}

/* line 4611, ../../sass/vendors/_bootstrap.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 4614, ../../sass/vendors/_bootstrap.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 4617, ../../sass/vendors/_bootstrap.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 4622, ../../sass/vendors/_bootstrap.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 4625, ../../sass/vendors/_bootstrap.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 4629, ../../sass/vendors/_bootstrap.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 4632, ../../sass/vendors/_bootstrap.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 4635, ../../sass/vendors/_bootstrap.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 4640, ../../sass/vendors/_bootstrap.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 4643, ../../sass/vendors/_bootstrap.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 4647, ../../sass/vendors/_bootstrap.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 4650, ../../sass/vendors/_bootstrap.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 4653, ../../sass/vendors/_bootstrap.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 4658, ../../sass/vendors/_bootstrap.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 4661, ../../sass/vendors/_bootstrap.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 4665, ../../sass/vendors/_bootstrap.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 4668, ../../sass/vendors/_bootstrap.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 4671, ../../sass/vendors/_bootstrap.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 4676, ../../sass/vendors/_bootstrap.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 4679, ../../sass/vendors/_bootstrap.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 4683, ../../sass/vendors/_bootstrap.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 4686, ../../sass/vendors/_bootstrap.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 4693, ../../sass/vendors/_bootstrap.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 4706, ../../sass/vendors/_bootstrap.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 4709, ../../sass/vendors/_bootstrap.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 4712, ../../sass/vendors/_bootstrap.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 4722, ../../sass/vendors/_bootstrap.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 4726, ../../sass/vendors/_bootstrap.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 4730, ../../sass/vendors/_bootstrap.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 4734, ../../sass/vendors/_bootstrap.scss */
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 4744, ../../sass/vendors/_bootstrap.scss */
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 4752, ../../sass/vendors/_bootstrap.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 4759, ../../sass/vendors/_bootstrap.scss */
.modal-open {
  overflow: hidden;
}

/* line 4762, ../../sass/vendors/_bootstrap.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 4774, ../../sass/vendors/_bootstrap.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 4783, ../../sass/vendors/_bootstrap.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 4789, ../../sass/vendors/_bootstrap.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 4793, ../../sass/vendors/_bootstrap.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 4798, ../../sass/vendors/_bootstrap.scss */
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

/* line 4810, ../../sass/vendors/_bootstrap.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

/* line 4819, ../../sass/vendors/_bootstrap.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 4823, ../../sass/vendors/_bootstrap.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 4827, ../../sass/vendors/_bootstrap.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}

/* line 4832, ../../sass/vendors/_bootstrap.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 4835, ../../sass/vendors/_bootstrap.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 4839, ../../sass/vendors/_bootstrap.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 4843, ../../sass/vendors/_bootstrap.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 4848, ../../sass/vendors/_bootstrap.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 4852, ../../sass/vendors/_bootstrap.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 4855, ../../sass/vendors/_bootstrap.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 4858, ../../sass/vendors/_bootstrap.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 4866, ../../sass/vendors/_bootstrap.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 4870, ../../sass/vendors/_bootstrap.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 4874, ../../sass/vendors/_bootstrap.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1100px) {
  /* line 4879, ../../sass/vendors/_bootstrap.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 4883, ../../sass/vendors/_bootstrap.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 4906, ../../sass/vendors/_bootstrap.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 4910, ../../sass/vendors/_bootstrap.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

/* line 4914, ../../sass/vendors/_bootstrap.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

/* line 4918, ../../sass/vendors/_bootstrap.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

/* line 4922, ../../sass/vendors/_bootstrap.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 4926, ../../sass/vendors/_bootstrap.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}

/* line 4934, ../../sass/vendors/_bootstrap.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 4941, ../../sass/vendors/_bootstrap.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

/* line 4948, ../../sass/vendors/_bootstrap.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

/* line 4955, ../../sass/vendors/_bootstrap.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

/* line 4962, ../../sass/vendors/_bootstrap.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}

/* line 4969, ../../sass/vendors/_bootstrap.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}

/* line 4976, ../../sass/vendors/_bootstrap.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

/* line 4983, ../../sass/vendors/_bootstrap.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

/* line 4990, ../../sass/vendors/_bootstrap.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

/* line 4997, ../../sass/vendors/_bootstrap.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 5030, ../../sass/vendors/_bootstrap.scss */
.popover.top {
  margin-top: -10px;
}

/* line 5033, ../../sass/vendors/_bootstrap.scss */
.popover.right {
  margin-left: 10px;
}

/* line 5036, ../../sass/vendors/_bootstrap.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 5039, ../../sass/vendors/_bootstrap.scss */
.popover.left {
  margin-left: -10px;
}

/* line 5042, ../../sass/vendors/_bootstrap.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 5050, ../../sass/vendors/_bootstrap.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 5053, ../../sass/vendors/_bootstrap.scss */
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5062, ../../sass/vendors/_bootstrap.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 5065, ../../sass/vendors/_bootstrap.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 5069, ../../sass/vendors/_bootstrap.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

/* line 5077, ../../sass/vendors/_bootstrap.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}

/* line 5084, ../../sass/vendors/_bootstrap.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 5092, ../../sass/vendors/_bootstrap.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}

/* line 5099, ../../sass/vendors/_bootstrap.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

/* line 5107, ../../sass/vendors/_bootstrap.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}

/* line 5114, ../../sass/vendors/_bootstrap.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 5122, ../../sass/vendors/_bootstrap.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

/* line 5129, ../../sass/vendors/_bootstrap.scss */
.carousel {
  position: relative;
}

/* line 5132, ../../sass/vendors/_bootstrap.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 5137, ../../sass/vendors/_bootstrap.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 5144, ../../sass/vendors/_bootstrap.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 5149, ../../sass/vendors/_bootstrap.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  /* line 5158, ../../sass/vendors/_bootstrap.scss */
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  /* line 5164, ../../sass/vendors/_bootstrap.scss */
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  /* line 5170, ../../sass/vendors/_bootstrap.scss */
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/* line 5178, ../../sass/vendors/_bootstrap.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 5183, ../../sass/vendors/_bootstrap.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 5186, ../../sass/vendors/_bootstrap.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 5192, ../../sass/vendors/_bootstrap.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 5195, ../../sass/vendors/_bootstrap.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 5198, ../../sass/vendors/_bootstrap.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 5202, ../../sass/vendors/_bootstrap.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 5205, ../../sass/vendors/_bootstrap.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 5208, ../../sass/vendors/_bootstrap.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 5221, ../../sass/vendors/_bootstrap.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

/* line 5229, ../../sass/vendors/_bootstrap.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

/* line 5239, ../../sass/vendors/_bootstrap.scss */
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 5247, ../../sass/vendors/_bootstrap.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

/* line 5257, ../../sass/vendors/_bootstrap.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 5262, ../../sass/vendors/_bootstrap.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 5267, ../../sass/vendors/_bootstrap.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

/* line 5274, ../../sass/vendors/_bootstrap.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 5277, ../../sass/vendors/_bootstrap.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 5280, ../../sass/vendors/_bootstrap.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

/* line 5291, ../../sass/vendors/_bootstrap.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

/* line 5303, ../../sass/vendors/_bootstrap.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}

/* line 5309, ../../sass/vendors/_bootstrap.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 5321, ../../sass/vendors/_bootstrap.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 5325, ../../sass/vendors/_bootstrap.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  /* line 5334, ../../sass/vendors/_bootstrap.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  /* line 5338, ../../sass/vendors/_bootstrap.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  /* line 5342, ../../sass/vendors/_bootstrap.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 5347, ../../sass/vendors/_bootstrap.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 5351, ../../sass/vendors/_bootstrap.scss */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

/* line 5382, ../../sass/vendors/_bootstrap.scss */
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

/* line 5398, ../../sass/vendors/_bootstrap.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 5403, ../../sass/vendors/_bootstrap.scss */
.pull-right {
  float: right !important;
}

/* line 5406, ../../sass/vendors/_bootstrap.scss */
.pull-left {
  float: left !important;
}

/* line 5409, ../../sass/vendors/_bootstrap.scss */
.hide {
  display: none !important;
}

/* line 5412, ../../sass/vendors/_bootstrap.scss */
.show {
  display: block !important;
}

/* line 5415, ../../sass/vendors/_bootstrap.scss */
.invisible {
  visibility: hidden;
}

/* line 5418, ../../sass/vendors/_bootstrap.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 5425, ../../sass/vendors/_bootstrap.scss */
.hidden {
  display: none !important;
}

/* line 5428, ../../sass/vendors/_bootstrap.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 5434, ../../sass/vendors/_bootstrap.scss */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

/* line 5440, ../../sass/vendors/_bootstrap.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 5455, ../../sass/vendors/_bootstrap.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 5458, ../../sass/vendors/_bootstrap.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 5461, ../../sass/vendors/_bootstrap.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 5464, ../../sass/vendors/_bootstrap.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 5470, ../../sass/vendors/_bootstrap.scss */
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  /* line 5475, ../../sass/vendors/_bootstrap.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  /* line 5480, ../../sass/vendors/_bootstrap.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  /* line 5485, ../../sass/vendors/_bootstrap.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 5488, ../../sass/vendors/_bootstrap.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 5491, ../../sass/vendors/_bootstrap.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 5494, ../../sass/vendors/_bootstrap.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  /* line 5500, ../../sass/vendors/_bootstrap.scss */
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  /* line 5505, ../../sass/vendors/_bootstrap.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  /* line 5510, ../../sass/vendors/_bootstrap.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1100px) and (max-width: 1099px) {
  /* line 5515, ../../sass/vendors/_bootstrap.scss */
  .visible-md {
    display: block !important;
  }

  /* line 5518, ../../sass/vendors/_bootstrap.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 5521, ../../sass/vendors/_bootstrap.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 5524, ../../sass/vendors/_bootstrap.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1100px) and (max-width: 1099px) {
  /* line 5530, ../../sass/vendors/_bootstrap.scss */
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1100px) and (max-width: 1099px) {
  /* line 5535, ../../sass/vendors/_bootstrap.scss */
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1100px) and (max-width: 1099px) {
  /* line 5540, ../../sass/vendors/_bootstrap.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1100px) {
  /* line 5545, ../../sass/vendors/_bootstrap.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 5548, ../../sass/vendors/_bootstrap.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 5551, ../../sass/vendors/_bootstrap.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 5554, ../../sass/vendors/_bootstrap.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1100px) {
  /* line 5560, ../../sass/vendors/_bootstrap.scss */
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1100px) {
  /* line 5565, ../../sass/vendors/_bootstrap.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1100px) {
  /* line 5570, ../../sass/vendors/_bootstrap.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  /* line 5575, ../../sass/vendors/_bootstrap.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  /* line 5580, ../../sass/vendors/_bootstrap.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1100px) and (max-width: 1099px) {
  /* line 5585, ../../sass/vendors/_bootstrap.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1100px) {
  /* line 5590, ../../sass/vendors/_bootstrap.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 5594, ../../sass/vendors/_bootstrap.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 5598, ../../sass/vendors/_bootstrap.scss */
  .visible-print {
    display: block !important;
  }

  /* line 5601, ../../sass/vendors/_bootstrap.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 5604, ../../sass/vendors/_bootstrap.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 5607, ../../sass/vendors/_bootstrap.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 5612, ../../sass/vendors/_bootstrap.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 5616, ../../sass/vendors/_bootstrap.scss */
  .visible-print-block {
    display: block !important;
  }
}
/* line 5620, ../../sass/vendors/_bootstrap.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 5624, ../../sass/vendors/_bootstrap.scss */
  .visible-print-inline {
    display: inline !important;
  }
}
/* line 5628, ../../sass/vendors/_bootstrap.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 5632, ../../sass/vendors/_bootstrap.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  /* line 5637, ../../sass/vendors/_bootstrap.scss */
  .hidden-print {
    display: none !important;
  }
}
/* line 2, ../../sass/icons/_icons.scss */
.icon--text:before {
  vertical-align: baseline;
  margin-right: 0.3em;
}

/* line 7, ../../sass/icons/_icons.scss */
.icon-align {
  position: relative;
  display: inline-block;
  margin-top: -4px;
  font-size: 19px;
  color: #3390cf;
}

/* line 15, ../../sass/icons/_icons.scss */
.icon-no-image {
  font-size: 70px;
  color: #dddddd;
}

/* line 20, ../../sass/icons/_icons.scss */
.icon-txt {
  position: relative;
  display: inline-block;
  line-height: normal;
}
/* line 24, ../../sass/icons/_icons.scss */
.icon-txt.icon-file {
  color: #999999;
}
/* line 27, ../../sass/icons/_icons.scss */
.icon-txt [class^="icon-txt-"] {
  position: absolute;
  top: 47%;
  right: -3%;
  padding: 0.2em 0.4em;
  font-size: 0.25em;
  line-height: normal;
  height: auto;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #333333;
  color: white;
}
/* line 41, ../../sass/icons/_icons.scss */
.icon-txt .icon-txt-xlsx {
  background-color: #38ab63;
}
/* line 44, ../../sass/icons/_icons.scss */
.icon-txt .icon-txt-doc,
.icon-txt .icon-txt-docx {
  background-color: #1a8cff;
}
/* line 48, ../../sass/icons/_icons.scss */
.icon-txt .icon-txt-ppt,
.icon-txt .icon-txt-pptx {
  background-color: #ed8527;
}
/* line 52, ../../sass/icons/_icons.scss */
.icon-txt .icon-txt-pdf {
  background-color: #ff4848;
}
/* line 55, ../../sass/icons/_icons.scss */
.icon-txt .icon-txt-zip {
  background-color: #596c9b;
}

/* line 61, ../../sass/icons/_icons.scss */
.icon-sm {
  font-size: 22px;
}
/* line 63, ../../sass/icons/_icons.scss */
.icon-sm [class^=icon-txt-] {
  top: 43%;
  right: -20%;
  padding: 0.1em 0.3em;
  font-size: 0.35em;
}

/* line 71, ../../sass/icons/_icons.scss */
.icon-md {
  font-size: 38px;
}

/* line 75, ../../sass/icons/_icons.scss */
.icon-lg {
  font-size: 48px;
}

/* line 1, ../../sass/vendors/_common.scss */
pre {
  padding: 0;
  border: 0;
  background: transparent;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
}

/* line 1, ../../sass/vendors/sitefinity/_loading.scss */
.sf-loading:before, .sf-loading:after, .sf-loading > span {
  background-color: #9cc5f7;
  height: 30px;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.1s infinite ease-in-out;
  animation: stretchdelay 1.1s infinite ease-in-out;
}

/* line 10, ../../sass/vendors/sitefinity/_loading.scss */
.sf-loading {
  height: 30px;
  width: 6px;
  position: relative;
  margin: -5px 0 0 12px;
}
/* line 19, ../../sass/vendors/sitefinity/_loading.scss */
.sf-loading:before, .sf-loading:after {
  content: " ";
  position: absolute;
  top: 0;
}
/* line 25, ../../sass/vendors/sitefinity/_loading.scss */
.sf-loading:before {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
  left: -10px;
}
/* line 30, ../../sass/vendors/sitefinity/_loading.scss */
.sf-loading:after {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  right: -10px;
}

/* line 40, ../../sass/vendors/sitefinity/_loading.scss */
.sf-loading-wrapper {
  position: absolute;
  z-index: 902;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 48, ../../sass/vendors/sitefinity/_loading.scss */
.sf-loading-wrapper .sf-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    background-color: #105ab5;
  }
}
@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    background-color: #105ab5;
  }
}
/* line 3, ../../sass/vendors/sitefinity/media/_sf-media.scss */
.sf-media .sf-img-thmb a {
  display: block;
  width: 120px;
  height: 90px;
  overflow: hidden;
}
/* line 10, ../../sass/vendors/sitefinity/media/_sf-media.scss */
.sf-media .sf-video-thmb {
  position: relative;
  width: 120px;
  height: 90px;
  background-color: black;
}
/* line 15, ../../sass/vendors/sitefinity/media/_sf-media.scss */
.sf-media .sf-video-thmb a {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  height: 70px;
  overflow: hidden;
}
/* line 22, ../../sass/vendors/sitefinity/media/_sf-media.scss */
.sf-media .sf-video-thmb a .sf-icon-play {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  border-radius: 50%;
  background-color: black;
  opacity: 0.8;
}
/* line 33, ../../sass/vendors/sitefinity/media/_sf-media.scss */
.sf-media .sf-video-thmb a .sf-icon-play:hover {
  background-color: #333333;
}
/* line 36, ../../sass/vendors/sitefinity/media/_sf-media.scss */
.sf-media .sf-video-thmb a .sf-icon-play:before {
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid white;
  position: absolute;
  left: 12px;
  top: 9px;
  content: "";
}
/* line 52, ../../sass/vendors/sitefinity/media/_sf-media.scss */
.sf-media .sf-media-body h3 {
  margin-top: 0;
}

/* line 2, ../../sass/vendors/sitefinity/_sf-content-block.scss */
body[contenteditable="true"] {
  padding: 20px;
}

/* line 2, ../../sass/vendors/sitefinity/gallery/_gallery.scss */
.sf-Gallery h2 {
  margin-top: 10px;
}

/* line 7, ../../sass/vendors/sitefinity/gallery/_gallery.scss */
.sf-Gallery-thumbs-container {
  overflow: hidden;
}

/* line 11, ../../sass/vendors/sitefinity/gallery/_gallery.scss */
.sf-Gallery-thumbs {
  margin: 0 -5px;
}
/* line 13, ../../sass/vendors/sitefinity/gallery/_gallery.scss */
.sf-Gallery-thumbs a {
  display: inline-block;
  margin: 0 5px 10px;
  border: 5px solid transparent;
  width: 130px;
  height: 130px;
  line-height: 120px;
  overflow: hidden;
  cursor: pointer;
}
/* line 22, ../../sass/vendors/sitefinity/gallery/_gallery.scss */
.sf-Gallery-thumbs a.is-selected {
  border-color: #428bca;
}
/* line 25, ../../sass/vendors/sitefinity/gallery/_gallery.scss */
.sf-Gallery-thumbs a > img {
  vertical-align: middle;
}
/* line 30, ../../sass/vendors/sitefinity/gallery/_gallery.scss */
.sf-Gallery-thumbs .sf-Gallery-thumbs--video div {
  display: inline-block;
  margin: 0 5px 10px;
  border: 5px solid transparent;
  width: 160px;
  height: 170px;
  cursor: pointer;
}
/* line 38, ../../sass/vendors/sitefinity/gallery/_gallery.scss */
.sf-Gallery-thumbs .sf-Gallery-thumbs--video a {
  display: block;
  margin: 0;
  border: 0;
  width: 160px;
  height: 130px;
  overflow: hidden;
  cursor: pointer;
}
/* line 47, ../../sass/vendors/sitefinity/gallery/_gallery.scss */
.sf-Gallery-thumbs .sf-Gallery-thumbs--video h3 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 58, ../../sass/vendors/sitefinity/gallery/_gallery.scss */
.sf-Gallery-image {
  position: relative;
  height: 600px;
  line-height: 600px;
  margin-top: 30px;
  text-align: center;
  background: #e4e4e4;
  border: 1px solid #e4e4e4;
}
/* line 66, ../../sass/vendors/sitefinity/gallery/_gallery.scss */
.sf-Gallery-image > img {
  max-height: 100%;
  width: auto;
  display: inline-block;
}

/* line 73, ../../sass/vendors/sitefinity/gallery/_gallery.scss */
.sf-Gallery-next,
.sf-Gallery-prev {
  cursor: pointer;
  position: absolute;
  height: 600px;
  width: 50%;
  padding: 0 50px;
  left: 0;
  top: 0;
  text-align: left;
  font-family: Verdana;
  color: black;
  font-size: 40px;
  line-height: 600px;
  text-shadow: 0 0 3px white;
  opacity: 0;
  transition: opacity 0.2s ease;
  background: rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 95, ../../sass/vendors/sitefinity/gallery/_gallery.scss */
.sf-Gallery-next:hover,
.sf-Gallery-prev:hover {
  opacity: 1;
  color: black;
}

/* line 101, ../../sass/vendors/sitefinity/gallery/_gallery.scss */
.sf-Gallery-prev {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}

/* line 105, ../../sass/vendors/sitefinity/gallery/_gallery.scss */
.sf-Gallery-next {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  left: auto;
  right: 0;
  text-align: right;
}

/* line 112, ../../sass/vendors/sitefinity/gallery/_gallery.scss */
.sf-Gallery-navigation {
  margin: 5px 0 30px;
}

/* line 2, ../../sass/vendors/sitefinity/navigation/_navbar.scss */
.right-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid;
}

/* line 13, ../../sass/vendors/sitefinity/navigation/_navbar.scss */
.dropdown-submenu {
  position: relative;
}
/* line 16, ../../sass/vendors/sitefinity/navigation/_navbar.scss */
.dropdown-submenu:hover ul {
  left: 100%;
  top: 0;
  display: block;
}

/* line 25, ../../sass/vendors/sitefinity/navigation/_navbar.scss */
.navbar-collapse.in .dropdown-submenu ul {
  display: block;
  padding-left: 20px;
}
/* line 29, ../../sass/vendors/sitefinity/navigation/_navbar.scss */
.navbar-collapse.in .right-caret {
  display: none;
}

/* line 2, ../../sass/vendors/sitefinity/navigation/_sitemap.scss */
.nav-sitemap {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
/* line 8, ../../sass/vendors/sitefinity/navigation/_sitemap.scss */
.nav-sitemap ul {
  margin: 0;
  padding: 0;
}
/* line 12, ../../sass/vendors/sitefinity/navigation/_sitemap.scss */
.nav-sitemap li {
  list-style-type: none;
}
/* line 15, ../../sass/vendors/sitefinity/navigation/_sitemap.scss */
.nav-sitemap > li {
  display: table-cell;
  border-left: 1px solid #cccccc;
}
/* line 18, ../../sass/vendors/sitefinity/navigation/_sitemap.scss */
.nav-sitemap > li:first-child {
  border-left-width: 0;
}
@media only screen and (max-width: 768px) {
  /* line 2, ../../sass/vendors/sitefinity/navigation/_sitemap.scss */
  .nav-sitemap {
    display: block;
  }
  /* line 24, ../../sass/vendors/sitefinity/navigation/_sitemap.scss */
  .nav-sitemap > li {
    display: block;
    border-left-width: 0;
  }
  /* line 27, ../../sass/vendors/sitefinity/navigation/_sitemap.scss */
  .nav-sitemap > li:first-child {
    border-top-width: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 2, ../../sass/vendors/sitefinity/navigation/_sitemap.scss */
  .nav-sitemap {
    display: block;
  }
  /* line 34, ../../sass/vendors/sitefinity/navigation/_sitemap.scss */
  .nav-sitemap > li {
    float: left;
    width: 48%;
    margin: 0 1%;
    border-left-width: 0;
  }
  /* line 39, ../../sass/vendors/sitefinity/navigation/_sitemap.scss */
  .nav-sitemap > li:nth-child(odd) {
    clear: both;
  }
}

/* line 2, ../../sass/vendors/sitefinity/navigation/_stacked.scss */
.nav-stacked ul {
  margin-left: 15px;
}

/* line 1, ../../sass/vendors/sitefinity/searchBox/_sf-search-box.scss */
ul.sf-autocomplete {
  position: absolute;
  padding: 0;
  background: white;
  border: 1px solid #ccc;
  list-style: none;
}
/* line 7, ../../sass/vendors/sitefinity/searchBox/_sf-search-box.scss */
ul.sf-autocomplete a {
  padding: 3px;
  display: block;
  color: black;
}
/* line 11, ../../sass/vendors/sitefinity/searchBox/_sf-search-box.scss */
ul.sf-autocomplete a.ui-state-focus {
  background-color: #eeeeee;
}
/* line 14, ../../sass/vendors/sitefinity/searchBox/_sf-search-box.scss */
ul.sf-autocomplete a:hover {
  text-decoration: none;
}

/* line 1, ../../sass/vendors/sitefinity/searchResults/_sf-search-results.scss */
.sf-search-results {
  margin-bottom: 20px;
}

/* line 2, ../../sass/vendors/sitefinity/profile/_sf-profile.scss */
.sf-profile .sf-profile-avatar {
  position: relative;
  display: inline-block;
}
/* line 5, ../../sass/vendors/sitefinity/profile/_sf-profile.scss */
.sf-profile .sf-profile-avatar .glyphicon-remove-sign {
  top: 5px;
  right: 5px;
  text-decoration: none;
  color: #999999;
  background: white;
  border-radius: 50%;
}

/* line 2, ../../sass/vendors/sitefinity/documentList/_sf-document-list.scss */
.sf-document-list--table .sf-title {
  margin-left: 10px;
}

/* line 2, ../../sass/vendors/sitefinity/list/_sf-list.scss */
.sf-list--expandable i {
  margin-right: 5px;
}
/* line 5, ../../sass/vendors/sitefinity/list/_sf-list.scss */
.sf-list--expandable .sf-list-content {
  margin-left: 20px;
}
/* line 9, ../../sass/vendors/sitefinity/list/_sf-list.scss */
.sf-list--expandable .sf-list-item > div {
  margin-bottom: 5px;
}
/* line 12, ../../sass/vendors/sitefinity/list/_sf-list.scss */
.sf-list--expandable .sf-list-item h3:first-child {
  margin-top: 0;
}

/* line 3, ../../sass/vendors/sitefinity/languageSelector/_sf-language-selector.scss */
.sf-lang-selector.list-inline > li {
  padding-right: 0;
}
/* line 7, ../../sass/vendors/sitefinity/languageSelector/_sf-language-selector.scss */
.sf-lang-selector a {
  display: block;
  font-size: 14px;
  padding: 8px 10px;
  border-radius: 8px;
}
/* line 8, ../../sass/vendors/sitefinity/languageSelector/_sf-language-selector.scss */
.sf-lang-selector a.selected {
  background-color: #f2f2f2;
  color: #333333;
}
/* line 18, ../../sass/vendors/sitefinity/languageSelector/_sf-language-selector.scss */
.sf-lang-selector label select {
  display: block;
  font-weight: normal;
}

/* line 1, ../../sass/vendors/sitefinity/comments/_sf-comments.scss */
.sf-Comments {
  margin-top: 30px;
}
/* line 3, ../../sass/vendors/sitefinity/comments/_sf-comments.scss */
.sf-Comments [class^="sf-icon"] {
  display: inline-block;
}
/* line 6, ../../sass/vendors/sitefinity/comments/_sf-comments.scss */
.sf-Comments .sf-loading {
  margin-bottom: 15px;
}

/* line 11, ../../sass/vendors/sitefinity/comments/_sf-comments.scss */
.sf-Comment-count {
  display: inline-block;
  margin-left: 10px;
}
/* line 14, ../../sass/vendors/sitefinity/comments/_sf-comments.scss */
.sf-Comment-count [class^="sf-icon"] {
  display: inline-block;
  vertical-align: middle;
}

/* line 22, ../../sass/vendors/sitefinity/comments/_sf-comments.scss */
[data-sf-role="error-message"],
[data-sf-role="list-loading-indicator"],
[data-sf-role="list-loading-indicator"],
[data-sf-role="comments-new-message-error"],
[data-sf-role="comments-new-logged-out-view"],
[data-sf-role="comments-new-name-error"],
[data-sf-role="captcha-container"],
[data-sf-role="single-comment-template"],
[data-sf-role="comments-new-pending-approval-message"],
[data-sf-role="comments-load-more-button"],
[data-sf-role="comments-new-form-button"],
[data-sf-role="comments-sort-new-button"],
[data-sf-role="comments-sort-old-button"],
[data-sf-role="comments-new-requires-authentication"],
[data-sf-role="list-rating-wrapper"],
[data-sf-role="review-new-form-replacement"] {
  display: none;
}

/* line 41, ../../sass/vendors/sitefinity/comments/_sf-comments.scss */
.sf-Comments-header {
  margin-bottom: 30px;
}
/* line 43, ../../sass/vendors/sitefinity/comments/_sf-comments.scss */
.sf-Comments-header h3 {
  display: inline-block;
  margin-top: 0;
  margin-right: 20px;
}
/* line 48, ../../sass/vendors/sitefinity/comments/_sf-comments.scss */
.sf-Comments-header a {
  margin-top: 5px;
  margin-left: 5px;
}
/* line 52, ../../sass/vendors/sitefinity/comments/_sf-comments.scss */
.sf-Comments-header .selected {
  color: #333333;
}

/* line 57, ../../sass/vendors/sitefinity/comments/_sf-comments.scss */
.sf-Comments-list {
  margin-bottom: 30px;
}
/* line 59, ../../sass/vendors/sitefinity/comments/_sf-comments.scss */
.sf-Comments-list .sf-Comments-list-author {
  padding-right: 5px;
  border-right: 1px solid #cccccc;
}

/* line 66, ../../sass/vendors/sitefinity/comments/_sf-comments.scss */
.sf-Comments-form textarea {
  min-height: 90px;
}

/* line 71, ../../sass/vendors/sitefinity/comments/_sf-comments.scss */
.sf-Comments-more {
  margin-bottom: 30px;
}

/* line 75, ../../sass/vendors/sitefinity/comments/_sf-comments.scss */
.sf-Comment-subscribe {
  margin-top: 15px;
  margin-left: 50px;
}

/* line 81, ../../sass/vendors/sitefinity/comments/_sf-comments.scss */
.sf-Review-already {
  margin-top: 20px;
}

/* line 85, ../../sass/vendors/sitefinity/comments/_sf-comments.scss */
.sf-Review-count {
  display: inline-block;
  margin-left: 10px;
}

/* line 93, ../../sass/vendors/sitefinity/comments/_sf-comments.scss */
.sf-Comment-count--block .sf-Comment-count,
.sf-Comment-count--block .sf-Review-count {
  display: block;
  margin-left: 0;
  margin-bottom: 10px;
}

/* line 2, ../../sass/vendors/sitefinity/comments/_sf-ratings.scss */
.sf-Ratings .sf-Ratings-stars {
  display: inline-block;
  vertical-align: middle;
}
/* line 5, ../../sass/vendors/sitefinity/comments/_sf-ratings.scss */
.sf-Ratings .sf-Ratings-stars span {
  font-size: 24px;
  color: #cccccc;
  cursor: pointer;
}
/* line 9, ../../sass/vendors/sitefinity/comments/_sf-ratings.scss */
.sf-Ratings .sf-Ratings-stars span.hover, .sf-Ratings .sf-Ratings-stars span.on {
  color: #006cd8;
}
/* line 15, ../../sass/vendors/sitefinity/comments/_sf-ratings.scss */
.sf-Ratings .sf-Ratings-stars.sf-Ratings-stars--ronly span {
  cursor: default;
}
/* line 17, ../../sass/vendors/sitefinity/comments/_sf-ratings.scss */
.sf-Ratings .sf-Ratings-stars.sf-Ratings-stars--ronly span.on {
  color: #ffcc00;
}
/* line 23, ../../sass/vendors/sitefinity/comments/_sf-ratings.scss */
.sf-Ratings .sf-Ratings-average,
.sf-Ratings .sf-Ratings-count {
  font-size: 16px;
  vertical-align: middle;
}
/* line 29, ../../sass/vendors/sitefinity/comments/_sf-ratings.scss */
.sf-Ratings .sf-Ratings-count span {
  vertical-align: middle;
}

/* line 2, ../../sass/vendors/sitefinity/siteSelector/_sf-site-selector.scss */
.sf-site-selector a, .sf-site-selector span, .sf-site-selector strong {
  display: inline-block;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 8px;
}
/* line 7, ../../sass/vendors/sitefinity/siteSelector/_sf-site-selector.scss */
.sf-site-selector a.selected, .sf-site-selector span.selected, .sf-site-selector strong.selected {
  background-color: #f2f2f2;
  color: #333333;
}

/* line 2, ../../sass/vendors/sitefinity/code/_sf-code.scss */
.sf-Code pre {
  color: #666666;
}

/* line 2, ../../sass/vendors/sitefinity/taxonomies/_sf-tags.scss */
.sf-Tags .sf-Tags-size1 {
  font-size: 11px;
}
/* line 5, ../../sass/vendors/sitefinity/taxonomies/_sf-tags.scss */
.sf-Tags .sf-Tags-size2 {
  font-size: 13px;
}
/* line 8, ../../sass/vendors/sitefinity/taxonomies/_sf-tags.scss */
.sf-Tags .sf-Tags-size3 {
  font-size: 18px;
}
/* line 11, ../../sass/vendors/sitefinity/taxonomies/_sf-tags.scss */
.sf-Tags .sf-Tags-size4 {
  font-size: 24px;
}
/* line 14, ../../sass/vendors/sitefinity/taxonomies/_sf-tags.scss */
.sf-Tags .sf-Tags-size5 {
  font-size: 30px;
}
/* line 17, ../../sass/vendors/sitefinity/taxonomies/_sf-tags.scss */
.sf-Tags .sf-Tags-size6 {
  font-size: 36px;
}

/* line 1, ../../sass/vendors/sitefinity/feed/_sf-feed.scss */
.sf-icon-feed {
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
}

/* line 1, ../../sass/_sf-sprite.scss */
.sf-icon-blogger {
  background-image: url(../images/sprite.png);
  background-position: 0px -36px;
  width: 16px;
  height: 16px;
}

/* line 7, ../../sass/_sf-sprite.scss */
.sf-icon-comment {
  background-image: url(../images/sprite.png);
  background-position: -16px -52px;
  width: 17px;
  height: 15px;
}

/* line 13, ../../sass/_sf-sprite.scss */
.sf-icon-delicious {
  background-image: url(../images/sprite.png);
  background-position: 0px -20px;
  width: 16px;
  height: 16px;
}

/* line 19, ../../sass/_sf-sprite.scss */
.sf-icon-digg {
  background-image: url(../images/sprite.png);
  background-position: -16px -20px;
  width: 16px;
  height: 16px;
}

/* line 25, ../../sass/_sf-sprite.scss */
.sf-icon-email {
  background-image: url(../images/sprite.png);
  background-position: -33px -52px;
  width: 19px;
  height: 13px;
}

/* line 31, ../../sass/_sf-sprite.scss */
.sf-icon-facebook {
  background-image: url(../images/sprite.png);
  background-position: -36px -16px;
  width: 16px;
  height: 16px;
}

/* line 37, ../../sass/_sf-sprite.scss */
.sf-icon-feed {
  background-image: url(../images/sprite.png);
  background-position: 0px 0px;
  width: 20px;
  height: 20px;
}

/* line 43, ../../sass/_sf-sprite.scss */
.sf-icon-google {
  background-image: url(../images/sprite.png);
  background-position: -20px 0px;
  width: 16px;
  height: 16px;
}

/* line 49, ../../sass/_sf-sprite.scss */
.sf-icon-linkedin {
  background-image: url(../images/sprite.png);
  background-position: -32px -36px;
  width: 16px;
  height: 16px;
}

/* line 55, ../../sass/_sf-sprite.scss */
.sf-icon-mailto {
  background-image: url(../images/sprite.png);
  background-position: -52px 0px;
  width: 16px;
  height: 16px;
}

/* line 61, ../../sass/_sf-sprite.scss */
.sf-icon-myspace {
  background-image: url(../images/sprite.png);
  background-position: -52px -16px;
  width: 16px;
  height: 16px;
}

/* line 67, ../../sass/_sf-sprite.scss */
.sf-icon-reddit {
  background-image: url(../images/sprite.png);
  background-position: -52px -32px;
  width: 16px;
  height: 16px;
}

/* line 73, ../../sass/_sf-sprite.scss */
.sf-icon-stumble-upon {
  background-image: url(../images/sprite.png);
  background-position: -16px -36px;
  width: 16px;
  height: 16px;
}

/* line 79, ../../sass/_sf-sprite.scss */
.sf-icon-tumblr {
  background-image: url(../images/sprite.png);
  background-position: -36px 0px;
  width: 16px;
  height: 16px;
}

/* line 85, ../../sass/_sf-sprite.scss */
.sf-icon-twitter {
  background-image: url(../images/sprite.png);
  background-position: 0px -52px;
  width: 16px;
  height: 16px;
}

/* line 2, ../../sass/_sf-social-share.scss */
.sf-social-share li {
  display: inline-block;
  vertical-align: top;
}
/* line 6, ../../sass/_sf-social-share.scss */
.sf-social-share span {
  display: inline-block;
}

/* line 11, ../../sass/_sf-social-share.scss */
.sf-share-button {
  display: inline-block;
  padding: 5px 5px 0 2px;
  border: 1px solid lightgrey;
  border-radius: 3px;
  vertical-align: top;
  font-size: 12px;
  color: black;
  line-height: 1;
  transition: background 0.2s ease;
}
/* line 21, ../../sass/_sf-social-share.scss */
.sf-share-button:hover, .sf-share-button:focus {
  text-decoration: none;
  background: #efefef;
  color: black;
}
/* line 27, ../../sass/_sf-social-share.scss */
.sf-share-button > span {
  margin-top: -3px;
}
/* line 30, ../../sass/_sf-social-share.scss */
.sf-share-button > strong {
  vertical-align: top;
  font-weight: 400;
}

/**
 * Set up a decent box model on the root element
 */
/* line 8, ../../sass/base/_base.scss */
html, body {
  overflow-x: hidden;
  box-sizing: border-box;
  padding: 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Basic styles for links
 */
/* line 19, ../../sass/base/_base.scss */
a {
  color: #002B45;
  font-weight: bold;
}
/* line 18, ../../sass/helpers/_mixins.scss */
a:hover, a:active, a:focus {
  color: #333;
  text-decoration: underline;
}

/* line 28, ../../sass/base/_base.scss */
.container-fluid {
  max-width: 1024px;
}

/* line 32, ../../sass/base/_base.scss */
ul, li {
  list-style-position: outside;
}

/*!
 *  Font Awesome 4.4.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('/content/fonts/fontawesome-webfont.eot?1623872650');
  src: url('/content/fonts/fontawesome-webfont.eot?&1623872650#iefix') format("embedded-opentype"), url('/content/fonts/fontawesome-webfont.woff2?1623872650') format("woff2"), url('/content/fonts/fontawesome-webfont.woff?1623872650') format("woff"), url('/content/fonts/fontawesome-webfont.ttf?1623872650') format("truetype"), url('/content/fonts/fontawesome-webfont.svg?1623872650#fontawesomeregular') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 18, ../../sass/base/_font-awesome.scss */
.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 */
/* line 27, ../../sass/base/_font-awesome.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 32, ../../sass/base/_font-awesome.scss */
.fa-2x {
  font-size: 2em;
}

/* line 35, ../../sass/base/_font-awesome.scss */
.fa-3x {
  font-size: 3em;
}

/* line 38, ../../sass/base/_font-awesome.scss */
.fa-4x {
  font-size: 4em;
}

/* line 41, ../../sass/base/_font-awesome.scss */
.fa-5x {
  font-size: 5em;
}

/* line 44, ../../sass/base/_font-awesome.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 48, ../../sass/base/_font-awesome.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 53, ../../sass/base/_font-awesome.scss */
.fa-ul > li {
  position: relative;
}

/* line 56, ../../sass/base/_font-awesome.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 63, ../../sass/base/_font-awesome.scss */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 66, ../../sass/base/_font-awesome.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 71, ../../sass/base/_font-awesome.scss */
.fa-pull-left {
  float: left;
}

/* line 74, ../../sass/base/_font-awesome.scss */
.fa-pull-right {
  float: right;
}

/* line 77, ../../sass/base/_font-awesome.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 80, ../../sass/base/_font-awesome.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 84, ../../sass/base/_font-awesome.scss */
.pull-right {
  float: right;
}

/* line 87, ../../sass/base/_font-awesome.scss */
.pull-left {
  float: left;
}

/* line 90, ../../sass/base/_font-awesome.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 93, ../../sass/base/_font-awesome.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 96, ../../sass/base/_font-awesome.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 100, ../../sass/base/_font-awesome.scss */
.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);
  }
}
/* line 124, ../../sass/base/_font-awesome.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 130, ../../sass/base/_font-awesome.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 136, ../../sass/base/_font-awesome.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 142, ../../sass/base/_font-awesome.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 148, ../../sass/base/_font-awesome.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 154, ../../sass/base/_font-awesome.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 161, ../../sass/base/_font-awesome.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 169, ../../sass/base/_font-awesome.scss */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 176, ../../sass/base/_font-awesome.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 179, ../../sass/base/_font-awesome.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 182, ../../sass/base/_font-awesome.scss */
.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 */
/* line 187, ../../sass/base/_font-awesome.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 190, ../../sass/base/_font-awesome.scss */
.fa-music:before {
  content: "\f001";
}

/* line 193, ../../sass/base/_font-awesome.scss */
.fa-search:before {
  content: "\f002";
}

/* line 196, ../../sass/base/_font-awesome.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 199, ../../sass/base/_font-awesome.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 202, ../../sass/base/_font-awesome.scss */
.fa-star:before {
  content: "\f005";
}

/* line 205, ../../sass/base/_font-awesome.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 208, ../../sass/base/_font-awesome.scss */
.fa-user:before {
  content: "\f007";
}

/* line 211, ../../sass/base/_font-awesome.scss */
.fa-film:before {
  content: "\f008";
}

/* line 214, ../../sass/base/_font-awesome.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 217, ../../sass/base/_font-awesome.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 220, ../../sass/base/_font-awesome.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 223, ../../sass/base/_font-awesome.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 226, ../../sass/base/_font-awesome.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 231, ../../sass/base/_font-awesome.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 234, ../../sass/base/_font-awesome.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 237, ../../sass/base/_font-awesome.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 240, ../../sass/base/_font-awesome.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 243, ../../sass/base/_font-awesome.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 247, ../../sass/base/_font-awesome.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 250, ../../sass/base/_font-awesome.scss */
.fa-home:before {
  content: "\f015";
}

/* line 253, ../../sass/base/_font-awesome.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 256, ../../sass/base/_font-awesome.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 259, ../../sass/base/_font-awesome.scss */
.fa-road:before {
  content: "\f018";
}

/* line 262, ../../sass/base/_font-awesome.scss */
.fa-download:before {
  content: "\f019";
}

/* line 265, ../../sass/base/_font-awesome.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 268, ../../sass/base/_font-awesome.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 271, ../../sass/base/_font-awesome.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 274, ../../sass/base/_font-awesome.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 277, ../../sass/base/_font-awesome.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 281, ../../sass/base/_font-awesome.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 284, ../../sass/base/_font-awesome.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 287, ../../sass/base/_font-awesome.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 290, ../../sass/base/_font-awesome.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 293, ../../sass/base/_font-awesome.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 296, ../../sass/base/_font-awesome.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 299, ../../sass/base/_font-awesome.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 302, ../../sass/base/_font-awesome.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 305, ../../sass/base/_font-awesome.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 308, ../../sass/base/_font-awesome.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 311, ../../sass/base/_font-awesome.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 314, ../../sass/base/_font-awesome.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 317, ../../sass/base/_font-awesome.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 320, ../../sass/base/_font-awesome.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 323, ../../sass/base/_font-awesome.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 326, ../../sass/base/_font-awesome.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 329, ../../sass/base/_font-awesome.scss */
.fa-font:before {
  content: "\f031";
}

/* line 332, ../../sass/base/_font-awesome.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 335, ../../sass/base/_font-awesome.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 338, ../../sass/base/_font-awesome.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 341, ../../sass/base/_font-awesome.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 344, ../../sass/base/_font-awesome.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 347, ../../sass/base/_font-awesome.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 350, ../../sass/base/_font-awesome.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 353, ../../sass/base/_font-awesome.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 356, ../../sass/base/_font-awesome.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 359, ../../sass/base/_font-awesome.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 363, ../../sass/base/_font-awesome.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 366, ../../sass/base/_font-awesome.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 369, ../../sass/base/_font-awesome.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 374, ../../sass/base/_font-awesome.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 377, ../../sass/base/_font-awesome.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 380, ../../sass/base/_font-awesome.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 383, ../../sass/base/_font-awesome.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 386, ../../sass/base/_font-awesome.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 390, ../../sass/base/_font-awesome.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 393, ../../sass/base/_font-awesome.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 396, ../../sass/base/_font-awesome.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 399, ../../sass/base/_font-awesome.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 402, ../../sass/base/_font-awesome.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 405, ../../sass/base/_font-awesome.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 408, ../../sass/base/_font-awesome.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 411, ../../sass/base/_font-awesome.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 414, ../../sass/base/_font-awesome.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 417, ../../sass/base/_font-awesome.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 420, ../../sass/base/_font-awesome.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 423, ../../sass/base/_font-awesome.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 426, ../../sass/base/_font-awesome.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 429, ../../sass/base/_font-awesome.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 432, ../../sass/base/_font-awesome.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 435, ../../sass/base/_font-awesome.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 438, ../../sass/base/_font-awesome.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 441, ../../sass/base/_font-awesome.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 444, ../../sass/base/_font-awesome.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 447, ../../sass/base/_font-awesome.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 450, ../../sass/base/_font-awesome.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 453, ../../sass/base/_font-awesome.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 456, ../../sass/base/_font-awesome.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 459, ../../sass/base/_font-awesome.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 462, ../../sass/base/_font-awesome.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 465, ../../sass/base/_font-awesome.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 468, ../../sass/base/_font-awesome.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 471, ../../sass/base/_font-awesome.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 474, ../../sass/base/_font-awesome.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 477, ../../sass/base/_font-awesome.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 481, ../../sass/base/_font-awesome.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 484, ../../sass/base/_font-awesome.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 487, ../../sass/base/_font-awesome.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 490, ../../sass/base/_font-awesome.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 493, ../../sass/base/_font-awesome.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 496, ../../sass/base/_font-awesome.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 499, ../../sass/base/_font-awesome.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 502, ../../sass/base/_font-awesome.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 505, ../../sass/base/_font-awesome.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 508, ../../sass/base/_font-awesome.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 511, ../../sass/base/_font-awesome.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 514, ../../sass/base/_font-awesome.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 518, ../../sass/base/_font-awesome.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 521, ../../sass/base/_font-awesome.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 524, ../../sass/base/_font-awesome.scss */
.fa-random:before {
  content: "\f074";
}

/* line 527, ../../sass/base/_font-awesome.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 530, ../../sass/base/_font-awesome.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 533, ../../sass/base/_font-awesome.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 536, ../../sass/base/_font-awesome.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 539, ../../sass/base/_font-awesome.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 542, ../../sass/base/_font-awesome.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 545, ../../sass/base/_font-awesome.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 548, ../../sass/base/_font-awesome.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 551, ../../sass/base/_font-awesome.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 554, ../../sass/base/_font-awesome.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 557, ../../sass/base/_font-awesome.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 561, ../../sass/base/_font-awesome.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 564, ../../sass/base/_font-awesome.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 567, ../../sass/base/_font-awesome.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 570, ../../sass/base/_font-awesome.scss */
.fa-key:before {
  content: "\f084";
}

/* line 573, ../../sass/base/_font-awesome.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 577, ../../sass/base/_font-awesome.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 580, ../../sass/base/_font-awesome.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 583, ../../sass/base/_font-awesome.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 586, ../../sass/base/_font-awesome.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 589, ../../sass/base/_font-awesome.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 592, ../../sass/base/_font-awesome.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 595, ../../sass/base/_font-awesome.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 598, ../../sass/base/_font-awesome.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 601, ../../sass/base/_font-awesome.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 604, ../../sass/base/_font-awesome.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 607, ../../sass/base/_font-awesome.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 610, ../../sass/base/_font-awesome.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 613, ../../sass/base/_font-awesome.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 616, ../../sass/base/_font-awesome.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 619, ../../sass/base/_font-awesome.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 622, ../../sass/base/_font-awesome.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 625, ../../sass/base/_font-awesome.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 628, ../../sass/base/_font-awesome.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 631, ../../sass/base/_font-awesome.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 634, ../../sass/base/_font-awesome.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 638, ../../sass/base/_font-awesome.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 641, ../../sass/base/_font-awesome.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 644, ../../sass/base/_font-awesome.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 647, ../../sass/base/_font-awesome.scss */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 651, ../../sass/base/_font-awesome.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 654, ../../sass/base/_font-awesome.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 657, ../../sass/base/_font-awesome.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 660, ../../sass/base/_font-awesome.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 663, ../../sass/base/_font-awesome.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 666, ../../sass/base/_font-awesome.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 669, ../../sass/base/_font-awesome.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 672, ../../sass/base/_font-awesome.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 675, ../../sass/base/_font-awesome.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 678, ../../sass/base/_font-awesome.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 681, ../../sass/base/_font-awesome.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 684, ../../sass/base/_font-awesome.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 687, ../../sass/base/_font-awesome.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 690, ../../sass/base/_font-awesome.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 693, ../../sass/base/_font-awesome.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 696, ../../sass/base/_font-awesome.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 699, ../../sass/base/_font-awesome.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 702, ../../sass/base/_font-awesome.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 705, ../../sass/base/_font-awesome.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 709, ../../sass/base/_font-awesome.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 713, ../../sass/base/_font-awesome.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 716, ../../sass/base/_font-awesome.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 719, ../../sass/base/_font-awesome.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 723, ../../sass/base/_font-awesome.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 727, ../../sass/base/_font-awesome.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 730, ../../sass/base/_font-awesome.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 734, ../../sass/base/_font-awesome.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 737, ../../sass/base/_font-awesome.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 742, ../../sass/base/_font-awesome.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 745, ../../sass/base/_font-awesome.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 748, ../../sass/base/_font-awesome.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 751, ../../sass/base/_font-awesome.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 754, ../../sass/base/_font-awesome.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 757, ../../sass/base/_font-awesome.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 760, ../../sass/base/_font-awesome.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 763, ../../sass/base/_font-awesome.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 766, ../../sass/base/_font-awesome.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 769, ../../sass/base/_font-awesome.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 772, ../../sass/base/_font-awesome.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 775, ../../sass/base/_font-awesome.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 778, ../../sass/base/_font-awesome.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 781, ../../sass/base/_font-awesome.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 784, ../../sass/base/_font-awesome.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 787, ../../sass/base/_font-awesome.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 790, ../../sass/base/_font-awesome.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 793, ../../sass/base/_font-awesome.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 797, ../../sass/base/_font-awesome.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 801, ../../sass/base/_font-awesome.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 805, ../../sass/base/_font-awesome.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 808, ../../sass/base/_font-awesome.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 811, ../../sass/base/_font-awesome.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 815, ../../sass/base/_font-awesome.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 819, ../../sass/base/_font-awesome.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 823, ../../sass/base/_font-awesome.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 826, ../../sass/base/_font-awesome.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 829, ../../sass/base/_font-awesome.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 833, ../../sass/base/_font-awesome.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 836, ../../sass/base/_font-awesome.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 839, ../../sass/base/_font-awesome.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 843, ../../sass/base/_font-awesome.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 846, ../../sass/base/_font-awesome.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 849, ../../sass/base/_font-awesome.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 852, ../../sass/base/_font-awesome.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 855, ../../sass/base/_font-awesome.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 858, ../../sass/base/_font-awesome.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 861, ../../sass/base/_font-awesome.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 864, ../../sass/base/_font-awesome.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 867, ../../sass/base/_font-awesome.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 870, ../../sass/base/_font-awesome.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 873, ../../sass/base/_font-awesome.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 876, ../../sass/base/_font-awesome.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 879, ../../sass/base/_font-awesome.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 882, ../../sass/base/_font-awesome.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 885, ../../sass/base/_font-awesome.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 888, ../../sass/base/_font-awesome.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 891, ../../sass/base/_font-awesome.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 894, ../../sass/base/_font-awesome.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 897, ../../sass/base/_font-awesome.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 900, ../../sass/base/_font-awesome.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 903, ../../sass/base/_font-awesome.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 906, ../../sass/base/_font-awesome.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 909, ../../sass/base/_font-awesome.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 912, ../../sass/base/_font-awesome.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 915, ../../sass/base/_font-awesome.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 918, ../../sass/base/_font-awesome.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 921, ../../sass/base/_font-awesome.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 924, ../../sass/base/_font-awesome.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 927, ../../sass/base/_font-awesome.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 930, ../../sass/base/_font-awesome.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 933, ../../sass/base/_font-awesome.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 937, ../../sass/base/_font-awesome.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 940, ../../sass/base/_font-awesome.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 943, ../../sass/base/_font-awesome.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 946, ../../sass/base/_font-awesome.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 949, ../../sass/base/_font-awesome.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 952, ../../sass/base/_font-awesome.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 956, ../../sass/base/_font-awesome.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 959, ../../sass/base/_font-awesome.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 962, ../../sass/base/_font-awesome.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 965, ../../sass/base/_font-awesome.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 968, ../../sass/base/_font-awesome.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 971, ../../sass/base/_font-awesome.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 974, ../../sass/base/_font-awesome.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 977, ../../sass/base/_font-awesome.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 980, ../../sass/base/_font-awesome.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 983, ../../sass/base/_font-awesome.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 986, ../../sass/base/_font-awesome.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 989, ../../sass/base/_font-awesome.scss */
.fa-code:before {
  content: "\f121";
}

/* line 992, ../../sass/base/_font-awesome.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 996, ../../sass/base/_font-awesome.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 1001, ../../sass/base/_font-awesome.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1004, ../../sass/base/_font-awesome.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 1007, ../../sass/base/_font-awesome.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1010, ../../sass/base/_font-awesome.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1014, ../../sass/base/_font-awesome.scss */
.fa-question:before {
  content: "\f128";
}

/* line 1017, ../../sass/base/_font-awesome.scss */
.fa-info:before {
  content: "\f129";
}

/* line 1020, ../../sass/base/_font-awesome.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1023, ../../sass/base/_font-awesome.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1026, ../../sass/base/_font-awesome.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1029, ../../sass/base/_font-awesome.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1032, ../../sass/base/_font-awesome.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1035, ../../sass/base/_font-awesome.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 1038, ../../sass/base/_font-awesome.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1041, ../../sass/base/_font-awesome.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 1044, ../../sass/base/_font-awesome.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1047, ../../sass/base/_font-awesome.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1050, ../../sass/base/_font-awesome.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 1053, ../../sass/base/_font-awesome.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1056, ../../sass/base/_font-awesome.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1059, ../../sass/base/_font-awesome.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1062, ../../sass/base/_font-awesome.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1065, ../../sass/base/_font-awesome.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1068, ../../sass/base/_font-awesome.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 1071, ../../sass/base/_font-awesome.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 1074, ../../sass/base/_font-awesome.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1077, ../../sass/base/_font-awesome.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1080, ../../sass/base/_font-awesome.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1083, ../../sass/base/_font-awesome.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1086, ../../sass/base/_font-awesome.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1089, ../../sass/base/_font-awesome.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1092, ../../sass/base/_font-awesome.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1095, ../../sass/base/_font-awesome.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 1098, ../../sass/base/_font-awesome.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1101, ../../sass/base/_font-awesome.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1104, ../../sass/base/_font-awesome.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 1107, ../../sass/base/_font-awesome.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 1110, ../../sass/base/_font-awesome.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1113, ../../sass/base/_font-awesome.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1116, ../../sass/base/_font-awesome.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1119, ../../sass/base/_font-awesome.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1122, ../../sass/base/_font-awesome.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 1125, ../../sass/base/_font-awesome.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1129, ../../sass/base/_font-awesome.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1133, ../../sass/base/_font-awesome.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1137, ../../sass/base/_font-awesome.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1141, ../../sass/base/_font-awesome.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 1144, ../../sass/base/_font-awesome.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1148, ../../sass/base/_font-awesome.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1152, ../../sass/base/_font-awesome.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1158, ../../sass/base/_font-awesome.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1163, ../../sass/base/_font-awesome.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1167, ../../sass/base/_font-awesome.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1171, ../../sass/base/_font-awesome.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 1174, ../../sass/base/_font-awesome.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1177, ../../sass/base/_font-awesome.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1180, ../../sass/base/_font-awesome.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1183, ../../sass/base/_font-awesome.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1186, ../../sass/base/_font-awesome.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1189, ../../sass/base/_font-awesome.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1192, ../../sass/base/_font-awesome.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1195, ../../sass/base/_font-awesome.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1198, ../../sass/base/_font-awesome.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1201, ../../sass/base/_font-awesome.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1204, ../../sass/base/_font-awesome.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 1207, ../../sass/base/_font-awesome.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 1210, ../../sass/base/_font-awesome.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1213, ../../sass/base/_font-awesome.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1216, ../../sass/base/_font-awesome.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1219, ../../sass/base/_font-awesome.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1222, ../../sass/base/_font-awesome.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1225, ../../sass/base/_font-awesome.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1228, ../../sass/base/_font-awesome.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 1231, ../../sass/base/_font-awesome.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1234, ../../sass/base/_font-awesome.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1237, ../../sass/base/_font-awesome.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1240, ../../sass/base/_font-awesome.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1243, ../../sass/base/_font-awesome.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1246, ../../sass/base/_font-awesome.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1249, ../../sass/base/_font-awesome.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1252, ../../sass/base/_font-awesome.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1255, ../../sass/base/_font-awesome.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 1258, ../../sass/base/_font-awesome.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 1261, ../../sass/base/_font-awesome.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 1264, ../../sass/base/_font-awesome.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 1267, ../../sass/base/_font-awesome.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1270, ../../sass/base/_font-awesome.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 1273, ../../sass/base/_font-awesome.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1276, ../../sass/base/_font-awesome.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 1279, ../../sass/base/_font-awesome.scss */
.fa-female:before {
  content: "\f182";
}

/* line 1282, ../../sass/base/_font-awesome.scss */
.fa-male:before {
  content: "\f183";
}

/* line 1285, ../../sass/base/_font-awesome.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1289, ../../sass/base/_font-awesome.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1292, ../../sass/base/_font-awesome.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1295, ../../sass/base/_font-awesome.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 1298, ../../sass/base/_font-awesome.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 1301, ../../sass/base/_font-awesome.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 1304, ../../sass/base/_font-awesome.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1307, ../../sass/base/_font-awesome.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 1310, ../../sass/base/_font-awesome.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1313, ../../sass/base/_font-awesome.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1316, ../../sass/base/_font-awesome.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1319, ../../sass/base/_font-awesome.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1322, ../../sass/base/_font-awesome.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1326, ../../sass/base/_font-awesome.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1329, ../../sass/base/_font-awesome.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1332, ../../sass/base/_font-awesome.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1335, ../../sass/base/_font-awesome.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1339, ../../sass/base/_font-awesome.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1342, ../../sass/base/_font-awesome.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1345, ../../sass/base/_font-awesome.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 1348, ../../sass/base/_font-awesome.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1351, ../../sass/base/_font-awesome.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1354, ../../sass/base/_font-awesome.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 1357, ../../sass/base/_font-awesome.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1362, ../../sass/base/_font-awesome.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1366, ../../sass/base/_font-awesome.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1369, ../../sass/base/_font-awesome.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 1372, ../../sass/base/_font-awesome.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1375, ../../sass/base/_font-awesome.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1378, ../../sass/base/_font-awesome.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1381, ../../sass/base/_font-awesome.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1384, ../../sass/base/_font-awesome.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1387, ../../sass/base/_font-awesome.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1390, ../../sass/base/_font-awesome.scss */
.fa-pied-piper:before {
  content: "\f1a7";
}

/* line 1393, ../../sass/base/_font-awesome.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1396, ../../sass/base/_font-awesome.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1399, ../../sass/base/_font-awesome.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1402, ../../sass/base/_font-awesome.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 1405, ../../sass/base/_font-awesome.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1408, ../../sass/base/_font-awesome.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 1411, ../../sass/base/_font-awesome.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 1414, ../../sass/base/_font-awesome.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1417, ../../sass/base/_font-awesome.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1420, ../../sass/base/_font-awesome.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1423, ../../sass/base/_font-awesome.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1426, ../../sass/base/_font-awesome.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1429, ../../sass/base/_font-awesome.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1432, ../../sass/base/_font-awesome.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1435, ../../sass/base/_font-awesome.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1438, ../../sass/base/_font-awesome.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1441, ../../sass/base/_font-awesome.scss */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1445, ../../sass/base/_font-awesome.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1449, ../../sass/base/_font-awesome.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1452, ../../sass/base/_font-awesome.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1455, ../../sass/base/_font-awesome.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1458, ../../sass/base/_font-awesome.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1461, ../../sass/base/_font-awesome.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 1464, ../../sass/base/_font-awesome.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1467, ../../sass/base/_font-awesome.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1470, ../../sass/base/_font-awesome.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1473, ../../sass/base/_font-awesome.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1476, ../../sass/base/_font-awesome.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1481, ../../sass/base/_font-awesome.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1485, ../../sass/base/_font-awesome.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1489, ../../sass/base/_font-awesome.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1493, ../../sass/base/_font-awesome.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1496, ../../sass/base/_font-awesome.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1499, ../../sass/base/_font-awesome.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1502, ../../sass/base/_font-awesome.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1505, ../../sass/base/_font-awesome.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1512, ../../sass/base/_font-awesome.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1515, ../../sass/base/_font-awesome.scss */
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1519, ../../sass/base/_font-awesome.scss */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1523, ../../sass/base/_font-awesome.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1526, ../../sass/base/_font-awesome.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 1529, ../../sass/base/_font-awesome.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1534, ../../sass/base/_font-awesome.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1537, ../../sass/base/_font-awesome.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1540, ../../sass/base/_font-awesome.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1544, ../../sass/base/_font-awesome.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1548, ../../sass/base/_font-awesome.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1552, ../../sass/base/_font-awesome.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 1555, ../../sass/base/_font-awesome.scss */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1558, ../../sass/base/_font-awesome.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 1561, ../../sass/base/_font-awesome.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1564, ../../sass/base/_font-awesome.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1567, ../../sass/base/_font-awesome.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1570, ../../sass/base/_font-awesome.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1573, ../../sass/base/_font-awesome.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1576, ../../sass/base/_font-awesome.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1580, ../../sass/base/_font-awesome.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1583, ../../sass/base/_font-awesome.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1586, ../../sass/base/_font-awesome.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1589, ../../sass/base/_font-awesome.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1592, ../../sass/base/_font-awesome.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1595, ../../sass/base/_font-awesome.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1598, ../../sass/base/_font-awesome.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1601, ../../sass/base/_font-awesome.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1604, ../../sass/base/_font-awesome.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1607, ../../sass/base/_font-awesome.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1610, ../../sass/base/_font-awesome.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1613, ../../sass/base/_font-awesome.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1616, ../../sass/base/_font-awesome.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1619, ../../sass/base/_font-awesome.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1622, ../../sass/base/_font-awesome.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1625, ../../sass/base/_font-awesome.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1628, ../../sass/base/_font-awesome.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1631, ../../sass/base/_font-awesome.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1634, ../../sass/base/_font-awesome.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1637, ../../sass/base/_font-awesome.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1640, ../../sass/base/_font-awesome.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1643, ../../sass/base/_font-awesome.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 1646, ../../sass/base/_font-awesome.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1649, ../../sass/base/_font-awesome.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1652, ../../sass/base/_font-awesome.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1655, ../../sass/base/_font-awesome.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1658, ../../sass/base/_font-awesome.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1661, ../../sass/base/_font-awesome.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1664, ../../sass/base/_font-awesome.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1667, ../../sass/base/_font-awesome.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1670, ../../sass/base/_font-awesome.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1673, ../../sass/base/_font-awesome.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1676, ../../sass/base/_font-awesome.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1679, ../../sass/base/_font-awesome.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 1682, ../../sass/base/_font-awesome.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1685, ../../sass/base/_font-awesome.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 1688, ../../sass/base/_font-awesome.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 1691, ../../sass/base/_font-awesome.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1696, ../../sass/base/_font-awesome.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1699, ../../sass/base/_font-awesome.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1702, ../../sass/base/_font-awesome.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1705, ../../sass/base/_font-awesome.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1708, ../../sass/base/_font-awesome.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1711, ../../sass/base/_font-awesome.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1714, ../../sass/base/_font-awesome.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1717, ../../sass/base/_font-awesome.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1720, ../../sass/base/_font-awesome.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1723, ../../sass/base/_font-awesome.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1726, ../../sass/base/_font-awesome.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1729, ../../sass/base/_font-awesome.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1732, ../../sass/base/_font-awesome.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 1735, ../../sass/base/_font-awesome.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 1738, ../../sass/base/_font-awesome.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1741, ../../sass/base/_font-awesome.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1744, ../../sass/base/_font-awesome.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1747, ../../sass/base/_font-awesome.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1750, ../../sass/base/_font-awesome.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 1753, ../../sass/base/_font-awesome.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 1756, ../../sass/base/_font-awesome.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 1759, ../../sass/base/_font-awesome.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1763, ../../sass/base/_font-awesome.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1766, ../../sass/base/_font-awesome.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1769, ../../sass/base/_font-awesome.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1772, ../../sass/base/_font-awesome.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1775, ../../sass/base/_font-awesome.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1778, ../../sass/base/_font-awesome.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1781, ../../sass/base/_font-awesome.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1784, ../../sass/base/_font-awesome.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1787, ../../sass/base/_font-awesome.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1790, ../../sass/base/_font-awesome.scss */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1793, ../../sass/base/_font-awesome.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1796, ../../sass/base/_font-awesome.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1799, ../../sass/base/_font-awesome.scss */
.fa-server:before {
  content: "\f233";
}

/* line 1802, ../../sass/base/_font-awesome.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1805, ../../sass/base/_font-awesome.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 1808, ../../sass/base/_font-awesome.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1812, ../../sass/base/_font-awesome.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1815, ../../sass/base/_font-awesome.scss */
.fa-train:before {
  content: "\f238";
}

/* line 1818, ../../sass/base/_font-awesome.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 1821, ../../sass/base/_font-awesome.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 1824, ../../sass/base/_font-awesome.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1828, ../../sass/base/_font-awesome.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1831, ../../sass/base/_font-awesome.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1834, ../../sass/base/_font-awesome.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1837, ../../sass/base/_font-awesome.scss */
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1841, ../../sass/base/_font-awesome.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1845, ../../sass/base/_font-awesome.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1849, ../../sass/base/_font-awesome.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1853, ../../sass/base/_font-awesome.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1857, ../../sass/base/_font-awesome.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1860, ../../sass/base/_font-awesome.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1863, ../../sass/base/_font-awesome.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 1866, ../../sass/base/_font-awesome.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1869, ../../sass/base/_font-awesome.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1872, ../../sass/base/_font-awesome.scss */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1875, ../../sass/base/_font-awesome.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1878, ../../sass/base/_font-awesome.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1881, ../../sass/base/_font-awesome.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 1884, ../../sass/base/_font-awesome.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1887, ../../sass/base/_font-awesome.scss */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1890, ../../sass/base/_font-awesome.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1894, ../../sass/base/_font-awesome.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1898, ../../sass/base/_font-awesome.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1902, ../../sass/base/_font-awesome.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1905, ../../sass/base/_font-awesome.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1909, ../../sass/base/_font-awesome.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1913, ../../sass/base/_font-awesome.scss */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1916, ../../sass/base/_font-awesome.scss */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1919, ../../sass/base/_font-awesome.scss */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1922, ../../sass/base/_font-awesome.scss */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1925, ../../sass/base/_font-awesome.scss */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1928, ../../sass/base/_font-awesome.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1931, ../../sass/base/_font-awesome.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 1934, ../../sass/base/_font-awesome.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1937, ../../sass/base/_font-awesome.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 1940, ../../sass/base/_font-awesome.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1943, ../../sass/base/_font-awesome.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1946, ../../sass/base/_font-awesome.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1949, ../../sass/base/_font-awesome.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1952, ../../sass/base/_font-awesome.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1955, ../../sass/base/_font-awesome.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1958, ../../sass/base/_font-awesome.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 1961, ../../sass/base/_font-awesome.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 1964, ../../sass/base/_font-awesome.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 1967, ../../sass/base/_font-awesome.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 1970, ../../sass/base/_font-awesome.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1973, ../../sass/base/_font-awesome.scss */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1977, ../../sass/base/_font-awesome.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 1980, ../../sass/base/_font-awesome.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 1983, ../../sass/base/_font-awesome.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 1986, ../../sass/base/_font-awesome.scss */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1989, ../../sass/base/_font-awesome.scss */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1992, ../../sass/base/_font-awesome.scss */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1995, ../../sass/base/_font-awesome.scss */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 1998, ../../sass/base/_font-awesome.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 2001, ../../sass/base/_font-awesome.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2004, ../../sass/base/_font-awesome.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2007, ../../sass/base/_font-awesome.scss */
.fa-map-o:before {
  content: "\f278";
}

/* line 2010, ../../sass/base/_font-awesome.scss */
.fa-map:before {
  content: "\f279";
}

/* line 2013, ../../sass/base/_font-awesome.scss */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2016, ../../sass/base/_font-awesome.scss */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2019, ../../sass/base/_font-awesome.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2022, ../../sass/base/_font-awesome.scss */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2025, ../../sass/base/_font-awesome.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2028, ../../sass/base/_font-awesome.scss */
.fa-fonticons:before {
  content: "\f280";
}

@font-face {
  font-family: 'FontAwesome';
  src: url("/Content/fonts/fontawesome-webfont.eot?v=3.0.2");
  src: url("/Content/fonts/fontawesome-webfont.eot?#iefix&v=3.0.2") format("embedded-opentype"), url("/Content/fonts/fontawesome-webfont.woff?v=3.0.2") format("woff"), url("/Content/fonts/fontawesome-webfont.ttf?v=3.0.2") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* line 10, ../../sass/base/_fonts.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  margin-top: 0;
  text-decoration: none !important;
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}

/* line 10, ../../sass/base/_fonts.scss */
[class^="icon-"]:before, [class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/* line 10, ../../sass/base/_fonts.scss */
a [class^="icon-"], a [class*=" icon-"] {
  display: inline-block;
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}

/* line 10, ../../sass/base/_fonts.scss */
.btn [class^="icon-"], .nav [class^="icon-"], .btn [class*=" icon-"], .nav [class*=" icon-"] {
  display: inline;
}

/* line 10, ../../sass/base/_fonts.scss */
.btn [class^="icon-"].icon-large, .nav [class^="icon-"].icon-large, .btn [class*=" icon-"].icon-large, .nav [class*=" icon-"].icon-large {
  line-height: .9em;
}

/* line 10, ../../sass/base/_fonts.scss */
.btn [class^="icon-"].icon-spin, .nav [class^="icon-"].icon-spin, .btn [class*=" icon-"].icon-spin, .nav [class*=" icon-"].icon-spin {
  display: inline-block;
}

/* line 10, ../../sass/base/_fonts.scss */
.nav-tabs [class^="icon-"], .nav-pills [class^="icon-"], .nav-tabs [class*=" icon-"], .nav-pills [class*=" icon-"], .nav-tabs [class^="icon-"].icon-large, .nav-pills [class^="icon-"].icon-large, .nav-tabs [class*=" icon-"].icon-large, .nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}

/* line 10, ../../sass/base/_fonts.scss */
li [class^="icon-"], .nav li [class^="icon-"], li [class*=" icon-"], .nav li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}

/* line 10, ../../sass/base/_fonts.scss */
li [class^="icon-"].icon-large, .nav li [class^="icon-"].icon-large, li [class*=" icon-"].icon-large, .nav li [class*=" icon-"].icon-large {
  width: 1.5625em;
}

/* line 10, ../../sass/base/_fonts.scss */
ul.icons {
  list-style-type: none;
  text-indent: -0.75em;
}

/* line 10, ../../sass/base/_fonts.scss */
ul.icons li [class^="icon-"], ul.icons li [class*=" icon-"] {
  width: .75em;
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-muted {
  color: #eee;
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-border {
  border: solid 1px #eee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-2x {
  font-size: 2em;
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-3x {
  font-size: 3em;
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-4x {
  font-size: 4em;
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 10, ../../sass/base/_fonts.scss */
.pull-right {
  float: right;
}

/* line 10, ../../sass/base/_fonts.scss */
.pull-left {
  float: left;
}

/* line 10, ../../sass/base/_fonts.scss */
[class^="icon-"].pull-left, [class*=" icon-"].pull-left {
  margin-right: .3em;
}

/* line 10, ../../sass/base/_fonts.scss */
[class^="icon-"].pull-right, [class*=" icon-"].pull-right {
  margin-left: .3em;
}

/* line 10, ../../sass/base/_fonts.scss */
.btn [class^="icon-"].pull-left.icon-2x, .btn [class*=" icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x, .btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}

/* line 10, ../../sass/base/_fonts.scss */
.btn [class^="icon-"].icon-spin.icon-large, .btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}

/* line 10, ../../sass/base/_fonts.scss */
.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class*=" icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x, .btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}

/* line 10, ../../sass/base/_fonts.scss */
.btn.btn-large [class^="icon-"], .btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}

/* line 10, ../../sass/base/_fonts.scss */
.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}

/* line 10, ../../sass/base/_fonts.scss */
.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}

/* line 10, ../../sass/base/_fonts.scss */
.btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@-moz-document url-prefix() {
  /* line 10, ../../sass/base/_fonts.scss */
  .icon-spin {
    height: .9em;
  }

  /* line 10, ../../sass/base/_fonts.scss */
  .btn .icon-spin {
    height: auto;
  }

  /* line 10, ../../sass/base/_fonts.scss */
  .icon-spin.icon-large {
    height: 1.25em;
  }

  /* line 10, ../../sass/base/_fonts.scss */
  .btn .icon-spin.icon-large {
    height: .75em;
  }
}
/* line 10, ../../sass/base/_fonts.scss */
.icon-glass:before {
  content: "\f000";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-music:before {
  content: "\f001";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-search:before {
  content: "\f002";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-envelope:before {
  content: "\f003";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-heart:before {
  content: "\f004";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-star:before {
  content: "\f005";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-star-empty:before {
  content: "\f006";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-user:before {
  content: "\f007";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-film:before {
  content: "\f008";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-th-large:before {
  content: "\f009";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-th:before {
  content: "\f00a";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-th-list:before {
  content: "\f00b";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-ok:before {
  content: "\f00c";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-remove:before {
  content: "\f00d";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-zoom-in:before {
  content: "\f00e";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-zoom-out:before {
  content: "\f010";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-off:before {
  content: "\f011";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-signal:before {
  content: "\f012";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-cog:before {
  content: "\f013";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-trash:before {
  content: "\f014";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-home:before {
  content: "\f015";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-file:before {
  content: "\f016";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-time:before {
  content: "\f017";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-road:before {
  content: "\f018";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-download-alt:before {
  content: "\f019";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-download:before {
  content: "\f01a";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-upload:before {
  content: "\f01b";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-inbox:before {
  content: "\f01c";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-play-circle:before {
  content: "\f01d";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-repeat:before {
  content: "\f01e";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-refresh:before {
  content: "\f021";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-list-alt:before {
  content: "\f022";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-lock:before {
  content: "\f023";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-flag:before {
  content: "\f024";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-headphones:before {
  content: "\f025";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-volume-off:before {
  content: "\f026";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-volume-down:before {
  content: "\f027";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-volume-up:before {
  content: "\f028";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-qrcode:before {
  content: "\f029";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-barcode:before {
  content: "\f02a";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-tag:before {
  content: "\f02b";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-tags:before {
  content: "\f02c";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-book:before {
  content: "\f02d";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-bookmark:before {
  content: "\f02e";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-print:before {
  content: "\f02f";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-camera:before {
  content: "\f030";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-font:before {
  content: "\f031";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-bold:before {
  content: "\f032";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-italic:before {
  content: "\f033";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-text-height:before {
  content: "\f034";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-text-width:before {
  content: "\f035";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-align-left:before {
  content: "\f036";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-align-center:before {
  content: "\f037";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-align-right:before {
  content: "\f038";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-align-justify:before {
  content: "\f039";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-list:before {
  content: "\f03a";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-indent-left:before {
  content: "\f03b";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-indent-right:before {
  content: "\f03c";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-facetime-video:before {
  content: "\f03d";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-picture:before {
  content: "\f03e";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-pencil:before {
  content: "\f040";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-map-marker:before {
  content: "\f041";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-adjust:before {
  content: "\f042";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-tint:before {
  content: "\f043";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-edit:before {
  content: "\f044";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-share:before {
  content: "\f045";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-check:before {
  content: "\f046";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-move:before {
  content: "\f047";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-step-backward:before {
  content: "\f048";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-fast-backward:before {
  content: "\f049";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-backward:before {
  content: "\f04a";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-play:before {
  content: "\f04b";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-pause:before {
  content: "\f04c";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-stop:before {
  content: "\f04d";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-forward:before {
  content: "\f04e";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-fast-forward:before {
  content: "\f050";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-step-forward:before {
  content: "\f051";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-eject:before {
  content: "\f052";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-chevron-left:before {
  content: "\f053";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-chevron-right:before {
  content: "\f054";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-plus-sign:before {
  content: "\f055";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-minus-sign:before {
  content: "\f056";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-remove-sign:before {
  content: "\f057";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-ok-sign:before {
  content: "\f058";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-question-sign:before {
  content: "\f059";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-info-sign:before {
  content: "\f05a";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-screenshot:before {
  content: "\f05b";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-remove-circle:before {
  content: "\f05c";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-ok-circle:before {
  content: "\f05d";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-ban-circle:before {
  content: "\f05e";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-arrow-left:before {
  content: "\f060";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-arrow-right:before {
  content: "\f061";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-arrow-up:before {
  content: "\f062";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-arrow-down:before {
  content: "\f063";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-share-alt:before {
  content: "\f064";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-resize-full:before {
  content: "\f065";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-resize-small:before {
  content: "\f066";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-plus:before {
  content: "\f067";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-minus:before {
  content: "\f068";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-asterisk:before {
  content: "\f069";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-exclamation-sign:before {
  content: "\f06a";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-gift:before {
  content: "\f06b";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-leaf:before {
  content: "\f06c";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-fire:before {
  content: "\f06d";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-eye-open:before {
  content: "\f06e";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-eye-close:before {
  content: "\f070";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-warning-sign:before {
  content: "\f071";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-plane:before {
  content: "\f072";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-calendar:before {
  content: "\f073";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-random:before {
  content: "\f074";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-comment:before {
  content: "\f075";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-magnet:before {
  content: "\f076";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-chevron-up:before {
  content: "\f077";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-chevron-down:before {
  content: "\f078";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-retweet:before {
  content: "\f079";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-shopping-cart:before {
  content: "\f07a";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-folder-close:before {
  content: "\f07b";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-folder-open:before {
  content: "\f07c";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-resize-vertical:before {
  content: "\f07d";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-resize-horizontal:before {
  content: "\f07e";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-bar-chart:before {
  content: "\f080";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-twitter-sign:before {
  content: "\f081";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-facebook-sign:before {
  content: "\f082";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-camera-retro:before {
  content: "\f083";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-key:before {
  content: "\f084";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-cogs:before {
  content: "\f085";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-comments:before {
  content: "\f086";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-thumbs-up:before {
  content: "\f087";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-thumbs-down:before {
  content: "\f088";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-star-half:before {
  content: "\f089";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-heart-empty:before {
  content: "\f08a";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-signout:before {
  content: "\f08b";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-linkedin-sign:before {
  content: "\f08c";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-pushpin:before {
  content: "\f08d";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-external-link:before {
  content: "\f08e";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-signin:before {
  content: "\f090";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-trophy:before {
  content: "\f091";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-github-sign:before {
  content: "\f092";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-upload-alt:before {
  content: "\f093";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-lemon:before {
  content: "\f094";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-phone:before {
  content: "\f095";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-check-empty:before {
  content: "\f096";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-bookmark-empty:before {
  content: "\f097";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-phone-sign:before {
  content: "\f098";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-twitter:before {
  content: "\f099";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-facebook:before {
  content: "\f09a";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-github:before {
  content: "\f09b";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-unlock:before {
  content: "\f09c";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-credit-card:before {
  content: "\f09d";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-rss:before {
  content: "\f09e";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-hdd:before {
  content: "\f0a0";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-bullhorn:before {
  content: "\f0a1";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-bell:before {
  content: "\f0a2";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-certificate:before {
  content: "\f0a3";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-hand-right:before {
  content: "\f0a4";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-hand-left:before {
  content: "\f0a5";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-hand-up:before {
  content: "\f0a6";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-hand-down:before {
  content: "\f0a7";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-circle-arrow-left:before {
  content: "\f0a8";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-circle-arrow-right:before {
  content: "\f0a9";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-circle-arrow-up:before {
  content: "\f0aa";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-circle-arrow-down:before {
  content: "\f0ab";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-globe:before {
  content: "\f0ac";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-wrench:before {
  content: "\f0ad";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-tasks:before {
  content: "\f0ae";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-filter:before {
  content: "\f0b0";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-briefcase:before {
  content: "\f0b1";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-fullscreen:before {
  content: "\f0b2";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-group:before {
  content: "\f0c0";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-link:before {
  content: "\f0c1";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-cloud:before {
  content: "\f0c2";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-beaker:before {
  content: "\f0c3";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-cut:before {
  content: "\f0c4";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-copy:before {
  content: "\f0c5";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-paper-clip:before {
  content: "\f0c6";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-save:before {
  content: "\f0c7";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-sign-blank:before {
  content: "\f0c8";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-reorder:before {
  content: "\f0c9";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-list-ul:before {
  content: "\f0ca";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-list-ol:before {
  content: "\f0cb";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-strikethrough:before {
  content: "\f0cc";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-underline:before {
  content: "\f0cd";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-table:before {
  content: "\f0ce";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-magic:before {
  content: "\f0d0";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-truck:before {
  content: "\f0d1";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-pinterest:before {
  content: "\f0d2";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-pinterest-sign:before {
  content: "\f0d3";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-google-plus-sign:before {
  content: "\f0d4";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-google-plus:before {
  content: "\f0d5";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-money:before {
  content: "\f0d6";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-caret-down:before {
  content: "\f0d7";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-caret-up:before {
  content: "\f0d8";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-caret-left:before {
  content: "\f0d9";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-caret-right:before {
  content: "\f0da";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-columns:before {
  content: "\f0db";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-sort:before {
  content: "\f0dc";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-sort-down:before {
  content: "\f0dd";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-sort-up:before {
  content: "\f0de";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-envelope-alt:before {
  content: "\f0e0";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-linkedin:before {
  content: "\f0e1";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-undo:before {
  content: "\f0e2";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-legal:before {
  content: "\f0e3";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-dashboard:before {
  content: "\f0e4";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-comment-alt:before {
  content: "\f0e5";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-comments-alt:before {
  content: "\f0e6";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-bolt:before {
  content: "\f0e7";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-sitemap:before {
  content: "\f0e8";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-umbrella:before {
  content: "\f0e9";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-paste:before {
  content: "\f0ea";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-lightbulb:before {
  content: "\f0eb";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-exchange:before {
  content: "\f0ec";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-cloud-download:before {
  content: "\f0ed";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-cloud-upload:before {
  content: "\f0ee";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-user-md:before {
  content: "\f0f0";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-stethoscope:before {
  content: "\f0f1";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-suitcase:before {
  content: "\f0f2";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-bell-alt:before {
  content: "\f0f3";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-coffee:before {
  content: "\f0f4";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-food:before {
  content: "\f0f5";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-file-alt:before {
  content: "\f0f6";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-building:before {
  content: "\f0f7";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-hospital:before {
  content: "\f0f8";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-ambulance:before {
  content: "\f0f9";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-medkit:before {
  content: "\f0fa";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-fighter-jet:before {
  content: "\f0fb";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-beer:before {
  content: "\f0fc";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-h-sign:before {
  content: "\f0fd";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-plus-sign-alt:before {
  content: "\f0fe";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-double-angle-left:before {
  content: "\f100";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-double-angle-right:before {
  content: "\f101";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-double-angle-up:before {
  content: "\f102";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-double-angle-down:before {
  content: "\f103";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-angle-left:before {
  content: "\f104";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-angle-right:before {
  content: "\f105";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-angle-up:before {
  content: "\f106";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-angle-down:before {
  content: "\f107";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-desktop:before {
  content: "\f108";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-laptop:before {
  content: "\f109";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-tablet:before {
  content: "\f10a";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-mobile-phone:before {
  content: "\f10b";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-circle-blank:before {
  content: "\f10c";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-quote-left:before {
  content: "\f10d";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-quote-right:before {
  content: "\f10e";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-spinner:before {
  content: "\f110";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-circle:before {
  content: "\f111";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-reply:before {
  content: "\f112";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-github-alt:before {
  content: "\f113";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-folder-close-alt:before {
  content: "\f114";
}

/* line 10, ../../sass/base/_fonts.scss */
.icon-folder-open-alt:before {
  content: "\f115";
}

/* line 1, ../../sass/base/_typography.scss */
html {
  font-size: 100%;
}

/* line 5, ../../sass/base/_typography.scss */
body {
  color: #333;
  font-family: proxima-nova, Arial, "Times New Roman", serif;
  font-size: 1rem;
}

/* line 11, ../../sass/base/_typography.scss */
.text-center {
  text-align: center;
}

/* line 15, ../../sass/base/_typography.scss */
.text-left {
  text-align: left;
}

/* line 19, ../../sass/base/_typography.scss */
h1, h2, h3, h4, h5 {
  font-weight: normal;
}

/* line 23, ../../sass/base/_typography.scss */
h1 {
  font-size: 1.8rem;
  margin: 25px auto 25px auto;
  font-weight: bold;
  text-align: center;
  color: #5E6A71;
  line-height: 1.2;
}

/* line 32, ../../sass/base/_typography.scss */
h2 {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: -10px;
  color: #002B45;
}

/* line 39, ../../sass/base/_typography.scss */
h3 {
  font-size: 1.2rem;
}

@media (max-width: 480px) {
  /* line 44, ../../sass/base/_typography.scss */
  h1 {
    font-size: 1.4rem;
  }

  /* line 48, ../../sass/base/_typography.scss */
  h2 {
    font-size: 1.2rem;
  }
}
/* line 53, ../../sass/base/_typography.scss */
.page-content p, .content p, .page-content ol, .page-content ul {
  font-size: 1rem;
  line-height: 1.8;
}

/* line 58, ../../sass/base/_typography.scss */
span.teal {
  color: #00B2A9;
  font-weight: bold;
}

/* line 63, ../../sass/base/_typography.scss */
.info-text {
  padding: 2rem 0;
}
/* line 66, ../../sass/base/_typography.scss */
.info-text p {
  font-size: 0.7rem;
}

/* line 71, ../../sass/base/_typography.scss */
.centerlink {
  font-weight: normal;
  text-transform: uppercase;
}

/* line 76, ../../sass/base/_typography.scss */
a.arrowlink {
  cursor: pointer;
  padding-left: 5px;
}
/* line 80, ../../sass/base/_typography.scss */
a.arrowlink::after {
  content: '\f101';
  font-family: 'FontAwesome';
  padding-left: 5px;
  display: inline-block;
  text-decoration: none;
}

/*This is very important -- do not remove*/
/* line 2, ../../sass/layout/_content.scss */
[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none;
}

@media (min-width: 768px) and (max-width: 1100px) {
  /* line 6, ../../sass/layout/_content.scss */
  .page-content {
    margin: 0 25px;
  }
}
@media (max-width: 767px) {
  /* line 11, ../../sass/layout/_content.scss */
  .page-content.default {
    margin-top: 55px;
  }
}

/* line 19, ../../sass/layout/_content.scss */
.row.offwhite {
  background-color: #F8F6F2;
}
/* line 22, ../../sass/layout/_content.scss */
.row.offwhite.wide {
  border-left: 600rem solid #F8F6F2;
  border-right: 600rem solid #F8F6F2;
  border-top: 1px solid #eee;
  margin: 0 -601.5rem;
}
/* line 30, ../../sass/layout/_content.scss */
.row.row-hr {
  max-width: inherit;
  margin-left: -15px;
  margin-right: -15px;
}
/* line 36, ../../sass/layout/_content.scss */
.row.spaced-bottom, .row .spaced-bottom {
  padding-bottom: 60px;
}
/* line 40, ../../sass/layout/_content.scss */
.row.spaced-top, .row .spaced-top {
  padding-top: 60px;
}
/* line 44, ../../sass/layout/_content.scss */
.row.wide {
  margin-left: -30px;
  margin-right: -30px;
}
/* line 49, ../../sass/layout/_content.scss */
.row .spaced {
  padding: 20px 0;
}

/* line 54, ../../sass/layout/_content.scss */
hr {
  border-top-width: 2px;
  margin-top: 60px;
  margin-bottom: 60px;
}
/* line 59, ../../sass/layout/_content.scss */
hr.notop {
  margin-top: 0;
}

/* line 64, ../../sass/layout/_content.scss */
.no-gutter {
  padding-left: 0;
  padding-right: 0;
}

/* line 69, ../../sass/layout/_content.scss */
.vertical-pad {
  padding: 30px 0;
}

/* line 73, ../../sass/layout/_content.scss */
.panel-group {
  margin-top: 22px;
}

/* line 77, ../../sass/layout/_content.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 5, ../../sass/layout/_header.scss */
.header {
  background: white;
  padding: 20px 0;
  min-height: 80px;
  color: #5E6A71;
}
/* line 11, ../../sass/layout/_header.scss */
.header.nonav {
  -moz-box-shadow: 0 5px 18px rgba(185, 185, 185, 0.5);
  -webkit-box-shadow: 0 5px 18px rgba(185, 185, 185, 0.5);
  box-shadow: 0 5px 18px rgba(185, 185, 185, 0.5);
}
/* line 14, ../../sass/layout/_header.scss */
.header.nonav .header-right {
  padding-top: 20px;
}
/* line 19, ../../sass/layout/_header.scss */
.header a {
  font-weight: normal;
  color: #5E6A71;
}
/* line 23, ../../sass/layout/_header.scss */
.header a:hover, .header a:active, .header a:focus {
  color: #00B2A9;
  text-decoration: none;
}
@media (max-width: 767px) {
  /* line 5, ../../sass/layout/_header.scss */
  .header {
    display: none;
  }
}
/* line 33, ../../sass/layout/_header.scss */
.header .arrow {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 5px;
  border-top: 2px solid #00B2A9;
  border-right: 2px solid #00B2A9;
}
/* line 42, ../../sass/layout/_header.scss */
.header .right {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)";
  vertical-align: 5%;
}
/* line 48, ../../sass/layout/_header.scss */
.header .down {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=-0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=-0.7071067811865476)";
  margin-left: 8px;
  vertical-align: 10%;
}
/* line 55, ../../sass/layout/_header.scss */
.header .left {
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=-0.7071067811865476, M12=0.7071067811865475, M21=-0.7071067811865475, M22=-0.7071067811865476)";
}
/* line 60, ../../sass/layout/_header.scss */
.header .up {
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=0.7071067811865475, M21=-0.7071067811865475, M22=0.7071067811865476)";
}
/* line 65, ../../sass/layout/_header.scss */
.header .logo {
  vertical-align: middle;
  display: inline-block;
}
/* line 70, ../../sass/layout/_header.scss */
.header .seperator {
  border-left: 1px solid #ebebeb;
  margin: 0 10px;
}
/* line 76, ../../sass/layout/_header.scss */
.header .logo img.main {
  width: 120%;
  max-width: 220px;
}
/* line 81, ../../sass/layout/_header.scss */
.header .logo img.lockup {
  width: 50%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 5px;
  border-right: 2px solid #D2D2D2;
}
/* line 89, ../../sass/layout/_header.scss */
.header .logo img.lockup-right {
  max-width: 130px;
  width: 50%;
  padding: 0 5px;
}
/* line 96, ../../sass/layout/_header.scss */
.header .phone {
  display: inline-block;
  height: 16px;
}
/* line 100, ../../sass/layout/_header.scss */
.header .phone:before {
  content: url("https://imageserver.petsbest.com/website/phone_icon.svg");
  display: inline-block;
  width: 12px;
  height: 100%;
  margin-right: 5px;
  vertical-align: -10%;
}
/* line 110, ../../sass/layout/_header.scss */
.header .header-right {
  text-align: right;
  padding: 5px 15px 0px 15px;
  font-size: 0.85rem;
  text-transform: uppercase;
}
@media (max-width: 870px) {
  /* line 110, ../../sass/layout/_header.scss */
  .header .header-right {
    font-size: 0.75rem;
    padding: 5px 5px 0px 6px;
  }
}
/* line 121, ../../sass/layout/_header.scss */
.header .header-right a.login {
  color: white;
  margin-left: 15px;
  font-size: 1rem;
}
/* line 127, ../../sass/layout/_header.scss */
.header .header-right #lhnContainer {
  display: inline-block;
  height: 16px;
}
/* line 132, ../../sass/layout/_header.scss */
.header .header-right #lhnContainer .chat:before {
  content: url("https://imageserver.petsbest.com/website/chat_icon.svg");
  display: inline-block;
  width: 16px;
  height: 100%;
  margin-right: 5px;
  vertical-align: -10%;
}
/* line 144, ../../sass/layout/_header.scss */
.header .dropdown {
  display: inline-block;
}
/* line 147, ../../sass/layout/_header.scss */
.header .dropdown .dropdown-menu {
  z-index: 10001;
  margin: 18px 0 0px -20px;
  min-width: 180px;
  font-size: 0.7rem;
  padding: 10px 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.175);
}
/* line 157, ../../sass/layout/_header.scss */
.header .dropdown .dropdown-menu > li > a {
  padding: 3px 20px;
  color: inherit;
  text-transform: none;
  font-size: 0.8rem;
  color: #00B2A9;
}
/* line 165, ../../sass/layout/_header.scss */
.header .dropdown .dropdown-menu > li > a:focus {
  background: white;
}
/* line 170, ../../sass/layout/_header.scss */
.header .dropdown .dropdown-menu a:hover {
  background-color: white;
  font-weight: bold;
}
/* line 176, ../../sass/layout/_header.scss */
.header .dropdown .dropdown-menu::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent;
  left: 0;
  width: 62%;
}
/* line 186, ../../sass/layout/_header.scss */
.header .dropdown .dropdown-menu::after {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  right: 120px;
  width: 15px;
  height: 15px;
  background: #ffffff;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/* line 200, ../../sass/layout/_header.scss */
.header .dropdown .dropdown-menu::after, .header .dropdown .dropdown-menu::before {
  content: '';
  position: absolute;
  bottom: 100%;
  border-top: 15px solid transparent;
  box-sizing: border-box;
}
/* line 209, ../../sass/layout/_header.scss */
.header .dropdown:hover .dropdown-menu {
  display: block;
}

/* line 216, ../../sass/layout/_header.scss */
.navbar-header .mobile-lockup {
  width: 60%;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 767px) {
  /* line 216, ../../sass/layout/_header.scss */
  .navbar-header .mobile-lockup {
    min-height: 50px;
  }
}
/* line 226, ../../sass/layout/_header.scss */
.navbar-header .lockup {
  width: 45%;
  display: inline-block;
}

/* line 232, ../../sass/layout/_header.scss */
.affix {
  top: 0;
  width: 100%;
  z-index: 1000;
}

/* line 5, ../../sass/layout/_navigation.scss */
.navbar {
  background-color: #002B45;
  border-color: #002B45;
  margin-bottom: 0;
  min-height: inherit;
}
/* line 11, ../../sass/layout/_navigation.scss */
.navbar.nonav {
  border-width: 0;
}
@media (min-width: 768px) {
  /* line 18, ../../sass/layout/_navigation.scss */
  .navbar.head ul.dropdown-menu {
    -moz-box-shadow: 0px -3px 15px 3px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0px -3px 15px 3px rgba(0, 0, 0, 0.175);
    box-shadow: 0px -3px 15px 3px rgba(0, 0, 0, 0.175);
  }
  /* line 22, ../../sass/layout/_navigation.scss */
  .navbar.head ul.dropdown-menu::after, .navbar.head ul.dropdown-menu::before {
    content: '';
    position: absolute;
    bottom: 100%;
    border-top: 6px solid transparent;
    box-sizing: border-box;
  }
  /* line 30, ../../sass/layout/_navigation.scss */
  .navbar.head ul.dropdown-menu::after {
    left: 0;
    width: 100%;
    border-bottom: 12px solid transparent;
  }
  /* line 36, ../../sass/layout/_navigation.scss */
  .navbar.head ul.dropdown-menu li:first-child {
    top: -9px;
    left: 0;
    position: absolute;
    background: white;
    width: 46%;
    height: 15px;
    border-top: 6px solid transparent;
    -moz-box-shadow: 1px -6px 11px -4px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 1px -6px 11px -4px rgba(0, 0, 0, 0.175);
    box-shadow: 1px -6px 11px -4px rgba(0, 0, 0, 0.175);
  }
  /* line 46, ../../sass/layout/_navigation.scss */
  .navbar.head ul.dropdown-menu li:first-child span {
    background: white;
    width: 15px;
    height: 15px;
    position: absolute;
    right: -7px;
    top: -3px;
    transform: rotate(45deg);
    -moz-box-shadow: 0px -5px 7px -5px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0px -5px 7px -5px rgba(0, 0, 0, 0.175);
    box-shadow: 0px -5px 7px -5px rgba(0, 0, 0, 0.175);
  }
  /* line 58, ../../sass/layout/_navigation.scss */
  .navbar.head ul.dropdown-menu li:last-child {
    top: -9px;
    right: 0;
    position: absolute;
    background: white;
    width: 46%;
    height: 15px;
    border-top: 6px solid transparent;
    -moz-box-shadow: -1px -6px 11px -4px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: -1px -6px 11px -4px rgba(0, 0, 0, 0.175);
    box-shadow: -1px -6px 11px -4px rgba(0, 0, 0, 0.175);
  }
  /* line 68, ../../sass/layout/_navigation.scss */
  .navbar.head ul.dropdown-menu li:last-child span {
    background: white;
    width: 15px;
    height: 15px;
    position: absolute;
    left: -8px;
    top: -3px;
    transform: rotate(45deg);
    -moz-box-shadow: -5px 0 7px -5px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: -5px 0 7px -5px rgba(0, 0, 0, 0.175);
    box-shadow: -5px 0 7px -5px rgba(0, 0, 0, 0.175);
  }
}
@media (min-width: 768px) {
  /* line 85, ../../sass/layout/_navigation.scss */
  .navbar.head li.dropdown:hover a {
    color: #00B2A9;
  }
  /* line 90, ../../sass/layout/_navigation.scss */
  .navbar.head li.dropdown:nth-child(3) > a {
    margin-right: -25px;
  }
  /* line 94, ../../sass/layout/_navigation.scss */
  .navbar.head li.dropdown:nth-child(3) .dropdown-menu {
    margin-left: -6px;
  }
  /* line 100, ../../sass/layout/_navigation.scss */
  .navbar.head li.dropdown:nth-child(4) > a {
    margin-right: -65px;
  }
  /* line 104, ../../sass/layout/_navigation.scss */
  .navbar.head li.dropdown:nth-child(4) .dropdown-menu {
    margin-left: 10px;
  }
  /* line 110, ../../sass/layout/_navigation.scss */
  .navbar.head li.dropdown:nth-child(5) > a {
    margin-right: -25px;
  }
  /* line 114, ../../sass/layout/_navigation.scss */
  .navbar.head li.dropdown:nth-child(5) .dropdown-menu {
    margin-left: -8px;
  }
  /* line 120, ../../sass/layout/_navigation.scss */
  .navbar.head li.dropdown:nth-child(6) > a {
    padding: 15px 0px;
  }
  /* line 124, ../../sass/layout/_navigation.scss */
  .navbar.head li.dropdown:nth-child(6) .dropdown-menu {
    margin-left: -65px;
  }
  /* line 129, ../../sass/layout/_navigation.scss */
  .navbar.head li.dropdown:hover .dropdown-menu {
    display: block;
  }
  /* line 133, ../../sass/layout/_navigation.scss */
  .navbar.head li.open > .dropdown-menu {
    display: none;
  }
}
@media (min-width: 768px) {
  /* line 141, ../../sass/layout/_navigation.scss */
  .navbar .container-fluid {
    padding: 0;
  }
}
@media (max-width: 767px) {
  /* line 5, ../../sass/layout/_navigation.scss */
  .navbar {
    position: fixed;
    width: 100%;
    border: none;
    background-color: white;
    -moz-box-shadow: 0px 1px 10px #444;
    -webkit-box-shadow: 0px 1px 10px #444;
    box-shadow: 0px 1px 10px #444;
  }
}
/* line 156, ../../sass/layout/_navigation.scss */
.navbar li a {
  font-weight: inherit;
  padding: 15px 0;
  line-height: 16px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 156, ../../sass/layout/_navigation.scss */
  .navbar li a {
    text-align: center;
    font-size: 0.8rem;
    padding: 15px 5px;
  }
}
/* line 169, ../../sass/layout/_navigation.scss */
.navbar li input {
  font-size: 1em;
  width: 70%;
  margin: 9px -22px 8px -32px;
  padding: 3px;
}
/* line 175, ../../sass/layout/_navigation.scss */
.navbar li input#txtSearchTerm {
  background-color: #648597;
  color: white;
  border-radius: 3px;
}
/* line 180, ../../sass/layout/_navigation.scss */
.navbar li input#txtSearchTerm:hover, .navbar li input#txtSearchTerm:focus {
  background-color: #7196AC;
}
@media (min-width: 768px) and (max-width: 990px) {
  /* line 187, ../../sass/layout/_navigation.scss */
  .navbar li a {
    text-decoration: none;
    font-size: 0.8rem;
  }
}
@media (max-width: 767px) {
  /* line 194, ../../sass/layout/_navigation.scss */
  .navbar li input {
    font-size: 1em;
    width: 90%;
    margin: 10px -22px 10px 15px;
    padding: 4px;
  }
}
@media (min-width: 768px) {
  /* line 203, ../../sass/layout/_navigation.scss */
  .navbar li .dropdown-menu {
    padding: 10px 20px 15px 20px;
    width: 215px;
    border-radius: 0;
    left: 0;
    margin-top: 18px;
    background-color: white;
    border: none;
    background-clip: none;
  }
  /* line 213, ../../sass/layout/_navigation.scss */
  .navbar li .dropdown-menu a {
    padding: 5px 0px;
    color: white;
    text-transform: inherit;
    font-size: 1rem;
  }
  /* line 219, ../../sass/layout/_navigation.scss */
  .navbar li .dropdown-menu a:hover, .navbar li .dropdown-menu a:focus, .navbar li .dropdown-menu a:active {
    background-color: inherit;
    text-decoration: none;
    font-weight: bold;
  }
  /* line 226, ../../sass/layout/_navigation.scss */
  .navbar li .dropdown-menu > .active > a {
    background: transparent;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  /* line 235, ../../sass/layout/_navigation.scss */
  .navbar .navbar-header img {
    max-width: 120px;
    padding: 8px 0;
  }
  /* line 240, ../../sass/layout/_navigation.scss */
  .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
    border: none;
    box-shadow: none;
    width: 100%;
  }
  /* line 247, ../../sass/layout/_navigation.scss */
  .navbar .navbar-collapse.collapse {
    position: fixed;
  }
  /* line 251, ../../sass/layout/_navigation.scss */
  .navbar .navbar-collapse.collapsing {
    position: fixed;
  }
  /* line 256, ../../sass/layout/_navigation.scss */
  .navbar .nav > li {
    padding: 0;
  }
  /* line 259, ../../sass/layout/_navigation.scss */
  .navbar .nav > li > a {
    font-size: 1rem;
  }
  /* line 263, ../../sass/layout/_navigation.scss */
  .navbar .nav > li a {
    padding: 18px 0;
  }
  /* line 267, ../../sass/layout/_navigation.scss */
  .navbar .nav > li.mrow {
    border-top: 1px solid white;
  }
  /* line 273, ../../sass/layout/_navigation.scss */
  .navbar .nav > li.dropdown::before {
    font-family: 'FontAwesome';
    content: "\f067";
    color: #FFF;
    position: absolute;
    right: 12px;
    margin-top: 16px;
  }
  /* line 283, ../../sass/layout/_navigation.scss */
  .navbar .nav > li.dropdown.open::before {
    font-family: 'FontAwesome';
    content: "\f068";
    color: #FFF;
    position: absolute;
    right: 12px;
    margin-top: 16px;
  }
  /* line 294, ../../sass/layout/_navigation.scss */
  .navbar .nav > li.callout {
    background: #00B2A9;
  }
  /* line 297, ../../sass/layout/_navigation.scss */
  .navbar .nav > li.callout::before {
    font-family: 'FontAwesome';
    content: "\f054";
    color: #FFF;
    position: absolute;
    right: 12px;
    margin-top: 16px;
  }
  /* line 307, ../../sass/layout/_navigation.scss */
  .navbar .nav > li.callout.open::before {
    font-family: 'FontAwesome';
    content: "\f054";
    color: #FFF;
    position: absolute;
    right: 12px;
    margin-top: 16px;
  }
  /* line 320, ../../sass/layout/_navigation.scss */
  .navbar li .dropdown-menu {
    padding: inherit;
    margin: 15px 0px;
  }
  /* line 324, ../../sass/layout/_navigation.scss */
  .navbar li .dropdown-menu a {
    text-transform: capitalize;
    font-size: 0.9rem;
  }
}

/* line 333, ../../sass/layout/_navigation.scss */
.navbar-nav {
  width: 100%;
  text-align: center;
  background-color: #002B45;
  position: relative;
}
@media (max-width: 767px) {
  /* line 333, ../../sass/layout/_navigation.scss */
  .navbar-nav {
    margin: 0;
  }
}
/* line 343, ../../sass/layout/_navigation.scss */
.navbar-nav > li {
  padding: 0;
  color: white;
}
/* line 347, ../../sass/layout/_navigation.scss */
.navbar-nav > li a.active {
  color: #00B2A9;
}

/* line 353, ../../sass/layout/_navigation.scss */
div#nav {
  display: none;
}

/* line 357, ../../sass/layout/_navigation.scss */
#underwriter {
  position: absolute;
  top: 12px;
  right: 2px;
  padding: 5px;
  font-size: 0.8rem;
}

/* line 365, ../../sass/layout/_navigation.scss */
#btnSearch {
  color: white;
  cursor: pointer;
}

@media (max-width: 767px) {
  /* line 372, ../../sass/layout/_navigation.scss */
  div#nav {
    display: block;
    position: fixed;
    top: 85px;
    right: 0px;
    margin: 0px;
    padding: 25px 0px 0px;
    background-color: rgba(94, 106, 113, 0.82);
    color: white;
    list-style: none;
    border-radius: 0px 0px 0px 10px;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
  }
  /* line 386, ../../sass/layout/_navigation.scss */
  div#nav ul.main-tabs {
    border-left: 2px solid white;
    padding: 0;
    height: 51px;
    margin-bottom: -5px;
  }

  /* line 394, ../../sass/layout/_navigation.scss */
  div#nav .nav-btn {
    background-color: rgba(94, 106, 113, 0.82);
    border-left: 2px solid white;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    border-radius: 10px 0px 0px 10px;
    position: absolute;
    padding-top: 7px;
    padding-left: 6px;
    top: -2px;
    left: -40px;
    width: 40px;
    height: 45px;
    display: block;
    cursor: pointer;
  }
  /* line 410, ../../sass/layout/_navigation.scss */
  div#nav .nav-btn .icon-phone {
    font-size: 1.8rem;
  }

  /* line 416, ../../sass/layout/_navigation.scss */
  div#nav a {
    color: white;
  }

  /* line 420, ../../sass/layout/_navigation.scss */
  div#nav li {
    margin-bottom: 8px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    list-style: none;
  }

  /* line 429, ../../sass/layout/_navigation.scss */
  div#nav li a {
    margin-top: -35px;
    margin-bottom: 32px;
    width: 86%;
    padding: 8px;
    font-size: 0.9rem;
    font-weight: bold;
  }
  /* line 438, ../../sass/layout/_navigation.scss */
  div#nav li span {
    text-transform: uppercase;
    font-size: 0.56rem;
    position: relative;
    top: -45px;
  }

  /* line 448, ../../sass/layout/_navigation.scss */
  .navbar-inverse .navbar-header .navbar-toggle {
    float: left;
    position: absolute;
    background-color: #002B45;
    border-radius: 0;
    height: 100%;
    margin: 0;
  }
  /* line 456, ../../sass/layout/_navigation.scss */
  .navbar-inverse .navbar-header .navbar-toggle .icon-bar {
    background-color: white;
    height: 3px;
  }
  /* line 461, ../../sass/layout/_navigation.scss */
  .navbar-inverse .navbar-header .navbar-toggle.collapsed {
    background-color: white;
  }
  /* line 464, ../../sass/layout/_navigation.scss */
  .navbar-inverse .navbar-header .navbar-toggle.collapsed .icon-bar {
    background-color: #444;
    height: 3px;
  }
}
@media (max-width: 767px) {
  /* line 1, ../../sass/layout/_footer.scss */
  footer {
    margin-top: 10px;
  }
}

/* line 7, ../../sass/layout/_footer.scss */
.pbfooter {
  font-family: proxima-nova, Arial, "Times New Roman", serif;
  letter-spacing: .5px;
  color: white;
  padding: 10px 0 20px 0;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-weight: normal;
}
@media (max-width: 767px) {
  /* line 7, ../../sass/layout/_footer.scss */
  .pbfooter {
    background: #002B45;
    position: relative;
    padding-top: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 22, ../../sass/layout/_footer.scss */
  .pbfooter .container-fluid {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* line 28, ../../sass/layout/_footer.scss */
.pbfooter .footer-head {
  border-bottom: 1px solid #00B2A9;
  width: 98%;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  display: inline-block;
}
@media (max-width: 767px) {
  /* line 28, ../../sass/layout/_footer.scss */
  .pbfooter .footer-head {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
/* line 42, ../../sass/layout/_footer.scss */
.pbfooter .footer-head .social-media {
  display: inline-block;
  margin-top: 9px;
}
@media (max-width: 767px) {
  /* line 42, ../../sass/layout/_footer.scss */
  .pbfooter .footer-head .social-media {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 18px;
  }
}
/* line 53, ../../sass/layout/_footer.scss */
.pbfooter .footer-head .social-media .fa {
  padding: 0px 40px 0px 0px;
  font-size: 1.8rem;
  color: #00B2A9;
}
/* line 58, ../../sass/layout/_footer.scss */
.pbfooter .footer-head .social-media .fa:hover, .pbfooter .footer-head .social-media .fa:focus {
  color: white;
}
/* line 65, ../../sass/layout/_footer.scss */
.pbfooter .lockup {
  float: right;
  display: inline-block;
}
@media (max-width: 767px) {
  /* line 65, ../../sass/layout/_footer.scss */
  .pbfooter .lockup {
    float: none;
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }
}
/* line 76, ../../sass/layout/_footer.scss */
.pbfooter .lockup img {
  width: 100px;
  margin-bottom: 10px;
}
/* line 82, ../../sass/layout/_footer.scss */
.pbfooter .navbar-nav {
  text-align: left;
}
@media (min-width: 768px) {
  /* line 85, ../../sass/layout/_footer.scss */
  .pbfooter .navbar-nav .section-1 {
    width: 50%;
    padding-right: 20%;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  /* line 85, ../../sass/layout/_footer.scss */
  .pbfooter .navbar-nav .section-1 {
    width: 40%;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  /* line 97, ../../sass/layout/_footer.scss */
  .pbfooter .navbar-nav .section-2 {
    width: 22%;
  }
}
@media (min-width: 768px) {
  /* line 103, ../../sass/layout/_footer.scss */
  .pbfooter .navbar-nav .section-3 {
    width: 19%;
  }
}
@media (min-width: 768px) {
  /* line 109, ../../sass/layout/_footer.scss */
  .pbfooter .navbar-nav .section-4 {
    width: 9%;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  /* line 109, ../../sass/layout/_footer.scss */
  .pbfooter .navbar-nav .section-4 {
    width: 15%;
  }
}
@media (max-width: 767px) {
  /* line 122, ../../sass/layout/_footer.scss */
  .pbfooter .nav > li.mrow, .pbfooter .nav .open > li.mrow {
    padding: 0;
    border: none;
  }
}
@media (min-width: 768px) {
  /* line 129, ../../sass/layout/_footer.scss */
  .pbfooter .nav.dropdown-menu, .pbfooter .nav .open.dropdown-menu {
    position: static;
    display: block;
    background-color: inherit;
    box-shadow: inherit;
    border: inherit;
    padding: inherit;
    left: 0;
    margin: 0;
    min-width: inherit;
    width: 100%;
  }
}
/* line 144, ../../sass/layout/_footer.scss */
.pbfooter .nav > li > a, .pbfooter .nav > li > a:focus, .pbfooter .nav .open > li > a, .pbfooter .nav .open > li > a:focus {
  color: #00B2A9;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: .5px;
  font-weight: bold;
  text-align: left;
  padding: 3px 0px;
  font-weight: bold;
  background-color: inherit;
}
@media (min-width: 768px) {
  /* line 144, ../../sass/layout/_footer.scss */
  .pbfooter .nav > li > a, .pbfooter .nav > li > a:focus, .pbfooter .nav .open > li > a, .pbfooter .nav .open > li > a:focus {
    padding: 1px 8px;
  }
}
/* line 160, ../../sass/layout/_footer.scss */
.pbfooter .nav > li > a:hover, .pbfooter .nav > li > a:focus:hover, .pbfooter .nav .open > li > a:hover, .pbfooter .nav .open > li > a:focus:hover {
  background-color: inherit;
}
/* line 164, ../../sass/layout/_footer.scss */
.pbfooter .nav > li > a.sub, .pbfooter .nav > li > a:focus.sub, .pbfooter .nav .open > li > a.sub, .pbfooter .nav .open > li > a:focus.sub {
  color: white;
  text-transform: capitalize;
  font-size: 0.8rem;
  font-weight: normal;
  white-space: normal;
}
@media (max-width: 767px) {
  /* line 164, ../../sass/layout/_footer.scss */
  .pbfooter .nav > li > a.sub, .pbfooter .nav > li > a:focus.sub, .pbfooter .nav .open > li > a.sub, .pbfooter .nav .open > li > a:focus.sub {
    line-height: inherit;
    padding: 2px 0;
  }
}
@media (min-width: 768px) {
  /* line 164, ../../sass/layout/_footer.scss */
  .pbfooter .nav > li > a.sub, .pbfooter .nav > li > a:focus.sub, .pbfooter .nav .open > li > a.sub, .pbfooter .nav .open > li > a:focus.sub {
    padding: 1px 8px;
  }
}
/* line 180, ../../sass/layout/_footer.scss */
.pbfooter .nav > li > a.sub:hover, .pbfooter .nav > li > a.sub:focus, .pbfooter .nav > li > a:focus.sub:hover, .pbfooter .nav > li > a:focus.sub:focus, .pbfooter .nav .open > li > a.sub:hover, .pbfooter .nav .open > li > a.sub:focus, .pbfooter .nav .open > li > a:focus.sub:hover, .pbfooter .nav .open > li > a:focus.sub:focus {
  text-decoration: none;
  color: #00B2A9;
}
/* line 187, ../../sass/layout/_footer.scss */
.pbfooter .nav > li.dropdown::before, .pbfooter .nav .open > li.dropdown::before {
  color: #00B2A9;
  margin-top: 0;
  font-size: 0.8rem;
  right: 5px;
}
/* line 194, ../../sass/layout/_footer.scss */
.pbfooter .nav > li.dropdown.open::before, .pbfooter .nav .open > li.dropdown.open::before {
  color: #00B2A9;
  margin-top: 0;
  font-size: 0.8rem;
  right: 5px;
}
/* line 203, ../../sass/layout/_footer.scss */
.pbfooter #phone, .pbfooter .hours, .pbfooter .signup {
  padding: 0px 8px;
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  /* line 203, ../../sass/layout/_footer.scss */
  .pbfooter #phone, .pbfooter .hours, .pbfooter .signup {
    margin: 0 auto;
    margin-top: 15px;
    padding: 0;
  }
}
/* line 214, ../../sass/layout/_footer.scss */
.pbfooter .hours {
  margin: 0;
  padding: 0 8px;
  line-height: 20px;
}
/* line 220, ../../sass/layout/_footer.scss */
.pbfooter #phone {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 20px;
}
/* line 228, ../../sass/layout/_footer.scss */
.pbfooter .signup .subscribe {
  max-width: 362px;
}
/* line 232, ../../sass/layout/_footer.scss */
.pbfooter .signup span {
  color: #00B2A9;
  font-size: 0.8rem;
  font-weight: bold;
}
/* line 238, ../../sass/layout/_footer.scss */
.pbfooter .signup a {
  padding: 10px;
  width: 40%;
  font-weight: bold;
  line-height: inherit;
  margin-left: -5px;
  border: none;
  text-transform: uppercase;
}
/* line 248, ../../sass/layout/_footer.scss */
.pbfooter .signup p {
  font-size: 0.8rem;
  margin: 0 0 10px 0;
}
/* line 253, ../../sass/layout/_footer.scss */
.pbfooter .signup input {
  width: 60%;
  padding: 10px;
  border: none;
  border-radius: 2px;
  margin: 0;
  vertical-align: middle;
  color: #333;
  font-weight: normal;
  font-size: 0.8rem;
  height: 38px;
}
/* line 265, ../../sass/layout/_footer.scss */
.pbfooter .signup input.error {
  color: red;
}
/* line 271, ../../sass/layout/_footer.scss */
.pbfooter .underwriter {
  font-size: 0.75rem;
  /*max-width: 800px;*/
  margin: 0 auto;
  margin-bottom: 0;
  margin-top: 1.5em;
  text-align: left;
  color: white;
}
/* line 281, ../../sass/layout/_footer.scss */
.pbfooter .copyright {
  font-size: 0.875rem;
  /*max-width: 800px;*/
  margin: 0 auto;
  text-align: left;
  margin-bottom: 0;
  margin-top: 1.5em;
  color: white;
}
/* line 291, ../../sass/layout/_footer.scss */
.pbfooter hr {
  width: 95%;
  margin-top: 2px;
  margin-bottom: 0px;
  border-color: #5E6A71;
  border-top-width: 1px;
}
/* line 299, ../../sass/layout/_footer.scss */
.pbfooter .footer-bottom {
  margin: 25px 0;
  text-align: center;
  width: 100%;
}
/* line 304, ../../sass/layout/_footer.scss */
.pbfooter .footer-bottom a {
  padding: 0;
}
/* line 307, ../../sass/layout/_footer.scss */
.pbfooter .footer-bottom a img {
  width: 41%;
  max-width: 140px;
  margin: 0 5px;
}

@media (max-width: 1100px) {
  /* line 317, ../../sass/layout/_footer.scss */
  #feedbackify {
    display: none;
  }
}
/* line 2, ../../sass/layout/_legal-table.scss */
.legal-table table {
  width: 100%;
  border: 1px solid white;
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
  border-collapse: collapse;
}
/* line 10, ../../sass/layout/_legal-table.scss */
.legal-table .blackcell {
  color: white;
  background-color: #5a5a5a;
  width: 15%;
  border: 1px solid #5a5a5a;
  font-size: 22pt;
  font-weight: bold;
  height: 60px;
  padding: 0 15px;
}
/* line 21, ../../sass/layout/_legal-table.scss */
.legal-table .blackborder {
  border-bottom: 1px solid black;
  padding: 10px;
  font-size: 14pt;
}
/* line 27, ../../sass/layout/_legal-table.scss */
.legal-table .graycell {
  background: #BFBFBF;
  border: 1px solid #5a5a5a;
  color: white;
  font-size: 15pt;
  padding: 10px;
  vertical-align: top;
}
/* line 35, ../../sass/layout/_legal-table.scss */
.legal-table .graycell.small {
  font-size: 13pt;
}
/* line 39, ../../sass/layout/_legal-table.scss */
.legal-table .graycell p {
  color: white;
  margin: 0;
  line-height: 25px;
}
/* line 46, ../../sass/layout/_legal-table.scss */
.legal-table .grayborder {
  border: 1px solid #A6A6A6;
  padding: 10px;
  font-size: 11pt;
}
/* line 51, ../../sass/layout/_legal-table.scss */
.legal-table .grayborder.center {
  text-align: center;
}

/* line 1, ../../sass/components/_alert-bar.scss */
.alert-bar {
  background: #DAF7F5;
  padding: 10px 0;
  text-align: center;
  margin: 0 auto;
}
/* line 7, ../../sass/components/_alert-bar.scss */
.alert-bar.hidden {
  display: none;
}
/* line 11, ../../sass/components/_alert-bar.scss */
.alert-bar .alert-bar-container {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  /* line 16, ../../sass/components/_alert-bar.scss */
  .alert-bar .alert-bar-container p {
    font-size: 0.8rem;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
/* line 26, ../../sass/components/_alert-bar.scss */
.alert-bar .alert-bar-container p a {
  margin-left: 10px;
}
/* line 31, ../../sass/components/_alert-bar.scss */
.alert-bar .alert-bar-container .icon-close {
  color: #00B2A9;
  right: 10px;
  top: 5px;
  position: absolute;
}
/* line 37, ../../sass/components/_alert-bar.scss */
.alert-bar .alert-bar-container .icon-close:hover, .alert-bar .alert-bar-container .icon-close:active, .alert-bar .alert-bar-container .icon-close:focus {
  text-decoration: none;
  color: #008e87;
}

/* line 5, ../../sass/components/_buttons.scss */
.btn {
  font-size: 1em;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 10px 15px;
  border: none;
  color: white;
  position: relative;
}
/* line 14, ../../sass/components/_buttons.scss */
.btn:hover, .btn:active, .btn:focus {
  cursor: pointer;
  text-decoration: none;
  color: white;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 22, ../../sass/components/_buttons.scss */
.btn.arrow::after {
  content: "\f101";
  font-family: "FontAwesome";
  margin-left: 10px;
}
/* line 29, ../../sass/components/_buttons.scss */
.btn.orange {
  background: #E05206;
}
/* line 32, ../../sass/components/_buttons.scss */
.btn.orange:hover {
  background: #ca4a05;
}
/* line 36, ../../sass/components/_buttons.scss */
.btn.orange.outline {
  background: white;
  border: 1px solid #E05206;
  color: #E05206;
  text-transform: inherit;
  font-family: proxima-nova, Arial, "Times New Roman", serif;
}
/* line 45, ../../sass/components/_buttons.scss */
.btn.light-teal {
  color: #002B45;
  background: #BAECE6;
}
/* line 49, ../../sass/components/_buttons.scss */
.btn.light-teal:hover {
  background: #a7d4cf;
}
/* line 53, ../../sass/components/_buttons.scss */
.btn.light-teal.outline {
  background: white;
  border: 1px solid #BAECE6;
  color: #BAECE6;
  text-transform: inherit;
  font-family: proxima-nova, Arial, "Times New Roman", serif;
}
/* line 62, ../../sass/components/_buttons.scss */
.btn.teal {
  background: #00B2A9;
}
/* line 65, ../../sass/components/_buttons.scss */
.btn.teal:hover {
  background: #00a098;
}
/* line 69, ../../sass/components/_buttons.scss */
.btn.teal:hover:after {
  border-color: #00a098 transparent transparent transparent;
}
/* line 73, ../../sass/components/_buttons.scss */
.btn.teal.outline {
  background: white;
  border: 1px solid #00B2A9;
  color: #00B2A9;
  text-transform: inherit;
  font-family: proxima-nova, Arial, "Times New Roman", serif;
}
/* line 82, ../../sass/components/_buttons.scss */
.btn.dark-teal {
  background: #029191;
}
/* line 85, ../../sass/components/_buttons.scss */
.btn.dark-teal:hover {
  background: #028383;
}
/* line 89, ../../sass/components/_buttons.scss */
.btn.dark-teal.outline {
  background: white;
  border: 1px solid #029191;
  color: #029191;
  text-transform: inherit;
  font-family: proxima-nova, Arial, "Times New Roman", serif;
}
/* line 98, ../../sass/components/_buttons.scss */
.btn.dark-blue {
  background: #002B45;
}
/* line 101, ../../sass/components/_buttons.scss */
.btn.dark-blue:hover {
  background: #00273e;
}
/* line 105, ../../sass/components/_buttons.scss */
.btn.dark-blue.outline {
  background: white;
  border: 1px solid #002B45;
  color: #002B45;
  text-transform: inherit;
  font-family: proxima-nova, Arial, "Times New Roman", serif;
}
/* line 114, ../../sass/components/_buttons.scss */
.btn.light-grey {
  background: #CCCCCC;
}
/* line 117, ../../sass/components/_buttons.scss */
.btn.light-grey:hover {
  background: #b8b8b8;
}
/* line 121, ../../sass/components/_buttons.scss */
.btn.light-grey.outline {
  background: white;
  border: 1px solid #CCCCCC;
  color: #CCCCCC;
  text-transform: inherit;
  font-family: proxima-nova, Arial, "Times New Roman", serif;
}
/* line 130, ../../sass/components/_buttons.scss */
.btn.pale-blue {
  background: #f1f8f8;
  color: #002B45;
}
/* line 134, ../../sass/components/_buttons.scss */
.btn.pale-blue:hover {
  background: #d9dfdf;
}
/* line 139, ../../sass/components/_buttons.scss */
.btn.white {
  background: white;
  border: 1px solid #00B2A9;
  color: #00B2A9;
  font-family: proxima-nova, Arial, "Times New Roman", serif;
}
/* line 146, ../../sass/components/_buttons.scss */
.btn.grey {
  background: #5E6A71;
}
/* line 149, ../../sass/components/_buttons.scss */
.btn.grey:hover {
  background: #555f66;
}
/* line 153, ../../sass/components/_buttons.scss */
.btn.grey.outline {
  background: white;
  border: 1px solid #5E6A71;
  color: #5E6A71;
  text-transform: inherit;
  font-family: proxima-nova, Arial, "Times New Roman", serif;
}
/* line 162, ../../sass/components/_buttons.scss */
.btn.lime {
  background: #D9E506;
  color: #002B45;
  text-transform: capitalize;
}
/* line 167, ../../sass/components/_buttons.scss */
.btn.lime:hover {
  background: #c3ce05;
}
/* line 171, ../../sass/components/_buttons.scss */
.btn.lime.outline {
  background: white;
  border: 1px solid #D9E506;
  color: #D9E506;
  text-transform: inherit;
  font-family: proxima-nova, Arial, "Times New Roman", serif;
}
/* line 180, ../../sass/components/_buttons.scss */
.btn.rounded {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* line 184, ../../sass/components/_buttons.scss */
.btn.rounded-right {
  border-radius: 0px 3px 3px 0px;
}
/* line 188, ../../sass/components/_buttons.scss */
.btn.wide {
  padding: 8px 45px;
}
/* line 192, ../../sass/components/_buttons.scss */
.btn.large {
  font-size: 1.1rem;
}
/* line 196, ../../sass/components/_buttons.scss */
.btn.small {
  font-size: 0.9rem;
}
/* line 200, ../../sass/components/_buttons.scss */
.btn.xs-small {
  font-size: 0.8rem;
}
/* line 204, ../../sass/components/_buttons.scss */
.btn.left {
  float: left;
}
/* line 208, ../../sass/components/_buttons.scss */
.btn.right {
  float: right;
}
/* line 212, ../../sass/components/_buttons.scss */
.btn.bold {
  font-weight: bold;
}
/* line 217, ../../sass/components/_buttons.scss */
.btn.chat-bubble:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-width: 9px 10px 0 4px;
  border-color: #00B2A9 transparent transparent transparent;
  top: 40px;
  right: 20px;
}

/* line 2, ../../sass/components/_hero.scss */
.carousel .landing-cta {
  text-align: center;
  background: #FFF;
  position: relative;
  width: 600px;
  min-height: 90px;
  margin: 0 auto;
  margin-top: -90px;
  padding-top: 20px;
}
/* line 12, ../../sass/components/_hero.scss */
.carousel .landing-cta input {
  padding: 7px;
  border: 1px solid #C7C7C7;
  border-radius: 3px 0 0 3px;
  vertical-align: middle;
  margin-right: -25px;
}
/* line 20, ../../sass/components/_hero.scss */
.carousel .landing-cta .discount {
  display: table;
  width: 50%;
  padding: 0 5px;
  float: left;
  text-align: left;
  font-size: 0.9em;
}
/* line 28, ../../sass/components/_hero.scss */
.carousel .landing-cta .discount .text, .carousel .landing-cta .discount img {
  display: table-cell;
  vertical-align: middle;
}
/* line 34, ../../sass/components/_hero.scss */
.carousel .landing-cta .quote-cta {
  margin-top: 2%;
  padding: 0 5px;
}
@media (min-width: 768px) {
  /* line 40, ../../sass/components/_hero.scss */
  .carousel .carousel-caption {
    padding-bottom: 20px;
  }
}
/* line 45, ../../sass/components/_hero.scss */
.carousel .carousel-caption h2 {
  padding: 15px;
  margin: 0;
}
/* line 50, ../../sass/components/_hero.scss */
.carousel .carousel-caption .quote-cta {
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: -ms-flexbox;
  -ms-flex-direction: row;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  width: 308px;
  margin: 0 auto;
}
/* line 57, ../../sass/components/_hero.scss */
.carousel .carousel-caption .quote-cta input {
  padding: 11px;
  line-height: 24px;
  border-radius: 3px 0 0 3px;
  vertical-align: middle;
  margin-right: -5px;
  border: none;
  color: #333;
}
/* line 67, ../../sass/components/_hero.scss */
.carousel .carousel-caption .quote-cta .image-caption {
  position: absolute;
  top: 44%;
  left: 120%;
}
/* line 72, ../../sass/components/_hero.scss */
.carousel .carousel-caption .quote-cta .image-caption .txt {
  position: absolute;
  display: none;
  text-align: left;
  right: -70%;
  bottom: 0;
  width: 800%;
  background: #002B45;
  padding: 10px 10px 0px 10px;
  border-bottom: 45px solid transparent;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  font-size: 0.8rem;
  opacity: 0.9;
}
/* line 86, ../../sass/components/_hero.scss */
.carousel .carousel-caption .quote-cta .image-caption .txt a {
  color: #00B2A9;
  font-weight: normal;
}
/* line 91, ../../sass/components/_hero.scss */
.carousel .carousel-caption .quote-cta .image-caption .txt::after, .carousel .carousel-caption .quote-cta .image-caption .txt::before {
  content: '';
  position: absolute;
  top: 100%;
  border-top: 6px solid transparent;
  box-sizing: border-box;
}
/* line 99, ../../sass/components/_hero.scss */
.carousel .carousel-caption .quote-cta .image-caption .txt::before {
  right: 15%;
  width: 85%;
  border-top: 12px solid #002B45;
  border-right: 11px solid transparent;
}
/* line 106, ../../sass/components/_hero.scss */
.carousel .carousel-caption .quote-cta .image-caption .txt::after {
  left: 85%;
  width: 15%;
  border-top: 12px solid #002B45;
  border-left: 11px solid transparent;
}
/* line 114, ../../sass/components/_hero.scss */
.carousel .carousel-caption .quote-cta .image-caption:hover {
  cursor: pointer;
}
/* line 117, ../../sass/components/_hero.scss */
.carousel .carousel-caption .quote-cta .image-caption:hover .txt {
  display: inline-block;
}
/* line 121, ../../sass/components/_hero.scss */
.carousel .carousel-caption .quote-cta .image-caption:hover .fa-camera {
  opacity: 1;
}
/* line 126, ../../sass/components/_hero.scss */
.carousel .carousel-caption .quote-cta .image-caption .fa-camera {
  font-size: 1.6rem;
  opacity: 0.8;
}

@media (max-width: 767px) {
  /* line 137, ../../sass/components/_hero.scss */
  .carousel .landing-cta {
    width: initial;
    margin-top: initial;
  }
  /* line 141, ../../sass/components/_hero.scss */
  .carousel .landing-cta .discount {
    width: 100%;
    float: initial;
    text-align: center;
  }
  /* line 146, ../../sass/components/_hero.scss */
  .carousel .landing-cta .discount img {
    display: none;
  }
  /* line 152, ../../sass/components/_hero.scss */
  .carousel .carousel-caption {
    width: 100%;
    right: 0;
    left: 0;
    bottom: inherit;
    background-color: #5E6A71;
    padding: 10px 0;
  }
  /* line 161, ../../sass/components/_hero.scss */
  .carousel .carousel-inner {
    margin-top: 50px;
    padding-bottom: 65px;
  }
  /* line 165, ../../sass/components/_hero.scss */
  .carousel .carousel-inner.short {
    padding-bottom: 0;
  }
  /* line 169, ../../sass/components/_hero.scss */
  .carousel .carousel-inner.landing {
    padding-bottom: 0;
  }
  /* line 174, ../../sass/components/_hero.scss */
  .carousel .carousel-control .glyphicon {
    margin-top: -40px;
  }
}
/* line 1, ../../sass/components/_lists.scss */
ul.fa-ul li i {
  font-size: 1.4rem;
  color: #00B2A9;
}

/* line 2, ../../sass/components/_radio.scss */
.btn-group .btn {
  border-radius: 6px;
  background: #CCCCCC;
  border-top: none;
  border-left: none;
  border-bottom: none;
  border-right: 1px solid white;
  margin: 1px;
  color: white;
  text-transform: capitalize;
  padding: 8px 20px;
  font-family: inherit;
}
/* line 15, ../../sass/components/_radio.scss */
.btn-group .btn.active, .btn-group .btn:hover {
  background: #5E6A71;
}

/* line 1, ../../sass/components/_input.scss */
select {
  font-size: 0.8rem;
  background: transparent;
  padding: 6px 26px 6px 6px;
  border: 1px solid #E8E8E8;
  height: 40px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzEzRDBDQSIgZD0iTTE0LjgzIDE2LjQybDkuMTcgOS4xNyA5LjE3LTkuMTcgMi44MyAyLjgzLTEyIDEyLTEyLTEyeiIvPjxwYXRoIGQ9Ik0wLS43NWg0OHY0OGgtNDh6IiBmaWxsPSJub25lIi8+PC9zdmc+") 100%/30px no-repeat;
}
/* line 10, ../../sass/components/_input.scss */
select option {
  text-transform: capitalize;
}

/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width: 0\0) {
  /* line 16, ../../sass/components/_input.scss */
  select {
    background: none;
    padding: 5px;
  }
}
/* line 23, ../../sass/components/_input.scss */
.header input[type="text"], .navbar input[type="text"], .pbfooter input[type="text"], .carousel input[type="text"] {
  border: none;
  color: #333;
}

/* line 30, ../../sass/components/_input.scss */
.has-error .form-control, .has-error .form-control:focus, .has-error .control-label, .has-error .input-group-addon, .has-success .form-control, .has-success .form-control:focus, .has-success .control-label, .has-success .input-group-addon {
  border-color: #ccc;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit;
}

/* line 37, ../../sass/components/_input.scss */
.form-control {
  height: 35px;
  border: 1px solid #ccc;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 1, ../../sass/components/_blog-slider.scss */
.owl-carousel {
  padding-bottom: 25px;
}
/* line 4, ../../sass/components/_blog-slider.scss */
.owl-carousel .owl-item {
  margin: 15px 0 0;
}
/* line 7, ../../sass/components/_blog-slider.scss */
.owl-carousel .owl-item .blog-title {
  margin: 15px 10px;
  position: relative;
  z-index: 2;
  font-size: 0.9em;
  text-align: left;
}
/* line 15, ../../sass/components/_blog-slider.scss */
.owl-carousel .owl-item .content {
  height: 144px;
  overflow: hidden;
}
/* line 23, ../../sass/components/_blog-slider.scss */
.owl-carousel .owl-nav div {
  position: absolute;
}
/* line 27, ../../sass/components/_blog-slider.scss */
.owl-carousel .owl-nav i {
  text-shadow: 1px 2px 5px #444;
}
/* line 31, ../../sass/components/_blog-slider.scss */
.owl-carousel .owl-nav .owl-prev {
  left: 0;
  margin-left: 10px;
  top: 25%;
}
/* line 32, ../../sass/components/_blog-slider.scss */
.owl-carousel .owl-nav .owl-prev .arrow-left {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #002B45;
}
/* line 45, ../../sass/components/_blog-slider.scss */
.owl-carousel .owl-nav .owl-next {
  margin-right: 10px;
  right: 20px;
  top: 25%;
}
/* line 46, ../../sass/components/_blog-slider.scss */
.owl-carousel .owl-nav .owl-next .arrow-right {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #002B45;
}

/* line 2, ../../sass/components/_accordion.scss */
div[id^=accordion] a {
  color: #002B45;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
/* line 6, ../../sass/components/_accordion.scss */
div[id^=accordion] .panel {
  text-align: left;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background-color: #fcfcfc;
}
/* line 12, ../../sass/components/_accordion.scss */
div[id^=accordion] .panel .panel-body {
  border: none;
  padding: 0 15px;
}
/* line 17, ../../sass/components/_accordion.scss */
div[id^=accordion] .panel-heading {
  cursor: pointer;
  padding: 8px 15px;
}
/* line 19, ../../sass/components/_accordion.scss */
div[id^=accordion] .panel-heading a:hover {
  text-decoration: none;
}
/* line 25, ../../sass/components/_accordion.scss */
div[id^=accordion] .panel-heading h4:before {
  font-family: "FontAwesome";
  content: '\f067';
  float: right;
  padding: 1px 7px 0px 7px;
  border-radius: 30px;
  background-color: #FFF;
  color: #00B2A9;
  font-size: 1.2rem;
  font-weight: normal;
}
/* line 37, ../../sass/components/_accordion.scss */
div[id^=accordion] .panel-heading[aria-expanded='true'] h4:before {
  font-family: "FontAwesome";
  content: '\f068';
  float: right;
  padding: 1px 7px 0px 7px;
  border-radius: 30px;
  background-color: #FFF;
  color: #00B2A9;
  font-size: 1.2rem;
  font-weight: normal;
  border: none;
}

/* line 50, ../../sass/components/_accordion.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 1, ../../sass/components/_testimonial.scss */
.testimonial {
  padding: 2rem 0;
  text-align: center;
  font-style: italic;
  font-size: 1.4rem;
  color: #5E6A71;
}
/* line 7, ../../sass/components/_testimonial.scss */
.testimonial p {
  line-height: inherit;
  font-size: inherit;
}
/* line 11, ../../sass/components/_testimonial.scss */
.testimonial.small {
  font-size: 0.9rem;
  font-style: normal;
  display: inline-block;
  text-align: left;
  padding: 2rem 1rem;
}
/* line 17, ../../sass/components/_testimonial.scss */
.testimonial.small .quote {
  margin-left: 35%;
}
/* line 20, ../../sass/components/_testimonial.scss */
.testimonial.small .name {
  font-style: italic;
  font-weight: bold;
}
/* line 25, ../../sass/components/_testimonial.scss */
.testimonial .name {
  font-size: 1rem;
  font-style: none;
  font-weight: normal;
}
/* line 30, ../../sass/components/_testimonial.scss */
.testimonial.light-grey {
  background: whitesmoke;
}
/* line 33, ../../sass/components/_testimonial.scss */
.testimonial.mid-grey {
  background: #dfe1e3;
}
/* line 36, ../../sass/components/_testimonial.scss */
.testimonial img {
  border-radius: 200px;
  float: left;
  width: 28%;
  margin-right: 20px;
}
/* line 41, ../../sass/components/_testimonial.scss */
.testimonial img.full {
  width: 100%;
}
/* line 45, ../../sass/components/_testimonial.scss */
.testimonial a {
  font-size: initial;
  font-style: initial;
  color: #00B2A9;
}

/* line 2, ../../sass/components/_modal.scss */
.fixed-modal.modal-open {
  overflow: visible;
  position: fixed;
  width: 100%;
}
/* line 7, ../../sass/components/_modal.scss */
.fixed-modal.modal-open .modal-body {
  overflow: visible;
  padding: 0;
}

/* line 13, ../../sass/components/_modal.scss */
.modal-backdrop {
  background-color: #002B45;
}
/* line 16, ../../sass/components/_modal.scss */
.modal-backdrop.in {
  opacity: 0.7;
}

@media (min-width: 767px) {
  /* line 26, ../../sass/components/_modal.scss */
  .modal-open .modal .modal-dialog:not(.modal-sm):not(.modal-lg) {
    width: 700px;
    margin-top: 100px;
  }
  /* line 31, ../../sass/components/_modal.scss */
  .modal-open .modal.sm .modal-dialog:not(.modal-sm):not(.modal-lg) {
    width: 400px;
    margin-top: 30px;
  }
}
@media (min-width: 1101px) {
  /* line 38, ../../sass/components/_modal.scss */
  .modal-open .modal.full .modal-dialog:not(.modal-sm):not(.modal-lg) {
    width: 840px;
    margin-top: 100px;
  }
}
/* line 44, ../../sass/components/_modal.scss */
.modal-open .modal .nav-justified {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  border: 1px solid #cee3e3;
}
/* line 49, ../../sass/components/_modal.scss */
.modal-open .modal .nav-justified a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  opacity: 0.5;
}
/* line 55, ../../sass/components/_modal.scss */
.modal-open .modal .modal-header {
  padding: 0;
  border: none;
  position: relative;
  min-height: 20px;
  text-align: center;
}
/* line 62, ../../sass/components/_modal.scss */
.modal-open .modal .modal-header .icon-close {
  cursor: pointer;
  display: block;
  text-align: center;
  padding: 15px;
  right: -20px;
  top: -25px;
  vertical-align: middle;
  position: absolute;
  color: #00B2A9;
}
/* line 73, ../../sass/components/_modal.scss */
.modal-open .modal .modal-header .icon-close::before {
  height: 17px;
  width: 17px;
  content: '';
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="#00afab" d="M907.264 19.797l-395.264 395.947-395.264-395.947c-12.404-12.404-29.541-20.077-48.469-20.077-37.857 0-68.546 30.689-68.546 68.546 0 18.928 7.672 36.065 20.077 48.469l395.947 395.264-395.947 395.264c-14.645 12.595-23.862 31.147-23.862 51.852 0 37.703 30.564 68.267 68.267 68.267 20.705 0 39.256-9.217 51.776-23.772l396.022-395.354 395.264 395.264c11.859 10.203 27.406 16.415 44.404 16.415 37.703 0 68.267-30.564 68.267-68.267 0-16.998-6.212-32.545-16.491-44.494l-395.188-395.174 395.264-395.264c12.463-12.377 20.177-29.523 20.177-48.469 0-37.724-30.581-68.305-68.305-68.305-18.777 0-35.784 7.577-48.132 19.84z"></path></svg>');
  background-size: 17px 17px;
  background-repeat: no-repeat;
  display: inline-block;
}
/* line 85, ../../sass/components/_modal.scss */
.modal-open .modal .modal-title {
  margin: 0 0 10px 0;
  text-align: center;
  text-transform: uppercase;
  color: #002B45;
}
@media (max-width: 767px) {
  /* line 85, ../../sass/components/_modal.scss */
  .modal-open .modal .modal-title {
    font-size: 1.1rem;
  }
}
/* line 95, ../../sass/components/_modal.scss */
.modal-open .modal .modal-title .pipe {
  color: #002B45;
  margin: 0 10px;
}
/* line 100, ../../sass/components/_modal.scss */
.modal-open .modal .modal-title .smaller {
  font-size: 1rem;
}
/* line 105, ../../sass/components/_modal.scss */
.modal-open .modal .modal-content {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 30px;
}
@media (max-width: 767px) {
  /* line 105, ../../sass/components/_modal.scss */
  .modal-open .modal .modal-content {
    padding: 20px;
  }
}
/* line 115, ../../sass/components/_modal.scss */
.modal-open .modal .modal-content h3 {
  text-transform: uppercase;
  color: #002B45;
  font-weight: bold;
}
/* line 122, ../../sass/components/_modal.scss */
.modal-open .modal.full .modal-body {
  padding: 0 40px 25px 40px;
}
@media (max-width: 1101px) {
  /* line 122, ../../sass/components/_modal.scss */
  .modal-open .modal.full .modal-body {
    padding: 0;
  }
}
@media (min-width: 1101px) {
  /* line 130, ../../sass/components/_modal.scss */
  .modal-open .modal.full .modal-body .tab-content {
    padding: 30px;
  }
}
/* line 138, ../../sass/components/_modal.scss */
.modal-open .modal .modal-body.text-left {
  text-align: left;
}
@media (max-width: 767px) {
  /* line 142, ../../sass/components/_modal.scss */
  .modal-open .modal .modal-body .nav-tabs li a {
    font-size: 0.8rem;
  }
}
@media (max-width: 345px) {
  /* line 142, ../../sass/components/_modal.scss */
  .modal-open .modal .modal-body .nav-tabs li a {
    padding: 10px 4px;
  }
}
/* line 152, ../../sass/components/_modal.scss */
.modal-open .modal .modal-body.short-modal {
  max-height: 420px;
  overflow-y: auto;
}
/* line 157, ../../sass/components/_modal.scss */
.modal-open .modal .modal-body .tab-content {
  margin: 0;
  padding: 15px;
  border-left: 1px solid #cee3e3;
  border-right: 1px solid #cee3e3;
  border-bottom: 1px solid #cee3e3;
  border-radius: 0 0 7px 7px;
}
/* line 165, ../../sass/components/_modal.scss */
.modal-open .modal .modal-body .tab-content p {
  text-align: left;
  margin: 0;
}
/* line 169, ../../sass/components/_modal.scss */
.modal-open .modal .modal-body .tab-content p .semi {
  font-weight: bold;
}
/* line 175, ../../sass/components/_modal.scss */
.modal-open .modal .modal-body ul:not(.nav-pills) {
  padding-left: 20px;
  margin: 0;
}
/* line 180, ../../sass/components/_modal.scss */
.modal-open .modal .modal-body .nav-pills > li.active > a,
.modal-open .modal .modal-body .nav-pills > li.active > a:hover,
.modal-open .modal .modal-body .nav-pills > li.active > a:focus {
  background-color: #002B45;
  opacity: 1;
}
@media (min-width: 768px) {
  /* line 189, ../../sass/components/_modal.scss */
  .modal-open .modal .modal-body .radio label {
    padding-left: 50px;
    padding-right: 0;
    text-align: left;
    width: inherit;
  }
  /* line 196, ../../sass/components/_modal.scss */
  .modal-open .modal .modal-body .radio label::before, .modal-open .modal .modal-body .radio label::after {
    margin-left: inherit;
  }
  /* line 200, ../../sass/components/_modal.scss */
  .modal-open .modal .modal-body .radio-inline {
    padding-left: 0;
  }
  /* line 204, ../../sass/components/_modal.scss */
  .modal-open .modal .modal-body .form-group label.error {
    text-align: left;
  }
}
@media (max-width: 767px) {
  /* line 212, ../../sass/components/_modal.scss */
  .modal-open .modal .radio-inline {
    max-width: 125px;
  }
}
/* line 217, ../../sass/components/_modal.scss */
.modal-open .modal .modal-dialog-center {
  margin-top: 10%;
}

/* line 223, ../../sass/components/_modal.scss */
.nav-justified > li {
  float: none;
  display: table-cell;
  width: 1%;
  list-style-image: url(data:0);
}
/* line 229, ../../sass/components/_modal.scss */
.nav-justified > li a {
  margin-bottom: 0;
}
@media (max-width: 481px) {
  /* line 229, ../../sass/components/_modal.scss */
  .nav-justified > li a {
    font-size: 0.7rem;
  }
}
@media (max-width: 320px) {
  /* line 229, ../../sass/components/_modal.scss */
  .nav-justified > li a {
    white-space: normal;
  }
}

/* line 1, ../../sass/components/_backtotop.scss */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 178, 169, 0.8) url("https://imageserver.petsbest.com/website/cd-top-arrow.svg") no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
/* line 27, ../../sass/components/_backtotop.scss */
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
/* line 33, ../../sass/components/_backtotop.scss */
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
  display: none;
}
/* line 39, ../../sass/components/_backtotop.scss */
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
/* line 43, ../../sass/components/_backtotop.scss */
.no-touch .cd-top:hover {
  background-color: #029191;
  opacity: 1;
}

/* line 1, ../../sass/icons/_documents.scss */
ul.documents {
  list-style: none;
  padding: 0 20px;
}
/* line 5, ../../sass/icons/_documents.scss */
ul.documents li a:before {
  content: url("https://imageserver.petsbest.com/website/icon-download.png");
  margin-right: 10px;
  vertical-align: middle;
  line-height: 1;
  font-size: 45px;
}

/* line 1, ../../sass/components/_pb-slider.scss */
.pb-slider {
  padding-top: 25px;
}
@media (max-width: 767px) {
  /* line 1, ../../sass/components/_pb-slider.scss */
  .pb-slider {
    text-align: center;
  }
}
/* line 8, ../../sass/components/_pb-slider.scss */
.pb-slider .testimonial, .pb-slider p {
  padding-bottom: 15px;
}
/* line 12, ../../sass/components/_pb-slider.scss */
.pb-slider .btn {
  margin-bottom: 15px;
}

/* line 17, ../../sass/components/_pb-slider.scss */
.swiper-container {
  margin-top: 15px;
}
/* line 20, ../../sass/components/_pb-slider.scss */
.swiper-container.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px;
}
/* line 24, ../../sass/components/_pb-slider.scss */
.swiper-container .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #daf7f5;
  opacity: 1;
}
/* line 31, ../../sass/components/_pb-slider.scss */
.swiper-container .swiper-pagination-bullet-active {
  opacity: 1;
  background: #01b6b3;
}

/* line 3, ../../sass/components/_contact-modal.scss */
#contactModal.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
/* line 16, ../../sass/components/_contact-modal.scss */
#contactModal .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 320px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 767px) {
  /* line 16, ../../sass/components/_contact-modal.scss */
  #contactModal .modal-content {
    margin: 19% auto;
  }
}
/* line 28, ../../sass/components/_contact-modal.scss */
#contactModal .modal-content h2 {
  color: #003b5d;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-bottom: 7px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  margin: 0 auto;
  width: 100%;
  font-weight: 700;
  text-align: center;
}
/* line 43, ../../sass/components/_contact-modal.scss */
#contactModal .modal-content .radio-btn-holder {
  text-align: center;
}
/* line 46, ../../sass/components/_contact-modal.scss */
#contactModal .modal-content .radio-btn-holder .default {
  font-size: 16px;
  color: #003b5d;
  line-height: 20px;
}
/* line 51, ../../sass/components/_contact-modal.scss */
#contactModal .modal-content .radio-btn-holder .default a {
  color: #003b5d;
}
/* line 54, ../../sass/components/_contact-modal.scss */
#contactModal .modal-content .radio-btn-holder .default a:hover {
  color: #003b5d;
}
/* line 61, ../../sass/components/_contact-modal.scss */
#contactModal .modal-content .radio-btn-holder #text + label {
  display: none;
}
/* line 67, ../../sass/components/_contact-modal.scss */
#contactModal .modal-content .radio-btn-holder #chat + label {
  display: inline-block;
}
/* line 72, ../../sass/components/_contact-modal.scss */
#contactModal .modal-content .radio-btn-holder input[type="radio"] {
  display: none;
}
/* line 76, ../../sass/components/_contact-modal.scss */
#contactModal .modal-content .radio-btn-holder label.btn-switch {
  display: inline-block;
  padding: 4px 11px;
  font-size: 14px;
  cursor: pointer;
  width: 48%;
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  background: white;
  border: 1px solid #00bab3;
  color: #00bab3;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 91, ../../sass/components/_contact-modal.scss */
  #contactModal .modal-content .radio-btn-holder label.btn-switch:nth-of-type(2) {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 97, ../../sass/components/_contact-modal.scss */
  #contactModal .modal-content .radio-btn-holder label.btn-switch:nth-of-type(3) {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  /* line 97, ../../sass/components/_contact-modal.scss */
  #contactModal .modal-content .radio-btn-holder label.btn-switch:nth-of-type(3) {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 107, ../../sass/components/_contact-modal.scss */
  #contactModal .modal-content .radio-btn-holder label.btn-switch:nth-of-type(4) {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  /* line 107, ../../sass/components/_contact-modal.scss */
  #contactModal .modal-content .radio-btn-holder label.btn-switch:nth-of-type(4) {
    display: none;
  }
}
/* line 118, ../../sass/components/_contact-modal.scss */
#contactModal .modal-content .radio-btn-holder input[type="radio"]:checked + label {
  background-color: #00bab3;
  color: white;
}
/* line 123, ../../sass/components/_contact-modal.scss */
#contactModal .modal-content .radio-btn-holder .form-area {
  margin-top: 15px;
}
/* line 126, ../../sass/components/_contact-modal.scss */
#contactModal .modal-content .radio-btn-holder .form-area h2 {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 2px;
}
/* line 131, ../../sass/components/_contact-modal.scss */
#contactModal .modal-content .radio-btn-holder .form-area h2 .info {
  font-size: 10px;
}
/* line 136, ../../sass/components/_contact-modal.scss */
#contactModal .modal-content .radio-btn-holder .form-area .half-div .section {
  width: 49%;
  display: inline-block;
}
/* line 141, ../../sass/components/_contact-modal.scss */
#contactModal .modal-content .radio-btn-holder .form-area .form-control {
  width: 100%;
  height: 32px;
  margin: 0;
  padding: 5px 8px;
  border: 1px solid #dddee1;
  display: block;
  overflow: hidden;
  outline: none;
  -webkit-appearance: none;
  box-shadow: none;
  font-size: 16px;
  line-height: 20px;
  color: #5e6a71;
  font-weight: 400;
  margin-bottom: 12px;
}
/* line 158, ../../sass/components/_contact-modal.scss */
#contactModal .modal-content .radio-btn-holder .form-area .form-control.error {
  border-color: #e05206;
}
/* line 162, ../../sass/components/_contact-modal.scss */
#contactModal .modal-content .radio-btn-holder .form-area .form-control:focus {
  border-color: #dddee1;
}
/* line 167, ../../sass/components/_contact-modal.scss */
#contactModal .modal-content .radio-btn-holder .form-area .form-control:disabled {
  background: #ececec;
}
/* line 172, ../../sass/components/_contact-modal.scss */
#contactModal .modal-content .radio-btn-holder .form-area input[type=button] {
  padding: 7px 11px;
  font-size: 16px;
  cursor: pointer;
  width: 48%;
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  background: #00bab3;
  border: none;
  color: white;
  text-transform: uppercase;
}
/* line 186, ../../sass/components/_contact-modal.scss */
#contactModal .modal-content .radio-btn-holder .form-area input[type=button]:hover, #contactModal .modal-content .radio-btn-holder .form-area input[type=button]:disabled {
  opacity: 0.7;
}
/* line 191, ../../sass/components/_contact-modal.scss */
#contactModal .modal-content .radio-btn-holder .form-area .radio-area {
  padding-top: 10px;
  padding-bottom: 5px;
  text-align: left;
}
/* line 196, ../../sass/components/_contact-modal.scss */
#contactModal .modal-content .radio-btn-holder .form-area .radio-area .inline {
  display: inline-block;
}
/* line 200, ../../sass/components/_contact-modal.scss */
#contactModal .modal-content .radio-btn-holder .form-area .radio-area .inline + .inline {
  margin-left: 10px;
}
/* line 204, ../../sass/components/_contact-modal.scss */
#contactModal .modal-content .radio-btn-holder .form-area .radio-area .radio {
  text-transform: uppercase;
  font-weight: bold;
  color: #003b5c;
  font-size: 16px;
  margin: 10px 0;
  position: relative;
}
/* line 212, ../../sass/components/_contact-modal.scss */
#contactModal .modal-content .radio-btn-holder .form-area .radio-area .radio.error {
  color: #e05206;
}
/* line 217, ../../sass/components/_contact-modal.scss */
#contactModal .modal-content .radio-btn-holder .form-area .radio-area .radio span {
  position: relative;
  padding-left: 37px;
  width: inherit;
  background: none;
  border: none;
  height: 1.9em;
}
/* line 226, ../../sass/components/_contact-modal.scss */
#contactModal .modal-content .radio-btn-holder .form-area .radio-area .radio span:after {
  content: '';
  width: 30px;
  height: 30px;
  border: 1px solid;
  position: absolute;
  background: none;
  left: -4px;
  border-color: #5d6e79;
  top: -8px;
  border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transform: none;
}
/* line 247, ../../sass/components/_contact-modal.scss */
#contactModal .modal-content .radio-btn-holder .form-area .radio-area .radio.error span:after {
  border-color: #e05206;
}
/* line 251, ../../sass/components/_contact-modal.scss */
#contactModal .modal-content .radio-btn-holder .form-area .radio-area .radio input[type="radio"] {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
/* line 262, ../../sass/components/_contact-modal.scss */
#contactModal .modal-content .radio-btn-holder .form-area .radio-area .radio input[type="radio"]:checked + span:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  background: #003a5c;
  left: 1px;
  top: -3px;
  border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
/* line 278, ../../sass/components/_contact-modal.scss */
#contactModal .modal-content .radio-btn-holder #default:checked ~ .default {
  display: block;
}
/* line 282, ../../sass/components/_contact-modal.scss */
#contactModal .modal-content .radio-btn-holder #text:checked ~ .text {
  display: block;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 20px;
}
/* line 289, ../../sass/components/_contact-modal.scss */
#contactModal .modal-content .radio-btn-holder #text:checked ~ .text a {
  color: #00b2a9;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 296, ../../sass/components/_contact-modal.scss */
#contactModal .modal-content .radio-btn-holder #text:checked ~ .default {
  display: none;
}
/* line 300, ../../sass/components/_contact-modal.scss */
#contactModal .modal-content .radio-btn-holder #message:checked ~ .message {
  display: block;
  font-size: 14px;
  color: #003b5d;
  line-height: 20px;
}
/* line 307, ../../sass/components/_contact-modal.scss */
#contactModal .modal-content .radio-btn-holder #message:checked ~ .default {
  display: none;
}
/* line 311, ../../sass/components/_contact-modal.scss */
#contactModal .modal-content .radio-btn-holder #chat:checked ~ .chat {
  display: block;
}
/* line 315, ../../sass/components/_contact-modal.scss */
#contactModal .modal-content .radio-btn-holder #chat:checked ~ .default {
  display: none;
}
/* line 319, ../../sass/components/_contact-modal.scss */
#contactModal .modal-content .radio-btn-holder .message, #contactModal .modal-content .radio-btn-holder .chat, #contactModal .modal-content .radio-btn-holder .phoneHolder, #contactModal .modal-content .radio-btn-holder .emailHolder, #contactModal .modal-content .radio-btn-holder .text {
  display: none;
}
/* line 325, ../../sass/components/_contact-modal.scss */
#contactModal .close {
  float: right;
  font-size: 28px;
  margin-right: -10px;
  margin-top: -15px;
  font-weight: 700;
  color: #00b2a9;
  opacity: 1;
}
/* line 335, ../../sass/components/_contact-modal.scss */
#contactModal .close:hover,
#contactModal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/*
 *  Owl Carousel - Core
 */
/* line 4, ../../sass/vendors/owl-carousel/_core.scss */
.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;
}
/* line 12, ../../sass/vendors/owl-carousel/_core.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
/* line 18, ../../sass/vendors/owl-carousel/_core.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 27, ../../sass/vendors/owl-carousel/_core.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
/* line 34, ../../sass/vendors/owl-carousel/_core.scss */
.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);
}
/* line 44, ../../sass/vendors/owl-carousel/_core.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
/* line 52, ../../sass/vendors/owl-carousel/_core.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
/* line 57, ../../sass/vendors/owl-carousel/_core.scss */
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
/* line 62, ../../sass/vendors/owl-carousel/_core.scss */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 74, ../../sass/vendors/owl-carousel/_core.scss */
.owl-carousel.owl-loaded {
  display: block;
}
/* line 78, ../../sass/vendors/owl-carousel/_core.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
/* line 83, ../../sass/vendors/owl-carousel/_core.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}
/* line 87, ../../sass/vendors/owl-carousel/_core.scss */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
/* line 91, ../../sass/vendors/owl-carousel/_core.scss */
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 98, ../../sass/vendors/owl-carousel/_core.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
/* line 103, ../../sass/vendors/owl-carousel/_core.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}
/* line 107, ../../sass/vendors/owl-carousel/_core.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 113, ../../sass/vendors/owl-carousel/_core.scss */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
/* line 5, ../../sass/vendors/owl-carousel/_animate.scss */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
/* line 9, ../../sass/vendors/owl-carousel/_animate.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}
/* line 12, ../../sass/vendors/owl-carousel/_animate.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}
/* line 15, ../../sass/vendors/owl-carousel/_animate.scss */
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 5, ../../sass/vendors/owl-carousel/_autoheight.scss */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 7, ../../sass/vendors/owl-carousel/_lazyload.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
/* line 12, ../../sass/vendors/owl-carousel/_lazyload.scss */
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
/* line 6, ../../sass/vendors/owl-carousel/_video.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
/* line 12, ../../sass/vendors/owl-carousel/_video.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
/* line 27, ../../sass/vendors/owl-carousel/_video.scss */
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
/* line 31, ../../sass/vendors/owl-carousel/_video.scss */
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
/* line 36, ../../sass/vendors/owl-carousel/_video.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
/* line 45, ../../sass/vendors/owl-carousel/_video.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
/* line 4, ../../sass/vendors/owl-carousel/_theme.scss */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
/* line 9, ../../sass/vendors/owl-carousel/_theme.scss */
.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;
}
/* line 19, ../../sass/vendors/owl-carousel/_theme.scss */
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
/* line 25, ../../sass/vendors/owl-carousel/_theme.scss */
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 32, ../../sass/vendors/owl-carousel/_theme.scss */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
/* line 36, ../../sass/vendors/owl-carousel/_theme.scss */
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
/* line 40, ../../sass/vendors/owl-carousel/_theme.scss */
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/* line 45, ../../sass/vendors/owl-carousel/_theme.scss */
.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 10px;
  background: #DAF7F5;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
/* line 58, ../../sass/vendors/owl-carousel/_theme.scss */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #00B2A9;
}

/* line 6, ../../sass/pages/_timeline.scss */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  margin: 0 auto;
}

/* line 11, ../../sass/pages/_timeline.scss */
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */
/* line 23, ../../sass/pages/_timeline.scss */
#cd-timeline {
  position: relative;
  padding: 2rem 0;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 30, ../../sass/pages/_timeline.scss */
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  left: 50px;
  height: 93%;
  width: 4px;
  background: #D7D6D3;
}

@media only screen and (min-width: 940px) {
  /* line 42, ../../sass/pages/_timeline.scss */
  #cd-timeline {
    margin-top: 0;
    margin-bottom: 0;
  }

  /* line 47, ../../sass/pages/_timeline.scss */
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}
/* line 53, ../../sass/pages/_timeline.scss */
.cd-timeline-block {
  position: relative;
  margin: 2.5em 0;
}

/* line 58, ../../sass/pages/_timeline.scss */
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

/* line 64, ../../sass/pages/_timeline.scss */
.cd-timeline-block:first-child {
  margin-top: 0;
}

/* line 68, ../../sass/pages/_timeline.scss */
.cd-timeline-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 940px) {
  /* line 73, ../../sass/pages/_timeline.scss */
  .cd-timeline-block {
    margin: 3em 0;
  }

  /* line 77, ../../sass/pages/_timeline.scss */
  .cd-timeline-block:first-child {
    margin-top: 0;
  }

  /* line 81, ../../sass/pages/_timeline.scss */
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}
/* line 86, ../../sass/pages/_timeline.scss */
.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #D7D6D3, inset 0 3px 4px rgba(0, 0, 0, 0.1), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

/* line 96, ../../sass/pages/_timeline.scss */
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

/* line 107, ../../sass/pages/_timeline.scss */
.cd-timeline-img {
  background-color: #D7D6D3;
  background-size: contain;
}

/* line 112, ../../sass/pages/_timeline.scss */
.cd-chris-middleton {
  background-image: url("https://imageserver.petsbest.com/website/timeline/chris_middleton.jpg");
}

/* line 116, ../../sass/pages/_timeline.scss */
.cd-buffy {
  background-image: url("https://imageserver.petsbest.com/website/timeline/buffy.jpg");
}

/* line 120, ../../sass/pages/_timeline.scss */
.cd-north-america {
  background-image: url("https://imageserver.petsbest.com/website/timeline/north-america.jpg");
}

/* line 124, ../../sass/pages/_timeline.scss */
.cd-lassie {
  background-image: url("https://imageserver.petsbest.com/website/timeline/lassie.jpg");
}

/* line 128, ../../sass/pages/_timeline.scss */
.cd-pets-best {
  background-image: url("https://imageserver.petsbest.com/website/timeline/pets-best.jpg");
}

/* line 132, ../../sass/pages/_timeline.scss */
.cd-japan {
  background-image: url("https://imageserver.petsbest.com/website/timeline/japan.jpg");
}

/* line 136, ../../sass/pages/_timeline.scss */
.cd-deposit {
  background-image: url("https://imageserver.petsbest.com/website/timeline/deposit.jpg");
}

/* line 140, ../../sass/pages/_timeline.scss */
.cd-growth {
  background-image: url("https://imageserver.petsbest.com/website/timeline/growth.jpg");
}

/* line 144, ../../sass/pages/_timeline.scss */
.cd-naphia {
  background-image: url("https://imageserver.petsbest.com/website/timeline/naphia.jpg");
}

/* line 148, ../../sass/pages/_timeline.scss */
.cd-bptw13 {
  background-image: url("https://imageserver.petsbest.com/website/timeline/bptw2013.jpg");
}

/* line 152, ../../sass/pages/_timeline.scss */
.cd-bptw14 {
  background-image: url("https://imageserver.petsbest.com/website/timeline/bptw2014.jpg");
}

/* line 156, ../../sass/pages/_timeline.scss */
.cd-bptw15 {
  background-image: url("https://imageserver.petsbest.com/website/timeline/bptw2015.jpg");
}

/* line 160, ../../sass/pages/_timeline.scss */
.cd-bptw16 {
  background-image: url("https://imageserver.petsbest.com/website/timeline/bptw2016.jpg");
}

/* line 164, ../../sass/pages/_timeline.scss */
.cd-100-million {
  background-image: url("https://imageserver.petsbest.com/website/timeline/100-million.jpg");
}

/* line 168, ../../sass/pages/_timeline.scss */
.cd-10-years {
  background-image: url("https://imageserver.petsbest.com/website/timeline/10-years.jpg");
}

/* line 172, ../../sass/pages/_timeline.scss */
.cd-naphia-award {
  background-image: url("https://imageserver.petsbest.com/website/timeline/naphia-award.jpg");
}

@media only screen and (min-width: 940px) {
  /* line 177, ../../sass/pages/_timeline.scss */
  .cd-timeline-img {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }

  /* line 187, ../../sass/pages/_timeline.scss */
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }

  /* line 191, ../../sass/pages/_timeline.scss */
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 .6s;
    -moz-animation: cd-bounce-1 .6s;
    animation: cd-bounce-1 0.6s;
  }
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/* line 259, ../../sass/pages/_timeline.scss */
.cd-timeline-content {
  position: relative;
  margin-left: 120px;
  background: #F7F6F2;
  border-radius: .25em;
  padding: .5em .75em;
  box-shadow: 2px 3px 3px #D7D6D3;
}

/* line 269, ../../sass/pages/_timeline.scss */
a .cd-timeline-content:hover {
  box-shadow: 0 2px 0 #D7D6D3;
  background: -moz-linear-gradient(top, #f5f4f1 0%, #f5f4f1 53%, #d7d6d3 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f5f4f1), color-stop(53%, #f5f4f1), color-stop(100%, #d7d6d3));
  background: -webkit-linear-gradient(top, #f5f4f1 0%, #f5f4f1 53%, #d7d6d3 100%);
  background: -o-linear-gradient(top, #f5f4f1 0%, #f5f4f1 53%, #d7d6d3 100%);
  background: -ms-linear-gradient(top, #f5f4f1 0%, #f5f4f1 53%, #d7d6d3 100%);
  background: linear-gradient(to bottom, #f5f4f1 0%, #f5f4f1 53%, #d7d6d3 100%);
}

/* line 280, ../../sass/pages/_timeline.scss */
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 48px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #F7F6F2;
}

/* line 293, ../../sass/pages/_timeline.scss */
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

/* line 299, ../../sass/pages/_timeline.scss */
.cd-timeline-content h2 {
  color: #303e49;
  font-size: 1.25em;
}

/* line 304, ../../sass/pages/_timeline.scss */
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 16px;
  font-size: 1em;
}

/* line 309, ../../sass/pages/_timeline.scss */
#cd-timeline div.cd-timeline-block div.cd-timeline-content span.cd-date {
  font-size: 1.25em;
}

/* line 313, ../../sass/pages/_timeline.scss */
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}

/* line 317, ../../sass/pages/_timeline.scss */
.cd-timeline-content p {
  margin: .5em 0;
  line-height: 1.4;
  text-shadow: 0 1px 1px #FFF;
}

/* line 323, ../../sass/pages/_timeline.scss */
#cd-timeline a p {
  color: #406573;
}

/* line 327, ../../sass/pages/_timeline.scss */
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: #fff;
  border-radius: 0.25em;
}

/* line 335, ../../sass/pages/_timeline.scss */
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}

/* line 339, ../../sass/pages/_timeline.scss */
.cd-timeline-content .cd-date {
  float: left;
  padding: .2em 0 .5em;
  opacity: 1;
  color: #E65025;
}

/* line 346, ../../sass/pages/_timeline.scss */
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 48px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #F7F6F2;
}

@media only screen and (min-width: 768px) {
  /* line 358, ../../sass/pages/_timeline.scss */
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.55em;
  }

  /* line 363, ../../sass/pages/_timeline.scss */
  .cd-timeline-content p {
    font-size: 1.25em;
    text-shadow: 0 1px 1px #FFF;
  }

  /* line 368, ../../sass/pages/_timeline.scss */
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 16px;
    font-size: 1em;
    color: #E65025;
    text-shadow: 0 1px 1px #FFF;
  }
}
@media only screen and (min-width: 940px) {
  /* line 377, ../../sass/pages/_timeline.scss */
  .cd-timeline-content {
    margin-left: 0;
    padding: 1em 2em;
    width: 41%;
    background: #F7F6F2;
  }

  /* line 386, ../../sass/pages/_timeline.scss */
  .cd-timeline-content::before {
    top: 40px;
    left: 100%;
    border-color: transparent;
    border-left-color: #F7F6F2;
  }

  /* line 393, ../../sass/pages/_timeline.scss */
  .cd-timeline-content .cd-read-more {
    float: left;
  }

  /* line 397, ../../sass/pages/_timeline.scss */
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 140%;
    top: 30px;
    color: #E65025;
    font-size: 1.55em;
    font-weight: 700;
  }

  /* line 407, ../../sass/pages/_timeline.scss */
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }

  /* line 411, ../../sass/pages/_timeline.scss */
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 44px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #F7F6F2;
  }

  /* line 419, ../../sass/pages/_timeline.scss */
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }

  /* line 423, ../../sass/pages/_timeline.scss */
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 140%;
    text-align: right;
  }

  /* line 429, ../../sass/pages/_timeline.scss */
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }

  /* line 433, ../../sass/pages/_timeline.scss */
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 .6s;
    -moz-animation: cd-bounce-2 .6s;
    animation: cd-bounce-2 0.6s;
  }
}
@media only screen and (min-width: 940px) {
  /* inverse bounce effect on even content blocks */
  /* line 443, ../../sass/pages/_timeline.scss */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse .6s;
    -moz-animation: cd-bounce-2-inverse .6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 1, ../../sass/pages/_comparison-chart.scss */
.responsive-table {
  width: 100%;
  margin-bottom: 1.5em;
  border: 1px solid #E1E1E1;
}
/* line 5, ../../sass/pages/_comparison-chart.scss */
.responsive-table a {
  text-decoration: none;
}
/* line 8, ../../sass/pages/_comparison-chart.scss */
.responsive-table #thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
@media (min-width: 768px) {
  /* line 8, ../../sass/pages/_comparison-chart.scss */
  .responsive-table #thead {
    position: relative;
    clip: auto;
    height: 56px;
    width: auto;
  }
}
/* line 25, ../../sass/pages/_comparison-chart.scss */
.responsive-table #thead .td {
  text-align: center;
  border-left: 1px solid #E1E1E1;
  padding: 0.5rem 1rem;
}
/* line 29, ../../sass/pages/_comparison-chart.scss */
.responsive-table #thead .td img {
  max-width: 66px;
}
@media (min-width: 768px) {
  /* line 33, ../../sass/pages/_comparison-chart.scss */
  .responsive-table #thead .th[scope="row"] {
    background-color: transparent;
    text-align: left;
    padding: 0.8rem;
  }
  /* line 38, ../../sass/pages/_comparison-chart.scss */
  .responsive-table #thead .th[scope="row"]:first-of-type {
    width: 35%;
  }
}
/* line 45, ../../sass/pages/_comparison-chart.scss */
.responsive-table #tbody,
.responsive-table .tr,
.responsive-table .th,
.responsive-table .td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}
/* line 56, ../../sass/pages/_comparison-chart.scss */
.responsive-table .tr .collapse.open {
  display: inline-block;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 60, ../../sass/pages/_comparison-chart.scss */
  .responsive-table .tr .collapse.open .td:nth-of-type(odd) {
    background-color: rgba(94, 93, 82, 0.1);
  }
}
@media (min-width: 768px) {
  /* line 54, ../../sass/pages/_comparison-chart.scss */
  .responsive-table .tr {
    display: table-row;
    -moz-box-sizing: initial;
    -webkit-box-sizing: initial;
    box-sizing: initial;
  }
  /* line 70, ../../sass/pages/_comparison-chart.scss */
  .responsive-table .tr .collapse {
    display: inline-block;
    width: 100%;
    height: 45px;
  }
}
/* line 77, ../../sass/pages/_comparison-chart.scss */
.responsive-table .th,
.responsive-table .td {
  padding: 1rem;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  /* line 77, ../../sass/pages/_comparison-chart.scss */
  .responsive-table .th,
  .responsive-table .td {
    display: table-cell;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 0.9rem;
    text-align: center;
    width: 10%;
    min-width: 75px;
  }
}
@media (min-width: 768px) {
  /* line 93, ../../sass/pages/_comparison-chart.scss */
  .responsive-table #tbody {
    display: table-row-group;
    -moz-box-sizing: initial;
    -webkit-box-sizing: initial;
    box-sizing: initial;
  }
}
@media (min-width: 768px) {
  /* line 99, ../../sass/pages/_comparison-chart.scss */
  .responsive-table #tbody .tr {
    display: table-row;
    border-width: 1px;
  }
}
/* line 105, ../../sass/pages/_comparison-chart.scss */
.responsive-table #tbody .tr:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  /* line 108, ../../sass/pages/_comparison-chart.scss */
  .responsive-table #tbody .tr:nth-of-type(odd) {
    background-color: rgba(94, 93, 82, 0.1);
  }
}
@media (max-width: 767px) {
  /* line 114, ../../sass/pages/_comparison-chart.scss */
  .responsive-table #tbody .th[scope="row"] {
    border-bottom: 1px solid #E1E1E1;
  }
  /* line 116, ../../sass/pages/_comparison-chart.scss */
  .responsive-table #tbody .th[scope="row"]::before {
    float: right;
    font-family: "FontAwesome";
    content: "\f067";
  }
  /* line 121, ../../sass/pages/_comparison-chart.scss */
  .responsive-table #tbody .th[scope="row"][aria-expanded=true]::before {
    float: right;
    font-family: "FontAwesome";
    content: "\f068";
  }
}
@media (min-width: 768px) {
  /* line 114, ../../sass/pages/_comparison-chart.scss */
  .responsive-table #tbody .th[scope="row"] {
    background-color: transparent;
    text-align: left;
    padding: 0 1rem;
  }
  /* line 132, ../../sass/pages/_comparison-chart.scss */
  .responsive-table #tbody .th[scope="row"]:first-of-type {
    width: 35%;
  }
}
/* line 137, ../../sass/pages/_comparison-chart.scss */
.responsive-table #tbody .td {
  text-align: right;
  font-size: 1rem;
  font-weight: normal;
}
@media (max-width: 767px) {
  /* line 137, ../../sass/pages/_comparison-chart.scss */
  .responsive-table #tbody .td {
    padding: 0.6rem 2.2rem 0.6rem 1.2rem;
  }
  /* line 143, ../../sass/pages/_comparison-chart.scss */
  .responsive-table #tbody .td .not::after {
    content: "No";
  }
}
@media (min-width: 768px) {
  /* line 137, ../../sass/pages/_comparison-chart.scss */
  .responsive-table #tbody .td {
    text-align: center;
    border-left: 1px solid #E1E1E1;
  }
  /* line 150, ../../sass/pages/_comparison-chart.scss */
  .responsive-table #tbody .td .not::after {
    content: "-";
  }
}
/* line 155, ../../sass/pages/_comparison-chart.scss */
.responsive-table #tbody .td[data-title]:before {
  content: attr(data-title);
  float: left;
}
@media (min-width: 768px) {
  /* line 155, ../../sass/pages/_comparison-chart.scss */
  .responsive-table #tbody .td[data-title]:before {
    content: none;
  }
}

/* line 1, ../../sass/pages/_search.scss */
.searchResult {
  padding: 10px 0 10px 0;
}
/* line 4, ../../sass/pages/_search.scss */
.searchResult h3 {
  margin: 0;
}
/* line 8, ../../sass/pages/_search.scss */
.searchResult p {
  margin: 10px 0 0 0;
}

/* line 13, ../../sass/pages/_search.scss */
#lnkNext i, #lnkPrev i {
  font-size: 2rem;
  margin: 0 10px;
}

/* line 18, ../../sass/pages/_search.scss */
#lblPageNumber {
  display: inline-block;
  vertical-align: super;
}

/* line 2, ../../sass/pages/_home.scss */
.howitworks .numberCircle {
  float: left;
  border-radius: 50%;
  behavior: url(PIE.htc);
  /* remove if you don't care about IE8 */
  width: 60px;
  margin: 20px 20px 0px 20px;
  background: #D9E506;
  color: white;
  text-align: center;
  font-size: 2.5rem;
  vertical-align: middle;
}
/* line 14, ../../sass/pages/_home.scss */
.howitworks p {
  padding: 0 0 0 100px;
}

@media (min-width: 768px) {
  /* line 19, ../../sass/pages/_home.scss */
  .flexbox {
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    display: -ms-flexbox;
    -ms-flex-direction: row;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
  }
  /* line 23, ../../sass/pages/_home.scss */
  .flexbox .col {
    -webkit-flex: 1;
    flex: 1;
  }
}
/* line 29, ../../sass/pages/_home.scss */
.icon .ico {
  max-width: 180px;
  padding: 20px 0;
}
/* line 33, ../../sass/pages/_home.scss */
.icon h2 {
  margin-bottom: 5px;
}
/* line 36, ../../sass/pages/_home.scss */
.icon p {
  margin: 0;
}

/* line 41, ../../sass/pages/_home.scss */
.bucket-callout {
  background: #DAF7F5;
  border-radius: 6px;
  padding: 20px 0;
  margin: 15px 0;
  float: none;
}
@media (min-width: 768px) {
  /* line 47, ../../sass/pages/_home.scss */
  .bucket-callout.left {
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  /* line 52, ../../sass/pages/_home.scss */
  .bucket-callout.right {
    margin-left: 15px;
  }
}
/* line 57, ../../sass/pages/_home.scss */
.bucket-callout h3 {
  margin: 0;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1100px) {
  /* line 57, ../../sass/pages/_home.scss */
  .bucket-callout h3 {
    font-size: 1rem;
  }
}
/* line 64, ../../sass/pages/_home.scss */
.bucket-callout p {
  padding: 0 5px;
}
/* line 67, ../../sass/pages/_home.scss */
.bucket-callout hr {
  width: 90%;
  border-color: #5E6A71;
  border-top-width: 1px;
  margin-top: 5px;
  margin-bottom: 0;
}

/* line 1, ../../sass/pages/_farmers.scss */
.table {
  display: table;
  margin: 25px 0;
  border-collapse: collapse;
}
/* line 5, ../../sass/pages/_farmers.scss */
.table .theader {
  display: table-row;
  font-weight: bold;
  text-align: center;
}
/* line 10, ../../sass/pages/_farmers.scss */
.table .tcell {
  display: table-cell;
  border: solid;
  border-width: thin;
  padding: 5px;
  text-align: center;
}
/* line 17, ../../sass/pages/_farmers.scss */
.table .trow {
  display: table-row;
}

/* line 22, ../../sass/pages/_farmers.scss */
#thumbnails {
  display: block;
}
/* line 24, ../../sass/pages/_farmers.scss */
#thumbnails img {
  margin: 5px;
}
/* line 26, ../../sass/pages/_farmers.scss */
#thumbnails img:hover {
  box-shadow: 1px 1px 9px #5E6A71;
}
